We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1f5237 commit 550c663Copy full SHA for 550c663
libs/json-api/json-api-nestjs/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "json-api-nestjs",
3
- "version": "8.0.0",
+ "version": "9.0.0",
4
"engines": {
5
"node": ">= 16.0.0"
6
},
libs/json-api/json-api-nestjs/project.json
@@ -3,14 +3,6 @@
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "libs/json-api/json-api-nestjs/src",
"projectType": "library",
- "release": {
7
- "version": {
8
- "generatorOptions": {
9
- "packageRoot": "dist/{projectRoot}",
10
- "currentVersionResolver": "git-tag"
11
- }
12
13
- },
14
"tags": [],
15
"targets": {
16
"build": {
0 commit comments