From 620d1ff8dfe725b2202492d7c2058b22a11f11e6 Mon Sep 17 00:00:00 2001 From: chenos Date: Sat, 29 Jul 2023 09:13:44 +0800 Subject: [PATCH] chore: update changelog --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c713a1573f..9f6989bbdf 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.1-alpha.4](https://github.com/nocobase/nocobase/compare/v0.11.1-alpha.3...v0.11.1-alpha.4) - 2023-07-29 + +### Merged + +- refactor(plugin-workflow): allow system values to be assigned in create and update node [`#2345`](https://github.com/nocobase/nocobase/pull/2345) +- chore(database): merge fields arguments by path [`#2331`](https://github.com/nocobase/nocobase/pull/2331) +- fix(theme-editor): avoid error [`#2340`](https://github.com/nocobase/nocobase/pull/2340) +- refactor: upgrade @testing-library/react to 14.x [`#2339`](https://github.com/nocobase/nocobase/pull/2339) +- test: view collection as through model [`#2336`](https://github.com/nocobase/nocobase/pull/2336) +- fix: sub-form record provider data failed to matching [`#2337`](https://github.com/nocobase/nocobase/pull/2337) +- fix(bi): issue of formatting relation field & reference link of line chart [`#2332`](https://github.com/nocobase/nocobase/pull/2332) +- chore: tsx [`#2329`](https://github.com/nocobase/nocobase/pull/2329) +- chore: upgrade jest [`#2323`](https://github.com/nocobase/nocobase/pull/2323) + +### Commits + +- chore(versions): 😊 publish v0.11.1-alpha.4 [`b93f28a`](https://github.com/nocobase/nocobase/commit/b93f28a952fef20e99570ca6f19b3bf8192db465) +- fix: yarn run test [`d956c90`](https://github.com/nocobase/nocobase/commit/d956c90e91e303ae02e54f71498b92481eab0399) +- chore: update changelog [`54f2405`](https://github.com/nocobase/nocobase/commit/54f240539c5cf82d31c689bf409bcb5656ded496) + ## [v0.11.1-alpha.3](https://github.com/nocobase/nocobase/compare/v0.11.1-alpha.2...v0.11.1-alpha.3) - 2023-07-26 ### Merged