Skip to content

Commit

Permalink
v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-re committed Mar 12, 2023
1 parent 217a86c commit fe6f03e
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion example/monaco_editor/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "sql-lsp-monaco-editor-example",
"version": "1.2.1",
"version": "1.3.0",
"main": "index.js",
"license": "MIT",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"packages": [
"packages/*"
],
"version": "1.2.1"
"version": "1.3.0"
}
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sql-language-server_vsc",
"private": true,
"version": "1.2.1",
"version": "1.3.0",
"main": "./out/extension",
"author": "joe-re <joe.tialtngo@gmail.com>",
"license": "MIT",
Expand Down
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.2.1",
"version": "1.3.0",
"main": "dist/src/index.js",
"bin": {
"sql-language-server": "./npm_bin/cli.js"
Expand Down Expand Up @@ -38,7 +38,7 @@
],
"dependencies": {
"@google-cloud/bigquery": "^5.9.0",
"@joe-re/sql-parser": "^1.2.1",
"@joe-re/sql-parser": "^1.3.0",
"@types/pg": "^7.4.10",
"@types/yargs": "^17.0.8",
"cardinal": "^2.1.1",
Expand All @@ -47,7 +47,7 @@
"mysql2": "^2.3.0",
"node-ssh-forward": "^0.6.3",
"pg": "^7.4.3",
"sqlint": "^1.2.1",
"sqlint": "^1.3.0",
"sqlite3": "^5.0.2",
"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<joe.tialtngo@gmail.com>",
"name": "@joe-re/sql-parser",
"description": "sql parser for nodejs",
"version": "1.2.1",
"version": "1.3.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.2.1",
"version": "1.3.0",
"main": "dist/src/index",
"bin": "bin/cli.js",
"author": "joe-re<joe.tialtngo@gmail.com>",
Expand Down Expand Up @@ -31,7 +31,7 @@
],
"types": "./dist/src",
"dependencies": {
"@joe-re/sql-parser": "^1.2.1",
"@joe-re/sql-parser": "^1.3.0",
"ajv": "^6.12.2",
"chalk": "^4.0.0",
"js-yaml": "^3.14.0",
Expand Down

0 comments on commit fe6f03e

Please sign in to comment.