Skip to content

Commit 550c663

Browse files
committed
ci: fix bump version
1 parent c1f5237 commit 550c663

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

libs/json-api/json-api-nestjs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "json-api-nestjs",
3-
"version": "8.0.0",
3+
"version": "9.0.0",
44
"engines": {
55
"node": ">= 16.0.0"
66
},

libs/json-api/json-api-nestjs/project.json

-8
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,6 @@
33
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
44
"sourceRoot": "libs/json-api/json-api-nestjs/src",
55
"projectType": "library",
6-
"release": {
7-
"version": {
8-
"generatorOptions": {
9-
"packageRoot": "dist/{projectRoot}",
10-
"currentVersionResolver": "git-tag"
11-
}
12-
}
13-
},
146
"tags": [],
157
"targets": {
168
"build": {

0 commit comments

Comments
 (0)