diff --git a/CHANGELOG.md b/CHANGELOG.md index 309e25b1b..c64f0e54b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +## [v0.20.0-alpha.15](https://github.com/nocobase/nocobase/compare/v0.20.0-alpha.14...v0.20.0-alpha.15) - 2024-03-20 + +### Merged + +- fix(auth): sso auth bug when deploying with subpath [`#3764`](https://github.com/nocobase/nocobase/pull/3764) +- chore: load roles after start [`#3763`](https://github.com/nocobase/nocobase/pull/3763) +- fix: uuid & nanoid should be disabled when editing [`#3762`](https://github.com/nocobase/nocobase/pull/3762) +- fix(logger): output error cause info [`#3760`](https://github.com/nocobase/nocobase/pull/3760) +- fix: uuid field [`#3736`](https://github.com/nocobase/nocobase/pull/3736) +- feat: disassociate action [`#3759`](https://github.com/nocobase/nocobase/pull/3759) +- chore: merge sub app database options [`#3640`](https://github.com/nocobase/nocobase/pull/3640) +- fix(acl): bug of user filtering when adding them to roles [`#3754`](https://github.com/nocobase/nocobase/pull/3754) +- fix: app stopped status [`#3723`](https://github.com/nocobase/nocobase/pull/3723) +- fix: fix the disappearing collections when searching [`#3750`](https://github.com/nocobase/nocobase/pull/3750) +- fix: configure openSize for table action is only immediately valid for one row [`#3752`](https://github.com/nocobase/nocobase/pull/3752) + +### Commits + +- test: add e2e for Disassociate [`8e322ae`](https://github.com/nocobase/nocobase/commit/8e322ae1517e0cea5eac289bb5641b85d4997002) +- chore(versions): 😊 publish v0.20.0-alpha.15 [`bef9c8a`](https://github.com/nocobase/nocobase/commit/bef9c8ab7b54b0400dfd25c9ec85a141448125a2) +- chore: update yarn.lock [`3da340c`](https://github.com/nocobase/nocobase/commit/3da340c88d3a689e22e20dae798a1b51ed0405f7) + ## [v0.20.0-alpha.14](https://github.com/nocobase/nocobase/compare/v0.20.0-alpha.13...v0.20.0-alpha.14) - 2024-03-18 ### Merged diff --git a/lerna.json b/lerna.json index 0aa128459..4ca9037b5 100644 --- a/lerna.json +++ b/lerna.json @@ -2,9 +2,7 @@ "version": "0.20.0-alpha.15", "npmClient": "yarn", "useWorkspaces": true, - "npmClientArgs": [ - "--ignore-engines" - ], + "npmClientArgs": ["--ignore-engines"], "command": { "version": { "forcePublish": true,