diff --git a/CHANGELOG.md b/CHANGELOG.md index 4576c052ef..fd2b60d0d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,26 @@ 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.11.0-alpha.1](https://github.com/nocobase/nocobase/compare/v0.10.1-alpha.1...v0.11.0-alpha.1) - 2023-07-08 + +### Merged + +- refactor(client)!: upgrade antd to v5 [`#2078`](https://github.com/nocobase/nocobase/pull/2078) +- fix(plugin-workflow): fix loop variable [`#2211`](https://github.com/nocobase/nocobase/pull/2211) +- fix(db): fix .now variable [`#2209`](https://github.com/nocobase/nocobase/pull/2209) +- chore(plugin-workflow): adjust types [`#2206`](https://github.com/nocobase/nocobase/pull/2206) +- **Breaking change:** refactor(client)!: application, router and plugin [`#2068`](https://github.com/nocobase/nocobase/pull/2068) +- fix(plugin-workflow): try to avoid occasionally duplicated executions [`#2196`](https://github.com/nocobase/nocobase/pull/2196) +- fix: association field display has been delete in sub-form [`#2205`](https://github.com/nocobase/nocobase/pull/2205) +- refactor(client): abstract RawTextArea for variable input [`#2204`](https://github.com/nocobase/nocobase/pull/2204) +- fix: error reported when open data scope [`#2202`](https://github.com/nocobase/nocobase/pull/2202) +- fix: current object variavle can not be selected [`#2201`](https://github.com/nocobase/nocobase/pull/2201) + +### Commits + +- chore(versions): 😊 publish v0.11.0-alpha.1 [`c0a5952`](https://github.com/nocobase/nocobase/commit/c0a59524ab55f42f3455656d632bb6be6ae36424) +- chore: update changelog [`44adf53`](https://github.com/nocobase/nocobase/commit/44adf53c1105016beb850005199c73d9189347fb) + ## [v0.10.1-alpha.1](https://github.com/nocobase/nocobase/compare/v0.10.0-alpha.5...v0.10.1-alpha.1) - 2023-07-07 ### Merged