Skip to content

Commit

Permalink
Merge pull request #5140 from nocodb/release/0.105.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 17, 2023
2 parents 1194c87 + 8a4473a commit d4115a9
Show file tree
Hide file tree
Showing 7 changed files with 63 additions and 56 deletions.
1 change: 0 additions & 1 deletion packages/nc-gui/components.d.ts
Expand Up @@ -204,7 +204,6 @@ declare module '@vue/runtime-core' {
MdiLogout: typeof import('~icons/mdi/logout')['default']
MdiMagnify: typeof import('~icons/mdi/magnify')['default']
MdiMenu: typeof import('~icons/mdi/menu')['default']
MdiMenuArrowDown: typeof import('~icons/mdi/menu-arrow-down')['default']
MdiMenuDown: typeof import('~icons/mdi/menu-down')['default']
MdiMicrosoftTeams: typeof import('~icons/mdi/microsoft-teams')['default']
MdiMinusCircleOutline: typeof import('~icons/mdi/minus-circle-outline')['default']
Expand Down
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
Expand Up @@ -52,7 +52,7 @@
"jwt-decode": "^3.1.2",
"locale-codes": "^1.3.1",
"monaco-editor": "^0.33.0",
"nocodb-sdk": "file:../nocodb-sdk",
"nocodb-sdk": "0.105.1",
"papaparse": "^5.3.2",
"qrcode": "^1.5.1",
"socket.io-client": "^4.5.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.105.0",
"version": "0.105.1",
"description": "NocoDB GUI",
"author": {
"name": "NocoDB",
Expand Down
2 changes: 1 addition & 1 deletion packages/nocodb-sdk/package.json
@@ -1,6 +1,6 @@
{
"name": "nocodb-sdk",
"version": "0.105.0",
"version": "0.105.1",
"description": "NocoDB SDK",
"main": "build/main/index.js",
"typings": "build/main/index.d.ts",
Expand Down
50 changes: 23 additions & 27 deletions packages/nocodb/package-lock.json

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

8 changes: 4 additions & 4 deletions packages/nocodb/package.json
@@ -1,6 +1,6 @@
{
"name": "nocodb",
"version": "0.105.0",
"version": "0.105.1",
"description": "NocoDB Backend",
"main": "dist/bundle.js",
"author": {
Expand Down Expand Up @@ -105,10 +105,10 @@
"mysql2": "^2.2.5",
"nanoid": "^3.1.20",
"nc-help": "0.2.85",
"nc-lib-gui": "0.105.0",
"nc-lib-gui": "0.105.1",
"nc-plugin": "0.1.2",
"ncp": "^2.0.0",
"nocodb-sdk": "file:../nocodb-sdk",
"nocodb-sdk": "0.105.1",
"nodemailer": "^6.4.10",
"object-hash": "^3.0.0",
"os-locale": "^5.0.0",
Expand Down Expand Up @@ -184,4 +184,4 @@
"prettier": {
"singleQuote": true
}
}
}

0 comments on commit d4115a9

Please sign in to comment.