Skip to content

Commit 7a18f33

Browse files
committed
chore: release
1 parent 6e9a071 commit 7a18f33

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
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.3.3",
7+
"version": "4.4.0",
88
"command": {
99
"publish": {
1010
"message": "chore: release"

packages/crud-request/package.json

+2-2
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.3.3",
4+
"version": "4.4.0",
55
"license": "MIT",
66
"main": "lib/index.js",
77
"typings": "lib/index.d.ts",
@@ -47,7 +47,7 @@
4747
"build": "npx tsc -b"
4848
},
4949
"dependencies": {
50-
"@nestjsx/util": "^4.3.3",
50+
"@nestjsx/util": "^4.4.0",
5151
"qs": "^6.8.0"
5252
}
5353
}

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.3.3",
4+
"version": "4.4.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.3.3",
4+
"version": "4.4.0",
55
"license": "MIT",
66
"main": "lib/index.js",
77
"typings": "lib/index.d.ts",
@@ -39,8 +39,8 @@
3939
"build": "npx tsc -b"
4040
},
4141
"dependencies": {
42-
"@nestjsx/crud-request": "^4.3.3",
43-
"@nestjsx/util": "^4.3.3",
42+
"@nestjsx/crud-request": "^4.4.0",
43+
"@nestjsx/util": "^4.4.0",
4444
"deepmerge": "^3.2.0"
4545
},
4646
"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.3.3",
4+
"version": "4.4.0",
55
"license": "MIT",
66
"main": "lib/index.js",
77
"typings": "lib/index.d.ts",

0 commit comments

Comments
 (0)