From b44a9851a1456e8daa43205eaaa08676c702f00f Mon Sep 17 00:00:00 2001 From: chenos Date: Wed, 6 Dec 2023 13:21:08 +0800 Subject: [PATCH] chore: update changelog --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 11e2e3fb7c..c74f2158f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,24 @@ 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.17.0-alpha.2](https://github.com/nocobase/nocobase/compare/v0.17.0-alpha.1...v0.17.0-alpha.2) - 2023-12-06 + +### Merged + +- fix: default action schema settings [`#3146`](https://github.com/nocobase/nocobase/pull/3146) +- feat(bi): filter block for charts [`#2851`](https://github.com/nocobase/nocobase/pull/2851) +- fix: validate uid rule [`#3140`](https://github.com/nocobase/nocobase/pull/3140) +- refactor: collection template support forbidDeletion setting [`#3139`](https://github.com/nocobase/nocobase/pull/3139) +- fix: menu height bug [`#3137`](https://github.com/nocobase/nocobase/pull/3137) +- fix: menu height 50vh [`#3135`](https://github.com/nocobase/nocobase/pull/3135) +- refactor: uid validate rule [`#3134`](https://github.com/nocobase/nocobase/pull/3134) + +### Commits + +- chore(versions): 😊 publish v0.17.0-alpha.2 [`36fd488`](https://github.com/nocobase/nocobase/commit/36fd4881b26b99fe33b5bacdf7b502aa62d2ffb5) +- fix: load field when source collection not found [`95bec22`](https://github.com/nocobase/nocobase/commit/95bec2278ff2f53dfb1307e47bc8aca90d5a606a) +- chore: update changelog [`34e026c`](https://github.com/nocobase/nocobase/commit/34e026cec5742c1a1347f2969a03446fa98c44c3) + ## [v0.17.0-alpha.1](https://github.com/nocobase/nocobase/compare/v0.16.0-alpha.6...v0.17.0-alpha.1) - 2023-12-04 ### Merged