Skip to content

Commit

Permalink
Merge pull request #2378 from nocodb/release/0.91.10
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 15, 2022
2 parents 9bc11ff + 27a3ee4 commit c187194
Show file tree
Hide file tree
Showing 7 changed files with 51 additions and 75 deletions.
46 changes: 17 additions & 29 deletions packages/nc-gui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/nc-gui/package.json
Expand Up @@ -31,7 +31,7 @@
"monaco-editor": "^0.19.3",
"monaco-themes": "^0.2.5",
"nano-assign": "^1.0.1",
"nocodb-sdk": "file:../nocodb-sdk",
"nocodb-sdk": "0.91.10",
"nuxt": "^2.14.0",
"odometer": "^0.4.8",
"papaparse": "^5.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/nc-lib-gui/package.json
@@ -1,6 +1,6 @@
{
"name": "nc-lib-gui",
"version": "0.91.9",
"version": "0.91.10",
"description": "> TODO: description",
"author": "“pranavxc” <pranavxc@gmail.com>",
"homepage": "https://gitlab.com/xgenecloud-ts/xgenecloud-ts#readme",
Expand Down
4 changes: 2 additions & 2 deletions packages/nocodb-sdk/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/nocodb-sdk/package.json
@@ -1,6 +1,6 @@
{
"name": "nocodb-sdk",
"version": "0.91.9",
"version": "0.91.10",
"description": "NocoDB SDK",
"main": "build/main/index.js",
"typings": "build/main/index.d.ts",
Expand Down
64 changes: 26 additions & 38 deletions packages/nocodb/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/nocodb/package.json
@@ -1,6 +1,6 @@
{
"name": "nocodb",
"version": "0.91.9",
"version": "0.91.10",
"description": "NocoDB",
"main": "dist/bundle.js",
"repository": "https://github.com/nocodb/nocodb",
Expand Down Expand Up @@ -154,10 +154,10 @@
"nanoid": "^3.1.20",
"nc-common": "0.0.6",
"nc-help": "0.2.61",
"nc-lib-gui": "0.91.9",
"nc-lib-gui": "0.91.10",
"nc-plugin": "0.1.2",
"ncp": "^2.0.0",
"nocodb-sdk": "file:../nocodb-sdk",
"nocodb-sdk": "0.91.10",
"nodemailer": "^6.4.10",
"object-hash": "^3.0.0",
"ora": "^4.0.4",
Expand Down

0 comments on commit c187194

Please sign in to comment.