Skip to content

Commit

Permalink
v0.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-el-khoury committed Nov 11, 2021
1 parent 9261874 commit 83c537a
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "0.8.3",
"version": "0.8.6",
"npmClient": "yarn",
"useWorkspaces": true
}
8 changes: 4 additions & 4 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rockset/cli",
"description": "Official Rockset CLI",
"version": "0.8.3",
"version": "0.8.6",
"author": "Rockset",
"bin": {
"rockset": "./bin/run"
Expand All @@ -15,9 +15,9 @@
"@oclif/plugin-autocomplete": "^0.2.0",
"@oclif/plugin-help": "^2.2.3",
"@oclif/plugin-update": "^1.3.10",
"@rockset/client": "0.8.3",
"@rockset/core": "0.8.3",
"@rockset/eslint-config": "0.8.3",
"@rockset/client": "0.8.6",
"@rockset/core": "0.8.6",
"@rockset/eslint-config": "0.8.6",
"@types/chalk": "^2.2.0",
"@types/fs-extra": "^8.1.1",
"@types/inquirer": "^6.5.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rockset/client",
"version": "0.8.3",
"version": "0.8.6",
"main": "dist/index.js",
"description": "Client for querying Rockset and interacting with the Rockset API.",
"license": "Apache-2.0",
Expand All @@ -14,7 +14,7 @@
"url": "^0.11.0"
},
"devDependencies": {
"@rockset/eslint-config": "0.8.3",
"@rockset/eslint-config": "0.8.6",
"@types/axios": "^0.14.0",
"@types/jest": "^24.0.23",
"@types/lodash": "^4.14.150",
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"dependencies": {
"@rockset/client": "0.8.3",
"@rockset/eslint-config": "0.8.3",
"@rockset/client": "0.8.6",
"@rockset/eslint-config": "0.8.6",
"@types/fs-extra": "^9.0.1",
"fp-ts": "^2.6.1",
"fs-extra": "^9.0.1",
Expand All @@ -14,7 +14,7 @@
"yaml": "^1.10.0"
},
"name": "@rockset/core",
"version": "0.8.3",
"version": "0.8.6",
"description": "JS Rock Cli for Lambdas",
"main": "./dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rockset/eslint-config",
"version": "0.8.3",
"version": "0.8.6",
"description": "Rockset eslint config",
"author": "Rockset",
"homepage": "",
Expand Down
2 changes: 1 addition & 1 deletion packages/parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rockset/parser",
"version": "0.8.3",
"version": "0.8.6",
"description": "SQL Parser Implementation in JS",
"main": "./dist/index.js",
"types": "dist/index.d.ts",
Expand Down
8 changes: 4 additions & 4 deletions packages/rscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"color": "#DEEDF7",
"theme": "light"
},
"version": "0.8.3",
"version": "0.8.6",
"license": "Apache-2.0",
"publisher": "RocksetInc",
"repository": "https://github.com/rockset/rockset-js/tree/master/packages/rscode",
Expand Down Expand Up @@ -125,7 +125,7 @@
"lint": "eslint 'src/**/*.ts'"
},
"devDependencies": {
"@rockset/eslint-config": "0.8.3",
"@rockset/eslint-config": "0.8.6",
"@types/axios": "^0.14.0",
"@types/glob": "^7.1.1",
"@types/js-yaml": "^4.0.1",
Expand All @@ -147,8 +147,8 @@
"webpack-cli": "^3.3.12"
},
"dependencies": {
"@rockset/client": "0.8.3",
"@rockset/core": "0.8.3",
"@rockset/client": "0.8.6",
"@rockset/core": "0.8.6",
"js-yaml": "^3.14.1",
"sql-formatter": "^2.3.3"
}
Expand Down

0 comments on commit 83c537a

Please sign in to comment.