Skip to content

Commit 2066727

Browse files
committed
🔖 Update version
1 parent d18a2b1 commit 2066727

File tree

7 files changed

+23
-17
lines changed

7 files changed

+23
-17
lines changed

.changeset/heavy-rats-juggle.md

-5
This file was deleted.

.changeset/sharp-donkeys-impress.md

-5
This file was deleted.

.changeset/wet-mayflies-build.md

-5
This file was deleted.

apps/www/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# www
22

3+
## 1.0.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [e62c41f]
8+
- Updated dependencies [90a33f5]
9+
- Updated dependencies [06dfd5e]
10+
- usehooks-ts@3.1.0
11+
312
## 1.0.2
413

514
### Patch Changes

apps/www/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "www",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"private": true,
55
"type": "module",
66
"scripts": {

packages/usehooks-ts/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## 3.1.0
4+
5+
### Minor Changes
6+
7+
- 06dfd5e: Add `remove` function to `useLocalStorage` and `useSessionStorage` (@k-melnychuk & @RubyHuntsman)
8+
9+
### Patch Changes
10+
11+
- e62c41f: Restoration of the `useTernaryDarkMode` related types (@soullivaneuh)
12+
- 90a33f5: fix: reject non-boolean value as a `defaultValue` for `useBoolean` (@luckrnx09)
13+
- 7ba7e3a: test reset for `useCounter` (#570 by @luckrnx09)
14+
315
## 3.0.2
416

517
### Patch Changes

packages/usehooks-ts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "usehooks-ts",
33
"private": false,
4-
"version": "3.0.2",
4+
"version": "3.1.0",
55
"description": "React hook library, ready to use, written in Typescript.",
66
"author": "Julien CARON <juliencaron@protonmail.com>",
77
"homepage": "https://usehooks-ts.com",

0 commit comments

Comments
 (0)