Skip to content

Commit

Permalink
🔖 Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
juliencrn committed Apr 4, 2024
1 parent d18a2b1 commit 2066727
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/heavy-rats-juggle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sharp-donkeys-impress.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wet-mayflies-build.md

This file was deleted.

9 changes: 9 additions & 0 deletions apps/www/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# www

## 1.0.3

### Patch Changes

- Updated dependencies [e62c41f]
- Updated dependencies [90a33f5]
- Updated dependencies [06dfd5e]
- usehooks-ts@3.1.0

## 1.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/www/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "www",
"version": "1.0.2",
"version": "1.0.3",
"private": true,
"type": "module",
"scripts": {
Expand Down
12 changes: 12 additions & 0 deletions packages/usehooks-ts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 3.1.0

### Minor Changes

- 06dfd5e: Add `remove` function to `useLocalStorage` and `useSessionStorage` (@k-melnychuk & @RubyHuntsman)

### Patch Changes

- e62c41f: Restoration of the `useTernaryDarkMode` related types (@soullivaneuh)
- 90a33f5: fix: reject non-boolean value as a `defaultValue` for `useBoolean` (@luckrnx09)
- 7ba7e3a: test reset for `useCounter` (#570 by @luckrnx09)

## 3.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/usehooks-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "usehooks-ts",
"private": false,
"version": "3.0.2",
"version": "3.1.0",
"description": "React hook library, ready to use, written in Typescript.",
"author": "Julien CARON <juliencaron@protonmail.com>",
"homepage": "https://usehooks-ts.com",
Expand Down

0 comments on commit 2066727

Please sign in to comment.