Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
rjpkuyper committed Dec 29, 2024
1 parent 2bcde9e commit 23fa719
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages/*"
],
"npmClient": "yarn",
"version": "1.0.3",
"version": "1.0.4",
"command": {
"publish": {
"message": "chore: release"
Expand Down
4 changes: 2 additions & 2 deletions packages/crud-policy/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@n4it/crud-policy",
"description": "NestJs CRUD for RESTful APIs - policy",
"version": "1.0.3",
"version": "1.0.4",
"license": "MIT",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -37,7 +37,7 @@
"email": "[email protected]"
},
"dependencies": {
"@n4it/crud": "^1.0.3"
"@n4it/crud": "^1.0.4"
},
"scripts": {
"build": "npx tsc -b"
Expand Down
4 changes: 2 additions & 2 deletions packages/crud-request/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@n4it/crud-request",
"description": "NestJs CRUD for RESTful APIs - request query builder",
"version": "1.0.3",
"version": "1.0.4",
"license": "GPL-3.0",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -48,7 +48,7 @@
"build": "npx tsc -b"
},
"dependencies": {
"@n4it/crud-util": "^1.0.3",
"@n4it/crud-util": "^1.0.4",
"qs": "^6.8.0"
}
}
4 changes: 2 additions & 2 deletions packages/crud-typeorm/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@n4it/crud-typeorm",
"description": "NestJs CRUD for RESTful APIs - TypeORM",
"version": "1.0.3",
"version": "1.0.4",
"license": "GPL-3.0",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -40,6 +40,6 @@
"build": "npx tsc -b"
},
"devDependencies": {
"@n4it/crud": "^1.0.3"
"@n4it/crud": "^1.0.4"
}
}
2 changes: 1 addition & 1 deletion packages/crud-util/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@n4it/crud-util",
"description": "NestJs CRUD for RESTful APIs - util",
"version": "1.0.3",
"version": "1.0.4",
"license": "MIT",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down
6 changes: 3 additions & 3 deletions packages/crud/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@n4it/crud",
"description": "NestJs CRUD for RESTful APIs",
"version": "1.0.3",
"version": "1.0.4",
"license": "GPL-3.0",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -40,8 +40,8 @@
"build": "npx tsc -b"
},
"dependencies": {
"@n4it/crud-request": "^1.0.3",
"@n4it/crud-util": "^1.0.3",
"@n4it/crud-request": "^1.0.4",
"@n4it/crud-util": "^1.0.4",
"deepmerge": "^3.2.0"
},
"peerDependencies": {
Expand Down

0 comments on commit 23fa719

Please sign in to comment.