diff --git a/.changeset/afraid-apricots-wash.md b/.changeset/afraid-apricots-wash.md deleted file mode 100644 index 9c54406b..00000000 --- a/.changeset/afraid-apricots-wash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"enspire": minor ---- - -Add Word Counter and Member Counter diff --git a/.changeset/chatty-yaks-begin.md b/.changeset/chatty-yaks-begin.md deleted file mode 100644 index c23f5a64..00000000 --- a/.changeset/chatty-yaks-begin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"enspire": patch ---- - -Sort by date descending order & add page size in DataTable diff --git a/.changeset/clean-pets-fail.md b/.changeset/clean-pets-fail.md deleted file mode 100644 index 65c96bb3..00000000 --- a/.changeset/clean-pets-fail.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"enspire": patch ---- - -Add refresh watcher to CustomCASRecordViewMyActivityRecords component diff --git a/.changeset/olive-horses-suffer.md b/.changeset/olive-horses-suffer.md deleted file mode 100644 index f8c56f3f..00000000 --- a/.changeset/olive-horses-suffer.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"enspire": patch ---- - -Fixed the style of Alert Dialog Progess diff --git a/.changeset/strong-beans-explode.md b/.changeset/strong-beans-explode.md deleted file mode 100644 index 442a93ca..00000000 --- a/.changeset/strong-beans-explode.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"enspire": minor ---- - -Replace Multiselect with Checkbox on NewActivityRecord diff --git a/CHANGELOG.md b/CHANGELOG.md index 14c710c9..3b3942e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # enspire +## 1.8.0 + +### Minor Changes + +- [#697](https://github.com/Computerization/Enspire/pull/697) [`2fab8f2`](https://github.com/Computerization/Enspire/commit/2fab8f26de240e32410b76e3dcad5c2ab48bc83a) Thanks [@at-wr](https://github.com/at-wr)! - Add Word Counter and Member Counter + +- [#697](https://github.com/Computerization/Enspire/pull/697) [`2fab8f2`](https://github.com/Computerization/Enspire/commit/2fab8f26de240e32410b76e3dcad5c2ab48bc83a) Thanks [@at-wr](https://github.com/at-wr)! - Replace Multiselect with Checkbox on NewActivityRecord + +### Patch Changes + +- [#697](https://github.com/Computerization/Enspire/pull/697) [`2fab8f2`](https://github.com/Computerization/Enspire/commit/2fab8f26de240e32410b76e3dcad5c2ab48bc83a) Thanks [@at-wr](https://github.com/at-wr)! - Sort by date descending order & add page size in DataTable + +- [#697](https://github.com/Computerization/Enspire/pull/697) [`2fab8f2`](https://github.com/Computerization/Enspire/commit/2fab8f26de240e32410b76e3dcad5c2ab48bc83a) Thanks [@at-wr](https://github.com/at-wr)! - Add refresh watcher to CustomCASRecordViewMyActivityRecords component + +- [`7a0e20b`](https://github.com/Computerization/Enspire/commit/7a0e20b4181a5a081d6efe9a9bb8715b9439402c) Thanks [@at-wr](https://github.com/at-wr)! - Fixed the style of Alert Dialog Progess + ## 1.7.0 ### Minor Changes diff --git a/package.json b/package.json index f72cf6d5..7e812b6e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "enspire", "type": "module", - "version": "1.7.0", + "version": "1.8.0", "private": true, "packageManager": "pnpm@9.14.4+sha512.c8180b3fbe4e4bca02c94234717896b5529740a6cbadf19fa78254270403ea2f27d4e1d46a08a0f56c89b63dc8ebfd3ee53326da720273794e6200fcf0d184ab", "scripts": {