Browse Source

Merge pull request #8719 from nocodb/release/0.250.0

pull/8720/head
github-actions[bot] 3 weeks ago committed by GitHub
parent
commit
9e407c56e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      packages/nc-gui/components.d.ts
  2. 2
      packages/nc-gui/package.json
  3. 2
      packages/nc-lib-gui/package.json
  4. 2
      packages/nocodb-sdk/package.json
  5. 6
      packages/nocodb/package.json
  6. 14
      pnpm-lock.yaml

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

@ -104,7 +104,6 @@ declare module 'vue' {
MdiAccountCircleOutline: typeof import('~icons/mdi/account-circle-outline')['default']
MdiAccountSupervisorOutline: typeof import('~icons/mdi/account-supervisor-outline')['default']
MdiAppleKeyboardShift: typeof import('~icons/mdi/apple-keyboard-shift')['default']
MdiArrowDownDropCircle: typeof import('~icons/mdi/arrow-down-drop-circle')['default']
MdiArrowDownDropCircleOutline: typeof import('~icons/mdi/arrow-down-drop-circle-outline')['default']
MdiArrowLeft: typeof import('~icons/mdi/arrow-left')['default']
MdiArrowULeftBottom: typeof import('~icons/mdi/arrow-u-left-bottom')['default']

2
packages/nc-gui/package.json

@ -76,7 +76,7 @@
"marked": "^4.3.0",
"monaco-editor": "^0.45.0",
"monaco-sql-languages": "^0.11.0",
"nocodb-sdk": "0.207.3",
"nocodb-sdk": "0.250.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.207.3",
"version": "0.250.0",
"description": "NocoDB GUI",
"author": {
"name": "NocoDB",

2
packages/nocodb-sdk/package.json

@ -1,6 +1,6 @@
{
"name": "nocodb-sdk",
"version": "0.207.3",
"version": "0.250.0",
"description": "NocoDB SDK",
"main": "build/main/index.js",
"typings": "build/main/index.d.ts",

6
packages/nocodb/package.json

@ -1,6 +1,6 @@
{
"name": "nocodb",
"version": "0.207.3",
"version": "0.250.0",
"description": "NocoDB Backend",
"main": "dist/bundle.js",
"author": {
@ -132,12 +132,12 @@
"mysql2": "^3.9.7",
"nanoid": "^3.3.7",
"nc-help": "0.3.1",
"nc-lib-gui": "0.207.3",
"nc-lib-gui": "0.250.0",
"nc-plugin": "^0.1.3",
"ncp": "^2.0.0",
"nestjs-kafka": "^1.0.6",
"nestjs-throttler-storage-redis": "^0.4.4",
"nocodb-sdk": "0.207.3",
"nocodb-sdk": "0.250.0",
"nodemailer": "^6.9.13",
"object-hash": "^3.0.0",
"object-sizeof": "^2.6.4",

14
pnpm-lock.yaml

@ -158,7 +158,7 @@ importers:
specifier: ^0.11.0
version: 0.11.0
nocodb-sdk:
specifier: 0.207.3
specifier: 0.250.0
version: link:../nocodb-sdk
papaparse:
specifier: ^5.4.1
@ -712,8 +712,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.207.3
version: 0.207.3
specifier: 0.250.0
version: 0.250.0
nc-plugin:
specifier: ^0.1.3
version: 0.1.3
@ -727,7 +727,7 @@ importers:
specifier: ^0.4.4
version: 0.4.4(@nestjs/common@10.3.8)(@nestjs/core@10.3.8)(@nestjs/throttler@5.1.2)(ioredis@5.4.1)(reflect-metadata@0.2.1)
nocodb-sdk:
specifier: 0.207.3
specifier: 0.250.0
version: link:../nocodb-sdk
nodemailer:
specifier: ^6.9.13
@ -15661,7 +15661,7 @@ packages:
eslint: 8.56.0
eslint-import-resolver-node: 0.3.9
eslint-module-utils: 2.8.0(@typescript-eslint/parser@5.62.0)(eslint-import-resolver-node@0.3.9)(eslint@8.56.0)
hasown: 2.0.0
hasown: 2.0.1
is-core-module: 2.13.1
is-glob: 4.0.3
minimatch: 3.1.2
@ -21306,8 +21306,8 @@ packages:
- supports-color
dev: false
/nc-lib-gui@0.207.3:
resolution: {integrity: sha512-2TTiNKjD+VQIRxCoHxO2VfdWlYvHdZcoH92ngZogxmFq+YnfM7wmsbKVyOoT7pOeoFmODhKcezTLd7S9aW46+Q==}
/nc-lib-gui@0.250.0:
resolution: {integrity: sha512-vjYYhuGlX/jcQ2UEEpZPBH7QjizF0IG0Rbt/rkI7kIy8MOeLX/ubF4EY/9StoaMaHs0TTshF+gJ/V7Tb+qUmFA==}
dependencies:
express: 4.19.2
transitivePeerDependencies:

Loading…
Cancel
Save