Skip to content

Commit

Permalink
v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-re committed Aug 13, 2023
1 parent b00d19d commit ee00c39
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"npmClient": "yarn",
"useWorkspaces": true,
"packages": ["packages/*"],
"version": "1.6.0"
"version": "1.7.0"
}
6 changes: 3 additions & 3 deletions packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sql-language-server",
"version": "1.6.0",
"version": "1.7.0",
"main": "dist/src/index.js",
"bin": {
"sql-language-server": "./npm_bin/cli.js"
Expand Down Expand Up @@ -40,7 +40,7 @@
],
"dependencies": {
"@google-cloud/bigquery": "^5.9.0",
"@joe-re/sql-parser": "^1.6.0",
"@joe-re/sql-parser": "^1.7.0",
"@types/pg": "^8.6.6",
"@types/yargs": "^17.0.8",
"cardinal": "^2.1.1",
Expand All @@ -49,7 +49,7 @@
"mysql2": "^2.3.0",
"node-ssh-forward": "^0.6.3",
"pg": "^8.9.0",
"sqlint": "^1.6.0",
"sqlint": "^1.7.0",
"sqlite3": "^5.0.3",
"vscode-languageclient": "^6.1.3",
"vscode-languageserver": "8.0.0-next.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/sql-parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "joe-re<[email protected]>",
"name": "@joe-re/sql-parser",
"description": "sql parser for nodejs",
"version": "1.6.0",
"version": "1.7.0",
"typings": "index.d.ts",
"scripts": {
"test": "jest",
Expand Down
4 changes: 2 additions & 2 deletions packages/sqlint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sqlint",
"version": "1.6.0",
"version": "1.7.0",
"main": "dist/src/index",
"bin": "bin/cli.js",
"author": "joe-re<[email protected]>",
Expand Down Expand Up @@ -32,7 +32,7 @@
],
"types": "./dist/src",
"dependencies": {
"@joe-re/sql-parser": "^1.6.0",
"@joe-re/sql-parser": "^1.7.0",
"ajv": "^6.12.2",
"chalk": "^4.0.0",
"js-yaml": "^3.14.0",
Expand Down

0 comments on commit ee00c39

Please sign in to comment.