Skip to content

Commit c6d9517

Browse files
committed
chore(release): Release react-interval-hook 1.1.5 [skip ci]
1 parent f6269e9 commit c6d9517

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

packages/react-interval-hook/CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,38 @@
1+
## 1.1.5 (2025-03-16)
2+
3+
### 🚀 Features
4+
5+
- **storybook-host:** Add Vercel Analytics in form of Storybook addon ([1103f48](https://github.com/minwork/react/commit/1103f48))
6+
- **storybook-host:** Create storybook lib and add stories for Long Press Hook ([b206ad4](https://github.com/minwork/react/commit/b206ad4))
7+
8+
### 🩹 Fixes
9+
10+
- **project:** Fix running test coverage tasks ([394fdde](https://github.com/minwork/react/commit/394fdde))
11+
12+
### 📖 Documentation
13+
14+
- **project:** Update links for Long press hook section ([f59e8b8](https://github.com/minwork/react/commit/f59e8b8))
15+
- **react-interval-hook:** Add basic usage example to README ([21cdd85](https://github.com/minwork/react/commit/21cdd85))
16+
- **README:** Restore bundle size badge for all libraries ([cc40996](https://github.com/minwork/react/commit/cc40996))
17+
- **README:** Refactor the README for clearer formatting ([59c185a](https://github.com/minwork/react/commit/59c185a))
18+
- **README:** Refactor main README file ([7a5e045](https://github.com/minwork/react/commit/7a5e045))
19+
- **react-interval-hook:** Replace package README image and unify badges ([2c2af61](https://github.com/minwork/react/commit/2c2af61))
20+
- **README:** Add what's new section ([826bd51](https://github.com/minwork/react/commit/826bd51))
21+
- **README:** Update react-interval-hook description ([893cd05](https://github.com/minwork/react/commit/893cd05))
22+
23+
### 📦 Build
24+
25+
- **project:** Resolve packages resolutions validation errors ([ae96d2d](https://github.com/minwork/react/commit/ae96d2d))
26+
- **deps:** bump rollup from 2.79.1 to 2.79.2 ([#45](https://github.com/minwork/react/pull/45))
27+
- **pr:** Update node versions matrix ([a3e3dc7](https://github.com/minwork/react/commit/a3e3dc7))
28+
- **pr:** Enable Corepack to use the newest Yarn version ([9f31d44](https://github.com/minwork/react/commit/9f31d44))
29+
- **pr:** Update PR check node and action versions ([233ef73](https://github.com/minwork/react/commit/233ef73))
30+
- **deps:** bump cross-spawn from 7.0.3 to 7.0.6 ([3b7ce9b](https://github.com/minwork/react/commit/3b7ce9b))
31+
32+
### ❤️ Thank You
33+
34+
- minwork @minwork
35+
136
## 1.1.5-preview.1 (2025-03-01)
237

338
### 🚀 Features

packages/react-interval-hook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-interval-hook",
3-
"version": "1.1.5-preview.1",
3+
"version": "1.1.5",
44
"description": "React hook for using self-correcting setInterval, augmented by management methods (start, stop, isActive)",
55
"author": "minwork",
66
"license": "MIT",

0 commit comments

Comments
 (0)