Skip to content

Commit

Permalink
chore(versions): 😊 publish v0.7.2-alpha.1 (nocobase#578)
Browse files Browse the repository at this point in the history
* chore(versions): 😊 publish v0.7.2-alpha.1

* feat: update docker image version
  • Loading branch information
chenos authored Jul 5, 2022
1 parent ae66dd5 commit 1e77462
Show file tree
Hide file tree
Showing 37 changed files with 177 additions and 93 deletions.
2 changes: 1 addition & 1 deletion docker/app-mysql/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ networks:
driver: bridge
services:
app:
image: nocobase/nocobase:0.7.1-alpha.7
image: nocobase/nocobase:0.7.2-alpha.1
networks:
- nocobase
depends_on:
Expand Down
2 changes: 1 addition & 1 deletion docker/app-postgres/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ networks:
driver: bridge
services:
app:
image: nocobase/nocobase:0.7.1-alpha.7
image: nocobase/nocobase:0.7.2-alpha.1
networks:
- nocobase
environment:
Expand Down
2 changes: 1 addition & 1 deletion docker/app-sqlite/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ networks:
driver: bridge
services:
app:
image: nocobase/nocobase:0.7.1-alpha.7
image: nocobase/nocobase:0.7.2-alpha.1
networks:
- nocobase
environment:
Expand Down
42 changes: 42 additions & 0 deletions docs/en-US/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,47 @@
# Release Notes

## 2022/07/05 ~ v0.7.1-alpha.1

### New features

- Integer collection field
- Support for displaying fields of relational tables in blocks

### Breaking changes

- New version does not create foreign key constraints by default, old version will delete all created foreign key constraints after upgrade
- If you installed NocoBase using yarn create before, you need to yarn create again and then execute `yarn nocobase upgrade --raw`

### Details

- fix: drop all foreign keys (#576)
- fix(plugin-workflow): fix collection trigger config (#575)
- fix: improve filter item styling
- fix(collection-manager): missing collection manager context
- feat: filter with variable (#574)
- feat(cli): check database version before installation (#572)
- fix(client): comment out useless code
- fix(cli): app start before sync and upgrade
- feat(client): integer field
- fix(database): index invalid (#564)
- fix: export association table data (#561)
- fix(client): maximum call stack size exceeded (#554)
- refactor(plugin-workflow): move client files into plugin (#556)
- fix(database): constraints default to false (#550)
- fix(client): cannot read properties of undefined (reading 'split')
- fix(workflow): merge workflow providers
- fix(workflow): load workflow after application initialization
- fix(plugin-workflow): fix select width (#552)
- feat: compatible with old kanban (#553)
- fix(client): consider explicitly re-exporting to resolve the ambiguity
- feat: display association fields (#512)
- Fix(plugin workflow) (#549)
- fix: update mysql port (#548)
- fix: export of relation blocks (#546)
- fix(plugin-workflow): clear options when change collection (#547)
- feat(plugin-workflow): add race mode (#542)
- fix(client): change toArr to _.castArray in select component (#543)

## 2022/06/26 ~ v0.7.1-alpha.7

### New features
Expand Down
42 changes: 42 additions & 0 deletions docs/zh-CN/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,47 @@
# 更新日志

## 2022/07/05 ~ v0.7.1-alpha.1

### New features

- 新增整数字段
- 支持在区块里显示关系表的字段

### Breaking changes

- 新版本关系默认不建立外键约束,旧版本升级后会删除掉所有已创建的外键约束
- 之前使用 yarn create 安装的 NocoBase 应用,需要重新 yarn create,再执行 `yarn nocobase upgrade --raw`

### Details

- fix: drop all foreign keys (#576)
- fix(plugin-workflow): fix collection trigger config (#575)
- fix: improve filter item styling
- fix(collection-manager): missing collection manager context
- feat: filter with variable (#574)
- feat(cli): check database version before installation (#572)
- fix(client): comment out useless code
- fix(cli): app start before sync and upgrade
- feat(client): integer field
- fix(database): index invalid (#564)
- fix: export association table data (#561)
- fix(client): maximum call stack size exceeded (#554)
- refactor(plugin-workflow): move client files into plugin (#556)
- fix(database): constraints default to false (#550)
- fix(client): cannot read properties of undefined (reading 'split')
- fix(workflow): merge workflow providers
- fix(workflow): load workflow after application initialization
- fix(plugin-workflow): fix select width (#552)
- feat: compatible with old kanban (#553)
- fix(client): consider explicitly re-exporting to resolve the ambiguity
- feat: display association fields (#512)
- Fix(plugin workflow) (#549)
- fix: update mysql port (#548)
- fix: export of relation blocks (#546)
- fix(plugin-workflow): clear options when change collection (#547)
- feat(plugin-workflow): add race mode (#542)
- fix(client): change toArr to _.castArray in select component (#543)

## 2022/06/26 ~ v0.7.1-alpha.7

### New features
Expand Down
4 changes: 2 additions & 2 deletions packages/app/client/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@nocobase/app-client",
"version": "0.7.1-alpha.7",
"version": "0.7.2-alpha.1",
"license": "MIT",
"devDependencies": {
"@nocobase/client": "0.7.1-alpha.7"
"@nocobase/client": "0.7.2-alpha.1"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/app/server/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@nocobase/app-server",
"version": "0.7.1-alpha.7",
"version": "0.7.2-alpha.1",
"description": "",
"license": "MIT",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"dependencies": {
"@nocobase/preset-nocobase": "0.7.1-alpha.7"
"@nocobase/preset-nocobase": "0.7.2-alpha.1"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 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.1-alpha.7",
"version": "0.7.2-alpha.1",
"description": "",
"license": "Apache-2.0",
"licenses": [
Expand All @@ -12,7 +12,7 @@
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"dependencies": {
"@nocobase/resourcer": "0.7.1-alpha.7",
"@nocobase/resourcer": "0.7.2-alpha.1",
"json-templates": "^4.2.0"
},
"repository": {
Expand Down
6 changes: 3 additions & 3 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.1-alpha.7",
"version": "0.7.2-alpha.1",
"description": "",
"license": "Apache-2.0",
"licenses": [
Expand All @@ -12,8 +12,8 @@
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"dependencies": {
"@nocobase/database": "0.7.1-alpha.7",
"@nocobase/resourcer": "0.7.1-alpha.7"
"@nocobase/database": "0.7.2-alpha.1",
"@nocobase/resourcer": "0.7.2-alpha.1"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nocobase/build",
"version": "0.7.1-alpha.7",
"version": "0.7.2-alpha.1",
"description": "Library build tool based on rollup.",
"main": "lib/index.js",
"bin": {
Expand Down
4 changes: 2 additions & 2 deletions packages/core/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nocobase/cli",
"version": "0.7.1-alpha.7",
"version": "0.7.2-alpha.1",
"description": "",
"license": "Apache-2.0",
"licenses": [
Expand All @@ -23,7 +23,7 @@
"serve": "^13.0.2"
},
"devDependencies": {
"@nocobase/devtools": "0.7.1-alpha.7"
"@nocobase/devtools": "0.7.2-alpha.1"
},
"repository": {
"type": "git",
Expand Down
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.1-alpha.7",
"version": "0.7.2-alpha.1",
"license": "Apache-2.0",
"licenses": [
{
Expand All @@ -19,8 +19,8 @@
"@formily/antd": "2.0.20",
"@formily/core": "2.0.20",
"@formily/react": "2.0.20",
"@nocobase/sdk": "0.7.1-alpha.7",
"@nocobase/utils": "0.7.1-alpha.7",
"@nocobase/sdk": "0.7.2-alpha.1",
"@nocobase/utils": "0.7.2-alpha.1",
"ahooks": "^3.0.5",
"antd": "~4.19.5",
"axios": "^0.26.1",
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.7.1-alpha.7",
"version": "0.7.2-alpha.1",
"main": "src/index.js",
"license": "Apache-2.0",
"licenses": [
Expand Down
4 changes: 2 additions & 2 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.1-alpha.7",
"version": "0.7.2-alpha.1",
"description": "",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand All @@ -12,7 +12,7 @@
}
],
"dependencies": {
"@nocobase/utils": "0.7.1-alpha.7",
"@nocobase/utils": "0.7.2-alpha.1",
"async-mutex": "^0.3.2",
"deepmerge": "^4.2.2",
"flat": "^5.0.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/devtools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nocobase/devtools",
"version": "0.7.1-alpha.7",
"version": "0.7.2-alpha.1",
"description": "",
"license": "Apache-2.0",
"licenses": [
Expand All @@ -11,7 +11,7 @@
],
"main": "./src/index.js",
"dependencies": {
"@nocobase/build": "0.7.1-alpha.7",
"@nocobase/build": "0.7.2-alpha.1",
"@testing-library/react": "^12.1.2",
"@types/jest": "^26.0.0",
"@types/koa": "^2.13.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/dumi-theme-nocobase/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dumi-theme-nocobase",
"version": "0.7.1-alpha.7",
"version": "0.7.2-alpha.1",
"private": true,
"files": [
"es",
Expand Down
2 changes: 1 addition & 1 deletion 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.1-alpha.7",
"version": "0.7.2-alpha.1",
"description": "",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
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.7.1-alpha.7",
"version": "0.7.2-alpha.1",
"license": "Apache-2.0",
"licenses": [
{
Expand Down
10 changes: 5 additions & 5 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.1-alpha.7",
"version": "0.7.2-alpha.1",
"main": "lib/index.js",
"types": "./lib/index.d.ts",
"license": "Apache-2.0",
Expand All @@ -13,10 +13,10 @@
"dependencies": {
"@koa/cors": "^3.1.0",
"@koa/router": "^9.4.0",
"@nocobase/acl": "0.7.1-alpha.7",
"@nocobase/actions": "0.7.1-alpha.7",
"@nocobase/database": "0.7.1-alpha.7",
"@nocobase/resourcer": "0.7.1-alpha.7",
"@nocobase/acl": "0.7.2-alpha.1",
"@nocobase/actions": "0.7.2-alpha.1",
"@nocobase/database": "0.7.2-alpha.1",
"@nocobase/resourcer": "0.7.2-alpha.1",
"chalk": "^4.1.1",
"commander": "^9.2.0",
"find-package-json": "^1.2.0",
Expand Down
4 changes: 2 additions & 2 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.1-alpha.7",
"version": "0.7.2-alpha.1",
"main": "lib/index.js",
"types": "./lib/index.d.ts",
"license": "Apache-2.0",
Expand All @@ -11,7 +11,7 @@
}
],
"dependencies": {
"@nocobase/server": "0.7.1-alpha.7",
"@nocobase/server": "0.7.2-alpha.1",
"@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.7.1-alpha.7",
"version": "0.7.2-alpha.1",
"main": "lib/index.js",
"types": "./lib/index.d.ts",
"license": "Apache-2.0",
Expand Down
8 changes: 4 additions & 4 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.1-alpha.7",
"version": "0.7.2-alpha.1",
"description": "",
"license": "Apache-2.0",
"licenses": [
Expand All @@ -12,9 +12,9 @@
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"dependencies": {
"@nocobase/acl": "0.7.1-alpha.7",
"@nocobase/database": "0.7.1-alpha.7",
"@nocobase/server": "0.7.1-alpha.7"
"@nocobase/acl": "0.7.2-alpha.1",
"@nocobase/database": "0.7.2-alpha.1",
"@nocobase/server": "0.7.2-alpha.1"
},
"repository": {
"type": "git",
Expand Down
8 changes: 4 additions & 4 deletions 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.7.1-alpha.7",
"version": "0.7.2-alpha.1",
"main": "./lib/server/index.js",
"types": "./lib/server/index.d.ts",
"license": "Apache-2.0",
Expand All @@ -11,11 +11,11 @@
}
],
"dependencies": {
"@nocobase/client": "0.7.1-alpha.7",
"@nocobase/server": "0.7.1-alpha.7"
"@nocobase/client": "0.7.2-alpha.1",
"@nocobase/server": "0.7.2-alpha.1"
},
"devDependencies": {
"@nocobase/test": "0.7.1-alpha.7"
"@nocobase/test": "0.7.2-alpha.1"
},
"gitHead": "40d079ceb4dadfd6a021ab44a42ef7f52f241745"
}
Loading

0 comments on commit 1e77462

Please sign in to comment.