Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony Comtois committed Aug 24, 2022
1 parent 4ced757 commit de5d81a
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "5.1.10",
"version": "5.1.11",
"command": {
"publish": {
"message": "chore: release"
Expand Down
6 changes: 3 additions & 3 deletions packages/crud-request/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rewiko/crud-request",
"description": "NestJs CRUD for RESTful APIs - request query builder",
"version": "5.1.10",
"version": "5.1.11",
"license": "MIT",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -48,8 +48,8 @@
"build": "npx tsc -b"
},
"dependencies": {
"@rewiko/util": "^5.1.10",
"@rewiko/util": "^5.1.11",
"qs": "^6.8.0"
},
"gitHead": "0c14f2418b5a964b39f9024daf692a38943280f7"
"gitHead": "4ced7579a2a4474611088fcc5f3c0a7200c73c09"
}
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": "@rewiko/crud-typeorm",
"description": "NestJs CRUD for RESTful APIs - TypeORM",
"version": "5.1.10",
"version": "5.1.11",
"license": "MIT",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -42,5 +42,5 @@
"dependencies": {
"@zmotivat0r/o0": "^1.0.2"
},
"gitHead": "0c14f2418b5a964b39f9024daf692a38943280f7"
"gitHead": "4ced7579a2a4474611088fcc5f3c0a7200c73c09"
}
8 changes: 4 additions & 4 deletions packages/crud/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rewiko/crud",
"description": "NestJs CRUD for RESTful APIs",
"version": "5.1.10",
"version": "5.1.11",
"license": "MIT",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -40,14 +40,14 @@
"build": "npx tsc -b"
},
"dependencies": {
"@rewiko/crud-request": "^5.1.10",
"@rewiko/util": "^5.1.10",
"@rewiko/crud-request": "^5.1.11",
"@rewiko/util": "^5.1.11",
"deepmerge": "^3.2.0",
"pluralize": "^8.0.0"
},
"peerDependencies": {
"class-transformer": "*",
"class-validator": "*"
},
"gitHead": "0c14f2418b5a964b39f9024daf692a38943280f7"
"gitHead": "4ced7579a2a4474611088fcc5f3c0a7200c73c09"
}
4 changes: 2 additions & 2 deletions packages/util/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rewiko/util",
"description": "NestJs CRUD for RESTful APIs - util",
"version": "5.1.10",
"version": "5.1.11",
"license": "MIT",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -37,5 +37,5 @@
"scripts": {
"build": "npx tsc -b"
},
"gitHead": "0c14f2418b5a964b39f9024daf692a38943280f7"
"gitHead": "4ced7579a2a4474611088fcc5f3c0a7200c73c09"
}

0 comments on commit de5d81a

Please sign in to comment.