chore: update changelog
This commit is contained in:
parent
bef9c8ab7b
commit
170d601586
22
CHANGELOG.md
22
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
|
||||
|
@ -2,9 +2,7 @@
|
||||
"version": "0.20.0-alpha.15",
|
||||
"npmClient": "yarn",
|
||||
"useWorkspaces": true,
|
||||
"npmClientArgs": [
|
||||
"--ignore-engines"
|
||||
],
|
||||
"npmClientArgs": ["--ignore-engines"],
|
||||
"command": {
|
||||
"version": {
|
||||
"forcePublish": true,
|
||||
|
Loading…
Reference in New Issue
Block a user