Skip to content

Commit 008c604

Browse files
committed
chore(release): 1.10.1
1 parent c665284 commit 008c604

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [1.10.1](https://github.com/Ilya758/react-design-patterns/compare/v1.10.0...v1.10.1) (2025-08-11)
6+
7+
8+
### Features
9+
10+
* **menu:** group-scoped app menu ([0fe93b1](https://github.com/Ilya758/react-design-patterns/commit/0fe93b131c100cea082af11afb5d1889aa152076))
11+
* **page:** implemented 404 page ([203ee58](https://github.com/Ilya758/react-design-patterns/commit/203ee5852a2f18f578c00ef94e2a33cb5196608e))
12+
13+
14+
### Bug Fixes
15+
16+
* **menu:** allow app menu scrolling on small screens ([4dd199e](https://github.com/Ilya758/react-design-patterns/commit/4dd199e709cac53e53372680a1456f3820eece4d))
17+
* **page:** color tweaking for 404 page ([c665284](https://github.com/Ilya758/react-design-patterns/commit/c665284cd4d8707839d7b8a5094dfaa5bf0c39cc))
18+
519
## [1.10.0](https://github.com/Ilya758/react-design-patterns/compare/v1.9.4...v1.10.0) (2025-08-05)
620

721
### [1.9.4](https://github.com/Ilya758/react-design-patterns/compare/v1.9.3...v1.9.4) (2025-08-01)

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "pulse-of-react",
33
"private": true,
4-
"version": "1.10.0",
4+
"version": "1.10.1",
55
"type": "module",
66
"homepage": "https://pulse-of-react.netlify.app",
77
"scripts": {
@@ -18,6 +18,7 @@
1818
"@mantine/core": "^8.0.0",
1919
"@mantine/hooks": "^8.0.0",
2020
"@mantine/notifications": "^8.0.2",
21+
"@mantine/spotlight": "^8.2.4",
2122
"@tabler/icons": "^3.31.0",
2223
"@tabler/icons-react": "^3.31.0",
2324
"framer-motion": "^12.23.7",

0 commit comments

Comments
 (0)