Skip to content

Commit

Permalink
Merge pull request #4315 from nocodb/release/0.98.4
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 8, 2022
2 parents 97e5b62 + 219500c commit 0a2b7e1
Show file tree
Hide file tree
Showing 6 changed files with 66 additions and 158 deletions.
54 changes: 33 additions & 21 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
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"jwt-decode": "^3.1.2",
"locale-codes": "^1.3.1",
"monaco-editor": "^0.33.0",
"nocodb-sdk": "file:../nocodb-sdk",
"nocodb-sdk": "0.98.4",
"papaparse": "^5.3.2",
"socket.io-client": "^4.5.1",
"sortablejs": "^1.15.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/nc-lib-gui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nc-lib-gui",
"version": "0.98.3",
"version": "0.98.4",
"description": "NocoDB GUI",
"author": {
"name": "NocoDB",
Expand Down
4 changes: 2 additions & 2 deletions packages/nocodb-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nocodb-sdk",
"version": "0.98.3",
"version": "0.98.4",
"description": "NocoDB SDK",
"main": "build/main/index.js",
"typings": "build/main/index.d.ts",
Expand Down Expand Up @@ -63,4 +63,4 @@
"prettier": {
"singleQuote": true
}
}
}
154 changes: 25 additions & 129 deletions packages/nocodb/package-lock.json

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

Loading

0 comments on commit 0a2b7e1

Please sign in to comment.