Skip to content

Commit f909d57

Browse files
ci: version packages (#100)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 8706c4d commit f909d57

File tree

12 files changed

+37
-24
lines changed

12 files changed

+37
-24
lines changed

.changeset/eighty-rivers-wave.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/seven-meals-visit.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/spicy-peaches-decide.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/sweet-books-brake.md

Lines changed: 0 additions & 5 deletions
This file was deleted.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @raddix/use-client
2+
3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- 1a0b568: Added the useClient hook

packages/hooks/use-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@raddix/use-client",
33
"description": "A hook that determine whether the code is running on the client-side.",
4-
"version": "0.1.0",
4+
"version": "1.0.0",
55
"license": "MIT",
66
"main": "src/index.ts",
77
"author": "Moises Machuca Valverde <rolan.machuca@gmail.com> (https://www.moisesmachuca.com)",
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# @raddix/use-document-title
2+
3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- 78bdbbb: Added the useDocumentTitle hook
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [4b2dc8a]
12+
- @raddix/use-isomorphic-effect@1.0.0

packages/hooks/use-document-title/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@raddix/use-document-title",
33
"description": "A hook that dynamically update the title of a web page.",
4-
"version": "0.1.0",
4+
"version": "1.0.0",
55
"license": "MIT",
66
"main": "src/index.ts",
77
"author": "Moises Machuca Valverde <rolan.machuca@gmail.com> (https://www.moisesmachuca.com)",
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @raddix/use-isomorphic-effect
2+
3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- 4b2dc8a: Added the useIsomorphicEffect hook

packages/hooks/use-isomorphic-effect/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@raddix/use-isomorphic-effect",
33
"description": "Alias for useLayoutEffect in browser and useEffect on the server side.",
4-
"version": "0.1.0",
4+
"version": "1.0.0",
55
"license": "MIT",
66
"main": "src/index.ts",
77
"author": "Moises Machuca Valverde <rolan.machuca@gmail.com> (https://www.moisesmachuca.com)",
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @raddix/use-previous
2+
3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- 8706c4d: Added the usePrevious hook

packages/hooks/use-previous/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@raddix/use-previous",
33
"description": "A hook that returns previous value of given state.",
4-
"version": "0.1.0",
4+
"version": "1.0.0",
55
"license": "MIT",
66
"main": "src/index.ts",
77
"author": "Moises Machuca Valverde <rolan.machuca@gmail.com> (https://www.moisesmachuca.com)",

0 commit comments

Comments
 (0)