Skip to content

Commit

Permalink
Bump version to: v1.4.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-oles committed Jul 8, 2022
1 parent 133aeae commit ed699ed
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 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": [
"packages/*"
],
"version": "1.3.3",
"version": "1.4.0",
"useWorkspaces": true,
"command": {
"publish": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ast/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"repository": "https://github.com/piotr-oles/rsql.git",
"license": "MIT",
"author": "Piotr Oleś <piotrek.oles@gmail.com>",
"version": "1.3.3",
"version": "1.4.0",
"sideEffects": false,
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"repository": "https://github.com/piotr-oles/rsql.git",
"license": "MIT",
"author": "Piotr Oleś <piotrek.oles@gmail.com>",
"version": "1.3.3",
"version": "1.4.0",
"sideEffects": false,
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -28,7 +28,7 @@
"node": ">= 8"
},
"dependencies": {
"@rsql/ast": "^1.3.3"
"@rsql/ast": "^1.4.0"
},
"jest": {
"preset": "ts-jest",
Expand Down
4 changes: 2 additions & 2 deletions packages/emitter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"repository": "https://github.com/piotr-oles/rsql.git",
"license": "MIT",
"author": "Piotr Oleś <piotrek.oles@gmail.com>",
"version": "1.3.3",
"version": "1.4.0",
"sideEffects": false,
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -28,7 +28,7 @@
"node": ">= 8"
},
"dependencies": {
"@rsql/ast": "^1.3.3"
"@rsql/ast": "^1.4.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
Expand Down
4 changes: 2 additions & 2 deletions packages/parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"repository": "https://github.com/piotr-oles/rsql.git",
"license": "MIT",
"author": "Piotr Oleś <piotrek.oles@gmail.com>",
"version": "1.3.3",
"version": "1.4.0",
"sideEffects": false,
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -28,7 +28,7 @@
"node": ">= 8"
},
"dependencies": {
"@rsql/ast": "^1.3.3"
"@rsql/ast": "^1.4.0"
},
"jest": {
"preset": "ts-jest",
Expand Down

0 comments on commit ed699ed

Please sign in to comment.