Skip to content

Commit da565a5

Browse files
committed
chore: release
1 parent 29066fb commit da565a5

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
],
55
"npmClient": "yarn",
66
"useWorkspaces": true,
7-
"version": "4.0.1",
7+
"version": "4.1.0",
88
"command": {
99
"publish": {
1010
"message": "chore: release"

packages/crud-request/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nestjsx/crud-request",
33
"description": "NestJs CRUD for RESTful APIs - request query builder",
4-
"version": "4.0.1",
4+
"version": "4.1.0",
55
"license": "MIT",
66
"main": "lib/index.js",
77
"typings": "lib/index.d.ts",

packages/crud-typeorm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nestjsx/crud-typeorm",
33
"description": "NestJs CRUD for RESTful APIs - TypeORM",
4-
"version": "4.0.1",
4+
"version": "4.1.0",
55
"license": "MIT",
66
"main": "lib/index.js",
77
"typings": "lib/index.d.ts",

packages/crud/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nestjsx/crud",
33
"description": "NestJs CRUD for RESTful APIs",
4-
"version": "4.0.1",
4+
"version": "4.1.0",
55
"license": "MIT",
66
"main": "lib/index.js",
77
"typings": "lib/index.d.ts",
@@ -40,8 +40,8 @@
4040
"build": "npx tsc -b"
4141
},
4242
"dependencies": {
43-
"@nestjsx/crud-request": "^4.0.1",
44-
"@nestjsx/util": "^4.0.1",
43+
"@nestjsx/crud-request": "^4.1.0",
44+
"@nestjsx/util": "^4.1.0",
4545
"deepmerge": "^3.2.0"
4646
},
4747
"peerDependencies": {

packages/util/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nestjsx/util",
33
"description": "NestJs CRUD for RESTful APIs - util",
4-
"version": "4.0.1",
4+
"version": "4.1.0",
55
"license": "MIT",
66
"main": "lib/index.js",
77
"typings": "lib/index.d.ts",

0 commit comments

Comments
 (0)