From 6e55d91f586f3c4824e0b1000ad352a18e66e61b Mon Sep 17 00:00:00 2001 From: chenos Date: Tue, 9 Jan 2024 18:32:12 +0800 Subject: [PATCH] chore: update changelog --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index de7002114..070d1be61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,21 @@ 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.19.0-alpha.3](https://github.com/nocobase/nocobase/compare/v0.19.0-alpha.2...v0.19.0-alpha.3) - 2024-01-09 + +### Merged + +- fix: e2e ci [`#3349`](https://github.com/nocobase/nocobase/pull/3349) +- fix: collection field update reporting error [`#3352`](https://github.com/nocobase/nocobase/pull/3352) +- fix: build clean [`#3351`](https://github.com/nocobase/nocobase/pull/3351) +- fix: filter form drop-down selection to add data range [`#3321`](https://github.com/nocobase/nocobase/pull/3321) + +### Commits + +- chore(versions): 😊 publish v0.19.0-alpha.3 [`38c1981`](https://github.com/nocobase/nocobase/commit/38c19818d361a5a17386b7a66d6aab73baf731b7) +- chore: update changelog [`c1149d7`](https://github.com/nocobase/nocobase/commit/c1149d75f149f6caffe122527b5344a43391afc3) +- fix(client): hide gmt property [`f2de05b`](https://github.com/nocobase/nocobase/commit/f2de05bea022e8478f93b7ac211404135ebffb52) + ## [v0.19.0-alpha.2](https://github.com/nocobase/nocobase/compare/v0.19.0-alpha.1...v0.19.0-alpha.2) - 2024-01-09 ### Commits