Skip to content

Commit

Permalink
chore(versions): 😊 publish v0.7.0-alpha.6
Browse files Browse the repository at this point in the history
  • Loading branch information
chenos committed Apr 25, 2022
1 parent a00b45a commit 7d0087c
Show file tree
Hide file tree
Showing 26 changed files with 97 additions and 97 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.7.0-alpha.5",
"version": "0.7.0-alpha.6",
"npmClient": "yarn",
"useWorkspaces": true,
"npmClientArgs": [
Expand Down
6 changes: 3 additions & 3 deletions packages/app/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nocobase/app-client",
"version": "0.7.0-alpha.5",
"version": "0.7.0-alpha.6",
"license": "MIT",
"scripts": {
"start": "umi dev",
Expand All @@ -10,7 +10,7 @@
"test:coverage": "umi-test --coverage"
},
"devDependencies": {
"@nocobase/client": "0.7.0-alpha.5",
"@nocobase/client": "0.7.0-alpha.6",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@umijs/test": "^3.5.20",
Expand All @@ -24,5 +24,5 @@
"url": "git+https://github.com/nocobase/nocobase.git",
"directory": "packages/app/client"
},
"gitHead": "b12507f6e4bcb5f1fd8285670a43fb3807d90ea0"
"gitHead": "a00b45a2686695c5f4824d074ac5e1aff210793a"
}
30 changes: 15 additions & 15 deletions packages/app/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nocobase/app-server",
"version": "0.7.0-alpha.5",
"version": "0.7.0-alpha.6",
"description": "",
"license": "MIT",
"main": "./lib/index.js",
Expand All @@ -11,24 +11,24 @@
"build:esm": "tsc --project tsconfig.build.json --module es2015 --outDir esm"
},
"dependencies": {
"@nocobase/database": "0.7.0-alpha.5",
"@nocobase/plugin-acl": "0.7.0-alpha.5",
"@nocobase/plugin-china-region": "0.7.0-alpha.5",
"@nocobase/plugin-client": "0.7.0-alpha.5",
"@nocobase/plugin-collection-manager": "0.7.0-alpha.5",
"@nocobase/plugin-error-handler": "0.7.0-alpha.5",
"@nocobase/plugin-file-manager": "0.7.0-alpha.5",
"@nocobase/plugin-system-settings": "0.7.0-alpha.5",
"@nocobase/plugin-ui-routes-storage": "0.7.0-alpha.5",
"@nocobase/plugin-ui-schema-storage": "0.7.0-alpha.5",
"@nocobase/plugin-users": "0.7.0-alpha.5",
"@nocobase/plugin-workflow": "0.7.0-alpha.5",
"@nocobase/server": "0.7.0-alpha.5"
"@nocobase/database": "0.7.0-alpha.6",
"@nocobase/plugin-acl": "0.7.0-alpha.6",
"@nocobase/plugin-china-region": "0.7.0-alpha.6",
"@nocobase/plugin-client": "0.7.0-alpha.6",
"@nocobase/plugin-collection-manager": "0.7.0-alpha.6",
"@nocobase/plugin-error-handler": "0.7.0-alpha.6",
"@nocobase/plugin-file-manager": "0.7.0-alpha.6",
"@nocobase/plugin-system-settings": "0.7.0-alpha.6",
"@nocobase/plugin-ui-routes-storage": "0.7.0-alpha.6",
"@nocobase/plugin-ui-schema-storage": "0.7.0-alpha.6",
"@nocobase/plugin-users": "0.7.0-alpha.6",
"@nocobase/plugin-workflow": "0.7.0-alpha.6",
"@nocobase/server": "0.7.0-alpha.6"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nocobase/nocobase.git",
"directory": "packages/app/server"
},
"gitHead": "b12507f6e4bcb5f1fd8285670a43fb3807d90ea0"
"gitHead": "a00b45a2686695c5f4824d074ac5e1aff210793a"
}
6 changes: 3 additions & 3 deletions packages/core/acl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nocobase/acl",
"version": "0.7.0-alpha.5",
"version": "0.7.0-alpha.6",
"description": "",
"license": "Apache-2.0",
"licenses": [
Expand All @@ -17,13 +17,13 @@
"build:esm": "tsc --project tsconfig.build.json --module es2015 --outDir esm"
},
"dependencies": {
"@nocobase/resourcer": "0.7.0-alpha.5",
"@nocobase/resourcer": "0.7.0-alpha.6",
"json-templates": "^4.2.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nocobase/nocobase.git",
"directory": "packages/acl"
},
"gitHead": "b12507f6e4bcb5f1fd8285670a43fb3807d90ea0"
"gitHead": "a00b45a2686695c5f4824d074ac5e1aff210793a"
}
8 changes: 4 additions & 4 deletions packages/core/actions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nocobase/actions",
"version": "0.7.0-alpha.5",
"version": "0.7.0-alpha.6",
"description": "",
"license": "Apache-2.0",
"licenses": [
Expand All @@ -17,13 +17,13 @@
"build:esm": "tsc --project tsconfig.build.json --module es2015 --outDir esm"
},
"dependencies": {
"@nocobase/database": "0.7.0-alpha.5",
"@nocobase/resourcer": "0.7.0-alpha.5"
"@nocobase/database": "0.7.0-alpha.6",
"@nocobase/resourcer": "0.7.0-alpha.6"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nocobase/nocobase.git",
"directory": "packages/actions"
},
"gitHead": "b12507f6e4bcb5f1fd8285670a43fb3807d90ea0"
"gitHead": "a00b45a2686695c5f4824d074ac5e1aff210793a"
}
6 changes: 3 additions & 3 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.7.0-alpha.5",
"version": "0.7.0-alpha.6",
"license": "Apache-2.0",
"licenses": [
{
Expand Down Expand Up @@ -29,7 +29,7 @@
"@formily/antd": "^2.0.15",
"@formily/core": "^2.0.15",
"@formily/react": "^2.0.15",
"@nocobase/utils": "0.7.0-alpha.5",
"@nocobase/utils": "0.7.0-alpha.6",
"ahooks": "^3.0.5",
"antd": "~4.19.5",
"axios": "^0.24.0",
Expand Down Expand Up @@ -66,5 +66,5 @@
"@types/marked": "^4.0.1",
"axios-mock-adapter": "^1.20.0"
},
"gitHead": "b12507f6e4bcb5f1fd8285670a43fb3807d90ea0"
"gitHead": "a00b45a2686695c5f4824d074ac5e1aff210793a"
}
4 changes: 2 additions & 2 deletions 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.7.0-alpha.5",
"version": "0.7.0-alpha.6",
"main": "src/index.js",
"license": "Apache-2.0",
"licenses": [
Expand All @@ -25,5 +25,5 @@
"url": "git+https://github.com/nocobase/nocobase.git",
"directory": "packages/core/create-nocobase-app"
},
"gitHead": "b12507f6e4bcb5f1fd8285670a43fb3807d90ea0"
"gitHead": "a00b45a2686695c5f4824d074ac5e1aff210793a"
}
6 changes: 3 additions & 3 deletions packages/core/database/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nocobase/database",
"version": "0.7.0-alpha.5",
"version": "0.7.0-alpha.6",
"description": "",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand All @@ -17,7 +17,7 @@
"build:esm": "tsc --project tsconfig.build.json --module es2015 --outDir esm"
},
"dependencies": {
"@nocobase/utils": "0.7.0-alpha.5",
"@nocobase/utils": "0.7.0-alpha.6",
"async-mutex": "^0.3.2",
"deepmerge": "^4.2.2",
"flat": "^5.0.2",
Expand All @@ -29,5 +29,5 @@
"url": "git+https://github.com/nocobase/nocobase.git",
"directory": "packages/database"
},
"gitHead": "b12507f6e4bcb5f1fd8285670a43fb3807d90ea0"
"gitHead": "a00b45a2686695c5f4824d074ac5e1aff210793a"
}
4 changes: 2 additions & 2 deletions packages/core/resourcer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nocobase/resourcer",
"version": "0.7.0-alpha.5",
"version": "0.7.0-alpha.6",
"description": "",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down Expand Up @@ -28,5 +28,5 @@
"url": "git+https://github.com/nocobase/nocobase.git",
"directory": "packages/resourcer"
},
"gitHead": "b12507f6e4bcb5f1fd8285670a43fb3807d90ea0"
"gitHead": "a00b45a2686695c5f4824d074ac5e1aff210793a"
}
12 changes: 6 additions & 6 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.7.0-alpha.5",
"version": "0.7.0-alpha.6",
"main": "lib/index.js",
"types": "./lib/index.d.ts",
"license": "Apache-2.0",
Expand All @@ -18,10 +18,10 @@
"dependencies": {
"@koa/cors": "^3.1.0",
"@koa/router": "^9.4.0",
"@nocobase/acl": "0.7.0-alpha.5",
"@nocobase/actions": "0.7.0-alpha.5",
"@nocobase/database": "0.7.0-alpha.5",
"@nocobase/resourcer": "0.7.0-alpha.5",
"@nocobase/acl": "0.7.0-alpha.6",
"@nocobase/actions": "0.7.0-alpha.6",
"@nocobase/database": "0.7.0-alpha.6",
"@nocobase/resourcer": "0.7.0-alpha.6",
"commander": "^8.1.0",
"dotenv": "^8.2.0",
"find-package-json": "^1.2.0",
Expand All @@ -31,5 +31,5 @@
"koa-static": "^5.0.0",
"lodash": "^4.17.21"
},
"gitHead": "b12507f6e4bcb5f1fd8285670a43fb3807d90ea0"
"gitHead": "a00b45a2686695c5f4824d074ac5e1aff210793a"
}
6 changes: 3 additions & 3 deletions packages/core/test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nocobase/test",
"version": "0.7.0-alpha.5",
"version": "0.7.0-alpha.6",
"main": "lib/index.js",
"types": "./lib/index.d.ts",
"license": "Apache-2.0",
Expand All @@ -16,13 +16,13 @@
"build:esm": "tsc --project tsconfig.build.json --module es2015 --outDir esm"
},
"dependencies": {
"@nocobase/server": "0.7.0-alpha.5",
"@nocobase/server": "0.7.0-alpha.6",
"@types/supertest": "^2.0.11",
"mockjs": "^1.1.0",
"mysql2": "^2.1.0",
"pg": "^8.3.3",
"pg-hstore": "^2.3.3",
"supertest": "^6.1.6"
},
"gitHead": "b12507f6e4bcb5f1fd8285670a43fb3807d90ea0"
"gitHead": "a00b45a2686695c5f4824d074ac5e1aff210793a"
}
4 changes: 2 additions & 2 deletions packages/core/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nocobase/utils",
"version": "0.7.0-alpha.5",
"version": "0.7.0-alpha.6",
"main": "lib/index.js",
"types": "./lib/index.d.ts",
"license": "Apache-2.0",
Expand All @@ -19,5 +19,5 @@
"deepmerge": "^4.2.2",
"flat-to-nested": "^1.1.1"
},
"gitHead": "b12507f6e4bcb5f1fd8285670a43fb3807d90ea0"
"gitHead": "a00b45a2686695c5f4824d074ac5e1aff210793a"
}
10 changes: 5 additions & 5 deletions packages/plugins/acl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nocobase/plugin-acl",
"version": "0.7.0-alpha.5",
"version": "0.7.0-alpha.6",
"description": "",
"license": "Apache-2.0",
"licenses": [
Expand All @@ -17,14 +17,14 @@
"build:esm": "tsc --project tsconfig.build.json --module es2015 --outDir esm"
},
"dependencies": {
"@nocobase/acl": "0.7.0-alpha.5",
"@nocobase/database": "0.7.0-alpha.5",
"@nocobase/server": "0.7.0-alpha.5"
"@nocobase/acl": "0.7.0-alpha.6",
"@nocobase/database": "0.7.0-alpha.6",
"@nocobase/server": "0.7.0-alpha.6"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nocobase/nocobase.git",
"directory": "packages/plugins/acl"
},
"gitHead": "b12507f6e4bcb5f1fd8285670a43fb3807d90ea0"
"gitHead": "a00b45a2686695c5f4824d074ac5e1aff210793a"
}
6 changes: 3 additions & 3 deletions packages/plugins/action-logs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nocobase/plugin-action-logs",
"version": "0.7.0-alpha.5",
"version": "0.7.0-alpha.6",
"main": "lib/index.js",
"license": "Apache-2.0",
"licenses": [
Expand All @@ -15,7 +15,7 @@
"build:esm": "tsc --project tsconfig.build.json --module es2015 --outDir esm"
},
"devDependencies": {
"@nocobase/test": "0.7.0-alpha.5"
"@nocobase/test": "0.7.0-alpha.6"
},
"gitHead": "b12507f6e4bcb5f1fd8285670a43fb3807d90ea0"
"gitHead": "a00b45a2686695c5f4824d074ac5e1aff210793a"
}
6 changes: 3 additions & 3 deletions packages/plugins/china-region/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nocobase/plugin-china-region",
"version": "0.7.0-alpha.5",
"version": "0.7.0-alpha.6",
"main": "lib/index.js",
"license": "Apache-2.0",
"licenses": [
Expand All @@ -18,7 +18,7 @@
"china-division": "^2.4.0"
},
"devDependencies": {
"@nocobase/test": "0.7.0-alpha.5"
"@nocobase/test": "0.7.0-alpha.6"
},
"gitHead": "b12507f6e4bcb5f1fd8285670a43fb3807d90ea0"
"gitHead": "a00b45a2686695c5f4824d074ac5e1aff210793a"
}
8 changes: 4 additions & 4 deletions packages/plugins/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nocobase/plugin-client",
"version": "0.7.0-alpha.5",
"version": "0.7.0-alpha.6",
"main": "lib/index.js",
"license": "Apache-2.0",
"licenses": [
Expand All @@ -15,10 +15,10 @@
"build:esm": "tsc --project tsconfig.build.json --module es2015 --outDir esm"
},
"dependencies": {
"@nocobase/server": "0.7.0-alpha.5"
"@nocobase/server": "0.7.0-alpha.6"
},
"devDependencies": {
"@nocobase/test": "0.7.0-alpha.5"
"@nocobase/test": "0.7.0-alpha.6"
},
"gitHead": "b12507f6e4bcb5f1fd8285670a43fb3807d90ea0"
"gitHead": "a00b45a2686695c5f4824d074ac5e1aff210793a"
}
6 changes: 3 additions & 3 deletions packages/plugins/collection-manager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nocobase/plugin-collection-manager",
"version": "0.7.0-alpha.5",
"version": "0.7.0-alpha.6",
"main": "lib/index.js",
"license": "Apache-2.0",
"licenses": [
Expand All @@ -15,7 +15,7 @@
"build:esm": "tsc --project tsconfig.build.json --module es2015 --outDir esm"
},
"devDependencies": {
"@nocobase/test": "0.7.0-alpha.5"
"@nocobase/test": "0.7.0-alpha.6"
},
"gitHead": "b12507f6e4bcb5f1fd8285670a43fb3807d90ea0"
"gitHead": "a00b45a2686695c5f4824d074ac5e1aff210793a"
}
6 changes: 3 additions & 3 deletions packages/plugins/error-handler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nocobase/plugin-error-handler",
"version": "0.7.0-alpha.5",
"version": "0.7.0-alpha.6",
"description": "",
"license": "Apache-2.0",
"licenses": [
Expand All @@ -17,12 +17,12 @@
"build:esm": "tsc --project tsconfig.build.json --module es2015 --outDir esm"
},
"dependencies": {
"@nocobase/server": "0.7.0-alpha.5"
"@nocobase/server": "0.7.0-alpha.6"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nocobase/nocobase.git",
"directory": "packages/plugin-error-handler"
},
"gitHead": "b12507f6e4bcb5f1fd8285670a43fb3807d90ea0"
"gitHead": "a00b45a2686695c5f4824d074ac5e1aff210793a"
}
Loading

0 comments on commit 7d0087c

Please sign in to comment.