Skip to content

Commit

Permalink
chore(versions): 😊 publish v0.13.0-alpha.5
Browse files Browse the repository at this point in the history
  • Loading branch information
chenos committed Sep 3, 2023
1 parent 08c5383 commit afc5647
Show file tree
Hide file tree
Showing 70 changed files with 163 additions and 165 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.13.0-alpha.4",
"version": "0.13.0-alpha.5",
"npmClient": "yarn",
"useWorkspaces": true,
"npmClientArgs": ["--ignore-engines"],
Expand Down
6 changes: 3 additions & 3 deletions packages/core/acl/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@nocobase/acl",
"version": "0.13.0-alpha.4",
"version": "0.13.0-alpha.5",
"description": "",
"license": "Apache-2.0",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"dependencies": {
"@nocobase/resourcer": "0.13.0-alpha.4",
"@nocobase/utils": "0.13.0-alpha.4",
"@nocobase/resourcer": "0.13.0-alpha.5",
"@nocobase/utils": "0.13.0-alpha.5",
"minimatch": "^5.1.1"
},
"repository": {
Expand Down
8 changes: 4 additions & 4 deletions packages/core/actions/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@nocobase/actions",
"version": "0.13.0-alpha.4",
"version": "0.13.0-alpha.5",
"description": "",
"license": "Apache-2.0",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"dependencies": {
"@nocobase/cache": "0.13.0-alpha.4",
"@nocobase/database": "0.13.0-alpha.4",
"@nocobase/resourcer": "0.13.0-alpha.4"
"@nocobase/cache": "0.13.0-alpha.5",
"@nocobase/database": "0.13.0-alpha.5",
"@nocobase/resourcer": "0.13.0-alpha.5"
},
"repository": {
"type": "git",
Expand Down
6 changes: 3 additions & 3 deletions packages/core/app/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@nocobase/app",
"version": "0.13.0-alpha.4",
"version": "0.13.0-alpha.5",
"description": "",
"license": "AGPL-3.0",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"dependencies": {
"@nocobase/preset-nocobase": "0.13.0-alpha.4"
"@nocobase/preset-nocobase": "0.13.0-alpha.5"
},
"devDependencies": {
"@nocobase/client": "0.13.0-alpha.4"
"@nocobase/client": "0.13.0-alpha.5"
},
"repository": {
"type": "git",
Expand Down
10 changes: 5 additions & 5 deletions packages/core/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@nocobase/auth",
"version": "0.13.0-alpha.4",
"version": "0.13.0-alpha.5",
"description": "",
"license": "Apache-2.0",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"dependencies": {
"@nocobase/actions": "0.13.0-alpha.4",
"@nocobase/database": "0.13.0-alpha.4",
"@nocobase/resourcer": "0.13.0-alpha.4",
"@nocobase/utils": "0.13.0-alpha.4",
"@nocobase/actions": "0.13.0-alpha.5",
"@nocobase/database": "0.13.0-alpha.5",
"@nocobase/resourcer": "0.13.0-alpha.5",
"@nocobase/utils": "0.13.0-alpha.5",
"@types/jsonwebtoken": "^8.5.8",
"jsonwebtoken": "^8.5.1"
},
Expand Down
20 changes: 9 additions & 11 deletions packages/core/build/package.json
Original file line number Diff line number Diff line change
@@ -1,40 +1,38 @@
{
"name": "@nocobase/build",
"version": "0.13.0-alpha.4",
"version": "0.13.0-alpha.5",
"description": "Library build tool based on rollup.",
"main": "lib/index.js",
"bin": {
"nocobase-build": "./bin/nocobase-build.js"
},
"typings": "./index.d.ts",
"dependencies": {
"@babel/core": "7.22.10",
"@babel/plugin-transform-modules-amd": "7.22.5",
"@babel/preset-env": "7.22.10",
"@hapi/topo": "^6.0.0",
"@lerna/project": "4.0.0",
"@types/gulp": "^4.0.13",
"@types/lerna__package": "5.1.0",
"@types/lerna__project": "5.1.0",
"@vercel/ncc": "0.36.1",
"chalk": "2.4.2",
"fast-glob": "3.3.0",
"glob": "^7.1.4",
"gulp": "4.0.2",
"@types/gulp": "^4.0.13",
"gulp-typescript": "6.0.0-alpha.1",
"pkg-up": "3.1.0",
"tsup": "7.2.0",
"typescript": "5.1.3",
"update-notifier": "3.0.0",
"vite-plugin-lib-inject-css": "1.2.0",
"vite-plugin-css-injected-by-js": "^3.2.1",
"yargs-parser": "13.1.2",
"@types/lerna__project": "5.1.0",
"@types/lerna__package": "5.1.0",
"@babel/core": "7.22.10",
"@babel/preset-env": "7.22.10",
"@babel/plugin-transform-modules-amd": "7.22.5"
"vite-plugin-lib-inject-css": "1.2.0",
"yargs-parser": "13.1.2"
},
"license": "Apache-2.0",
"scripts": {
"build": "tsup"
},
"devDependencies": {
},
"gitHead": "ce588eefb0bfc50f7d5bbee575e0b5e843bf6644"
}
2 changes: 1 addition & 1 deletion packages/core/cache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nocobase/cache",
"version": "0.13.0-alpha.4",
"version": "0.13.0-alpha.5",
"description": "",
"license": "Apache-2.0",
"main": "./lib/index.js",
Expand Down
6 changes: 3 additions & 3 deletions packages/core/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@nocobase/cli",
"version": "0.13.0-alpha.4",
"version": "0.13.0-alpha.5",
"description": "",
"license": "Apache-2.0",
"main": "./src/index.js",
"bin": {
"nocobase": "./bin/index.js"
},
"dependencies": {
"@nocobase/app": "0.13.0-alpha.4",
"@nocobase/app": "0.13.0-alpha.5",
"@types/fs-extra": "^11.0.1",
"@umijs/utils": "3.5.20",
"chalk": "^4.1.1",
Expand All @@ -24,7 +24,7 @@
"tsx": "^3.12.7"
},
"devDependencies": {
"@nocobase/devtools": "0.13.0-alpha.4"
"@nocobase/devtools": "0.13.0-alpha.5"
},
"repository": {
"type": "git",
Expand Down
10 changes: 5 additions & 5 deletions packages/core/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nocobase/client",
"version": "0.13.0-alpha.4",
"version": "0.13.0-alpha.5",
"license": "Apache-2.0",
"main": "lib",
"module": "es/index.js",
Expand All @@ -25,19 +25,19 @@
"@formily/reactive-react": "^2.2.27",
"@formily/shared": "^2.2.27",
"@formily/validator": "^2.2.27",
"@nocobase/evaluators": "0.13.0-alpha.4",
"@nocobase/sdk": "0.13.0-alpha.4",
"@nocobase/utils": "0.13.0-alpha.4",
"@nocobase/evaluators": "0.13.0-alpha.5",
"@nocobase/sdk": "0.13.0-alpha.5",
"@nocobase/utils": "0.13.0-alpha.5",
"@types/requirejs": "^2.1.34",
"ahooks": "^3.7.2",
"antd": "^5.7.3",
"flat": "^5.0.2",
"antd-style": "^3.3.0",
"axios": "^0.26.1",
"classnames": "^2.3.1",
"cron-parser": "^4.6.0",
"cronstrue": "^2.11.0",
"file-saver": "^2.0.5",
"flat": "^5.0.2",
"i18next": "^22.4.9",
"i18next-http-backend": "^2.1.1",
"lodash": "4.17.21",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/create-nocobase-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-nocobase-app",
"version": "0.13.0-alpha.4",
"version": "0.13.0-alpha.5",
"main": "src/index.js",
"license": "Apache-2.0",
"dependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/core/database/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@nocobase/database",
"version": "0.13.0-alpha.4",
"version": "0.13.0-alpha.5",
"description": "",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"license": "Apache-2.0",
"dependencies": {
"@nocobase/logger": "0.13.0-alpha.4",
"@nocobase/utils": "0.13.0-alpha.4",
"@nocobase/logger": "0.13.0-alpha.5",
"@nocobase/utils": "0.13.0-alpha.5",
"async-mutex": "^0.3.2",
"cron-parser": "4.4.0",
"dayjs": "^1.11.8",
Expand Down
6 changes: 3 additions & 3 deletions packages/core/devtools/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@nocobase/devtools",
"version": "0.13.0-alpha.4",
"version": "0.13.0-alpha.5",
"description": "",
"license": "Apache-2.0",
"main": "./src/index.js",
"dependencies": {
"@nocobase/build": "0.13.0-alpha.4",
"@nocobase/client": "0.13.0-alpha.4",
"@nocobase/build": "0.13.0-alpha.5",
"@nocobase/client": "0.13.0-alpha.5",
"@testing-library/react": "^14.0.0",
"@types/jest": "^29.0.0",
"@types/koa": "^2.13.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/evaluators/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@nocobase/evaluators",
"version": "0.13.0-alpha.4",
"version": "0.13.0-alpha.5",
"description": "",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"license": "Apache-2.0",
"dependencies": {
"@formulajs/formulajs": "4.2.0",
"@nocobase/utils": "0.13.0-alpha.4",
"@nocobase/utils": "0.13.0-alpha.5",
"mathjs": "^10.6.0"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nocobase/logger",
"version": "0.13.0-alpha.4",
"version": "0.13.0-alpha.5",
"description": "nocobase logging library",
"license": "Apache-2.0",
"main": "./lib/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/resourcer/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@nocobase/resourcer",
"version": "0.13.0-alpha.4",
"version": "0.13.0-alpha.5",
"description": "",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"license": "Apache-2.0",
"dependencies": {
"@nocobase/utils": "0.13.0-alpha.4",
"@nocobase/utils": "0.13.0-alpha.5",
"deepmerge": "^4.2.2",
"koa-compose": "^4.1.0",
"lodash": "^4.17.21",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nocobase/sdk",
"version": "0.13.0-alpha.4",
"version": "0.13.0-alpha.5",
"license": "Apache-2.0",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
22 changes: 11 additions & 11 deletions packages/core/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nocobase/server",
"version": "0.13.0-alpha.4",
"version": "0.13.0-alpha.5",
"main": "lib/index.js",
"types": "./lib/index.d.ts",
"license": "Apache-2.0",
Expand All @@ -10,16 +10,16 @@
"@koa/cors": "^3.1.0",
"@koa/multer": "^3.0.2",
"@koa/router": "^9.4.0",
"@nocobase/acl": "0.13.0-alpha.4",
"@nocobase/actions": "0.13.0-alpha.4",
"@nocobase/auth": "0.13.0-alpha.4",
"@nocobase/cache": "0.13.0-alpha.4",
"@nocobase/database": "0.13.0-alpha.4",
"@nocobase/evaluators": "0.13.0-alpha.4",
"@nocobase/logger": "0.13.0-alpha.4",
"@nocobase/resourcer": "0.13.0-alpha.4",
"@nocobase/sdk": "0.13.0-alpha.4",
"@nocobase/utils": "0.13.0-alpha.4",
"@nocobase/acl": "0.13.0-alpha.5",
"@nocobase/actions": "0.13.0-alpha.5",
"@nocobase/auth": "0.13.0-alpha.5",
"@nocobase/cache": "0.13.0-alpha.5",
"@nocobase/database": "0.13.0-alpha.5",
"@nocobase/evaluators": "0.13.0-alpha.5",
"@nocobase/logger": "0.13.0-alpha.5",
"@nocobase/resourcer": "0.13.0-alpha.5",
"@nocobase/sdk": "0.13.0-alpha.5",
"@nocobase/utils": "0.13.0-alpha.5",
"@types/koa-send": "^4.1.3",
"@types/multer": "^1.4.5",
"axios": "^0.26.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/test/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@nocobase/test",
"version": "0.13.0-alpha.4",
"version": "0.13.0-alpha.5",
"main": "lib/index.js",
"types": "./lib/index.d.ts",
"license": "Apache-2.0",
"dependencies": {
"@nocobase/server": "0.13.0-alpha.4",
"@nocobase/server": "0.13.0-alpha.5",
"@types/supertest": "^2.0.11",
"mockjs": "^1.1.0",
"mysql2": "^2.3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nocobase/utils",
"version": "0.13.0-alpha.4",
"version": "0.13.0-alpha.5",
"main": "lib/index.js",
"types": "./lib/index.d.ts",
"license": "Apache-2.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/plugins/acl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
"displayName.zh-CN": "权限控制",
"description": "A simple access control based on roles, resources and actions",
"description.zh-CN": "基于角色、资源和操作的权限控制。",
"version": "0.13.0-alpha.4",
"version": "0.13.0-alpha.5",
"license": "AGPL-3.0",
"main": "./dist/server/index.js",
"devDependencies": {
"@types/jsonwebtoken": "^8.5.8",
"async-mutex": "^0.4.0",
"jsonwebtoken": "^8.5.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"async-mutex": "^0.4.0"
"react-dom": "^18.2.0"
},
"peerDependencies": {
"@nocobase/acl": "0.x",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/api-doc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nocobase/plugin-api-doc",
"version": "0.13.0-alpha.4",
"version": "0.13.0-alpha.5",
"displayName": "API documentation",
"displayName.zh-CN": "API 文档",
"description": "",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/api-keys/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"displayName.zh-CN": "API 秘钥",
"description": "Allow users to use API key to access NocoBase server API",
"description.zh-CN": "允许用户使用 API key 访问 NocoBase server API",
"version": "0.13.0-alpha.4",
"version": "0.13.0-alpha.5",
"license": "AGPL-3.0",
"main": "./dist/server/index.js",
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/audit-logs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nocobase/plugin-audit-logs",
"version": "0.13.0-alpha.4",
"version": "0.13.0-alpha.5",
"displayName": "Audit logs",
"displayName.zh-CN": "审计日志",
"description": "Data addition, modification, deletion logs",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nocobase/plugin-auth",
"version": "0.13.0-alpha.4",
"version": "0.13.0-alpha.5",
"main": "./dist/server/index.js",
"devDependencies": {
"@ant-design/icons": "5.x",
Expand Down
Loading

0 comments on commit afc5647

Please sign in to comment.