Skip to content

Commit 95c3182

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

File tree

11 files changed

+35
-20
lines changed

11 files changed

+35
-20
lines changed

.changeset/silly-kids-obey.md

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

.changeset/six-worms-watch.md

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

.changeset/slow-chicken-drive.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-battery
2+
3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- a3d4f63: Added useBattery hook

packages/hooks/use-battery/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-battery",
33
"description": "A hook that tracking the battery status of the device.",
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-boolean
2+
3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- d83f7fa: Added the useBoolean hook

packages/hooks/use-boolean/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-boolean",
33
"description": "A hook that manages a boolean value with useful utility functions.",
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)",

packages/hooks/use-switch/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @raddix/switch
22

3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- ea4a69d: New API for useToggle hook [#96](https://github.com/vintach/raddix/pull/96)
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [ea4a69d]
12+
- @raddix/use-toggle@2.0.0
13+
314
## 1.0.6
415

516
### Patch Changes

packages/hooks/use-switch/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@raddix/switch",
33
"description": "Is a hook that provides the behavior and accessibility of a switch.",
4-
"version": "1.0.6",
4+
"version": "1.1.0",
55
"license": "MIT",
66
"main": "src/index.ts",
77
"repository": {

packages/hooks/use-toggle/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @raddix/use-toggle
22

3+
## 2.0.0
4+
5+
### Major Changes
6+
7+
- ea4a69d: New API for useToggle hook [#96](https://github.com/vintach/raddix/pull/96)
8+
39
## 1.0.2
410

511
### Patch Changes

packages/hooks/use-toggle/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-toggle",
33
"description": "It's a simple hook that toggles a boolean value.",
4-
"version": "1.0.2",
4+
"version": "2.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)