Skip to content

Commit

Permalink
Merge pull request #7331 from nocodb/release/0.203.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 29, 2023
2 parents 4aed8e7 + 81deb5f commit 51bf904
Show file tree
Hide file tree
Showing 5 changed files with 234 additions and 183 deletions.
2 changes: 1 addition & 1 deletion packages/nc-gui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"locale-codes": "^1.3.1",
"monaco-editor": "^0.33.0",
"monaco-sql-languages": "^0.11.0",
"nocodb-sdk": "workspace:^",
"nocodb-sdk": "0.203.1",
"papaparse": "^5.4.1",
"parse-github-url": "^1.0.2",
"pinia": "^2.1.7",
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.203.0",
"version": "0.203.1",
"description": "NocoDB GUI",
"author": {
"name": "NocoDB",
Expand Down
2 changes: 1 addition & 1 deletion packages/nocodb-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nocodb-sdk",
"version": "0.203.0",
"version": "0.203.1",
"description": "NocoDB SDK",
"main": "build/main/index.js",
"typings": "build/main/index.d.ts",
Expand Down
8 changes: 4 additions & 4 deletions packages/nocodb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nocodb",
"version": "0.203.0",
"version": "0.203.1",
"description": "NocoDB Backend",
"main": "dist/bundle.js",
"author": {
Expand Down Expand Up @@ -132,12 +132,12 @@
"mysql2": "^3.6.5",
"nanoid": "^3.1.20",
"nc-help": "0.3.1",
"nc-lib-gui": "0.203.0",
"nc-lib-gui": "0.203.1",
"nc-plugin": "^0.1.3",
"ncp": "^2.0.0",
"nestjs-kafka": "^1.0.6",
"nestjs-throttler-storage-redis": "^0.3.3",
"nocodb-sdk": "workspace:^",
"nocodb-sdk": "0.203.1",
"nodemailer": "^6.4.10",
"object-hash": "^3.0.0",
"object-sizeof": "^2.6.3",
Expand Down Expand Up @@ -229,4 +229,4 @@
"coverageDirectory": "../coverage",
"testEnvironment": "node"
}
}
}

0 comments on commit 51bf904

Please sign in to comment.