Browse Source

Merge pull request #7309 from nocodb/release/0.203.0

pull/7310/head
github-actions[bot] 6 months ago committed by GitHub
parent
commit
bdd27c486b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      packages/nc-gui/components.d.ts
  2. 2
      packages/nc-gui/package.json
  3. 2
      packages/nc-lib-gui/package.json
  4. 4
      packages/nocodb-sdk/package.json
  5. 1967
      packages/nocodb-sdk/pnpm-lock.yaml
  6. 8
      packages/nocodb/package.json
  7. 12
      pnpm-lock.yaml

1
packages/nc-gui/components.d.ts vendored

@ -11,7 +11,6 @@ declare module '@vue/runtime-core' {
AAutoComplete: typeof import('ant-design-vue/es')['AutoComplete']
AAvatar: typeof import('ant-design-vue/es')['Avatar']
ABadge: typeof import('ant-design-vue/es')['Badge']
ABadgeRibbon: typeof import('ant-design-vue/es')['BadgeRibbon']
ABreadcrumb: typeof import('ant-design-vue/es')['Breadcrumb']
ABreadcrumbItem: typeof import('ant-design-vue/es')['BreadcrumbItem']
AButton: typeof import('ant-design-vue/es')['Button']

2
packages/nc-gui/package.json

@ -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.0",
"papaparse": "^5.4.1",
"parse-github-url": "^1.0.2",
"pinia": "^2.1.7",

2
packages/nc-lib-gui/package.json

@ -1,6 +1,6 @@
{
"name": "nc-lib-gui",
"version": "0.202.10",
"version": "0.203.0",
"description": "NocoDB GUI",
"author": {
"name": "NocoDB",

4
packages/nocodb-sdk/package.json

@ -1,6 +1,6 @@
{
"name": "nocodb-sdk",
"version": "0.202.10",
"version": "0.203.0",
"description": "NocoDB SDK",
"main": "build/main/index.js",
"typings": "build/main/index.d.ts",
@ -73,4 +73,4 @@
"prettier": {
"singleQuote": true
}
}
}

1967
packages/nocodb-sdk/pnpm-lock.yaml

File diff suppressed because it is too large Load Diff

8
packages/nocodb/package.json

@ -1,6 +1,6 @@
{
"name": "nocodb",
"version": "0.202.10",
"version": "0.203.0",
"description": "NocoDB Backend",
"main": "dist/bundle.js",
"author": {
@ -132,12 +132,12 @@
"mysql2": "^3.6.5",
"nanoid": "^3.1.20",
"nc-help": "0.3.1",
"nc-lib-gui": "0.202.10",
"nc-lib-gui": "0.203.0",
"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.0",
"nodemailer": "^6.4.10",
"object-hash": "^3.0.0",
"object-sizeof": "^2.6.3",
@ -229,4 +229,4 @@
"coverageDirectory": "../coverage",
"testEnvironment": "node"
}
}
}

12
pnpm-lock.yaml

@ -139,7 +139,7 @@ importers:
specifier: ^0.11.0
version: 0.11.0
nocodb-sdk:
specifier: workspace:^
specifier: 0.203.0
version: link:../nocodb-sdk
papaparse:
specifier: ^5.4.1
@ -671,8 +671,8 @@ importers:
specifier: 0.3.1
version: 0.3.1(asn1.js@5.4.1)(debug@4.3.4)(knex@2.4.2)
nc-lib-gui:
specifier: 0.202.10
version: 0.202.10
specifier: 0.203.0
version: 0.203.0
nc-plugin:
specifier: ^0.1.3
version: 0.1.3
@ -686,7 +686,7 @@ importers:
specifier: ^0.3.3
version: 0.3.3(@nestjs/common@10.2.10)(@nestjs/core@10.2.10)(@nestjs/throttler@4.2.1)(ioredis@5.3.2)(reflect-metadata@0.1.14)
nocodb-sdk:
specifier: workspace:^
specifier: 0.203.0
version: link:../nocodb-sdk
nodemailer:
specifier: ^6.4.10
@ -19577,8 +19577,8 @@ packages:
- supports-color
dev: false
/nc-lib-gui@0.202.10:
resolution: {integrity: sha512-tKREN6uOSD3WjGbZAFeQlwjlY9mdfldJzRQEmS47PsKeMpjcpSxwCYUW+pNLx/CO5HQJFpQMs6oLI1A4Dmh3uA==}
/nc-lib-gui@0.203.0:
resolution: {integrity: sha512-7J0bj7KZsTYW+0nHBJf9XZJCwXCtgyUsohbES/JunWhgnF/5IuRMoGhiGg/FEBJL470yyVEwJRJjgOpsNWMOrA==}
dependencies:
express: 4.18.2
transitivePeerDependencies:

Loading…
Cancel
Save