Skip to content

Commit 6194913

Browse files
committed
🔖 Update version
1 parent b1dffb9 commit 6194913

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

.changeset/fuzzy-colts-kneel.md

-5
This file was deleted.

apps/www/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# www
22

3+
## 1.0.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [b1dffb9]
8+
9+
310
## 1.0.3
411

512
### 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.3",
3+
"version": "1.0.4",
44
"private": true,
55
"type": "module",
66
"scripts": {

packages/usehooks-ts/CHANGELOG.md

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

3+
## 3.1.1
4+
5+
### Patch Changes
6+
7+
- b1dffb9: feat: Update peerDependencies to include React 19 @michal-worwag
8+
39
## 3.1.0
410

511
### Minor 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.1.0",
4+
"version": "3.1.1",
55
"description": "React hook library, ready to use, written in Typescript.",
66
"author": "Julien CARON <[email protected]>",
77
"homepage": "https://usehooks-ts.com",

0 commit comments

Comments
 (0)