Skip to content

Commit 526107d

Browse files
chore(main): release 0.24.0
1 parent 5d78a1e commit 526107d

3 files changed

Lines changed: 23 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## [0.24.0](https://github.com/Notifycal/frontend/compare/v0.23.0...v0.24.0) (2025-07-31)
4+
5+
6+
### Features
7+
8+
* redirections ([#435](https://github.com/Notifycal/frontend/issues/435)) ([1631f1a](https://github.com/Notifycal/frontend/commit/1631f1a11476ff30814957a8f83c7ccab04d1d7d))
9+
10+
11+
### Bug Fixes
12+
13+
* **deps:** Update dependency @hookform/resolvers to v5.2.0 ([#438](https://github.com/Notifycal/frontend/issues/438)) ([5f7fabe](https://github.com/Notifycal/frontend/commit/5f7fabe0374585171bda420588941fbf5faee4b6))
14+
* **deps:** Update dependency @hookform/resolvers to v5.2.1 ([#455](https://github.com/Notifycal/frontend/issues/455)) ([5d78a1e](https://github.com/Notifycal/frontend/commit/5d78a1efe01efe8c2a154ee89c85aecc5ef313d0))
15+
* **deps:** Update dependency motion to v12.23.12 ([#451](https://github.com/Notifycal/frontend/issues/451)) ([e2094f9](https://github.com/Notifycal/frontend/commit/e2094f9fdbac57f04b11b74ac7b9510095a347a6))
16+
* **deps:** Update dependency zustand to v5.0.7 ([#454](https://github.com/Notifycal/frontend/issues/454)) ([85245bc](https://github.com/Notifycal/frontend/commit/85245bc80acac470f9b19bc56fd0eae9652707aa))
17+
* **deps:** Update Node.js Dependencies ([#429](https://github.com/Notifycal/frontend/issues/429)) ([b6a9c9e](https://github.com/Notifycal/frontend/commit/b6a9c9e81c5f2e35776833f7f50d7f3ea6f0aaf5))
18+
* **deps:** Update Node.js Dependencies ([#445](https://github.com/Notifycal/frontend/issues/445)) ([fa6e09e](https://github.com/Notifycal/frontend/commit/fa6e09e607a7d5ba2d47bde4a4ca5be2ad0190a7))
19+
* **deps:** Update Node.js Dependencies ([#448](https://github.com/Notifycal/frontend/issues/448)) ([78dfff9](https://github.com/Notifycal/frontend/commit/78dfff9112d15e7a15e508bde2da15fd96e61f1f))
20+
* **deps:** Update Node.js Dependencies to v8.2.2 ([#452](https://github.com/Notifycal/frontend/issues/452)) ([36991d6](https://github.com/Notifycal/frontend/commit/36991d6636b5d8ea5b05477479596163758d7850))
21+
* replace FunctionComponent type with JSX.Element ([#434](https://github.com/Notifycal/frontend/issues/434)) ([a929f77](https://github.com/Notifycal/frontend/commit/a929f77bb51ac82166b86079a20f2996782f2c72))
22+
323
## [0.23.0](https://github.com/Notifycal/frontend/compare/v0.22.0...v0.23.0) (2025-07-24)
424

525

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"url": "https://github.com/Notifycal/frontend"
1313
},
1414
"license": "MIT",
15-
"version": "0.23.0",
15+
"version": "0.24.0",
1616
"type": "module",
1717
"scripts": {
1818
"clean": "rm -rf dist",

0 commit comments

Comments
 (0)