Skip to content

Commit

Permalink
ci: version packages (#95)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jul 6, 2024
1 parent a3d4f63 commit 95c3182
Show file tree
Hide file tree
Showing 11 changed files with 35 additions and 20 deletions.
5 changes: 0 additions & 5 deletions .changeset/silly-kids-obey.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/six-worms-watch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slow-chicken-drive.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/hooks/use-battery/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @raddix/use-battery

## 1.0.0

### Major Changes

- a3d4f63: Added useBattery hook
2 changes: 1 addition & 1 deletion packages/hooks/use-battery/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@raddix/use-battery",
"description": "A hook that tracking the battery status of the device.",
"version": "0.1.0",
"version": "1.0.0",
"license": "MIT",
"main": "src/index.ts",
"author": "Moises Machuca Valverde <[email protected]> (https://www.moisesmachuca.com)",
Expand Down
7 changes: 7 additions & 0 deletions packages/hooks/use-boolean/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @raddix/use-boolean

## 1.0.0

### Major Changes

- d83f7fa: Added the useBoolean hook
2 changes: 1 addition & 1 deletion packages/hooks/use-boolean/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@raddix/use-boolean",
"description": "A hook that manages a boolean value with useful utility functions.",
"version": "0.1.0",
"version": "1.0.0",
"license": "MIT",
"main": "src/index.ts",
"author": "Moises Machuca Valverde <[email protected]> (https://www.moisesmachuca.com)",
Expand Down
11 changes: 11 additions & 0 deletions packages/hooks/use-switch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @raddix/switch

## 1.1.0

### Minor Changes

- ea4a69d: New API for useToggle hook [#96](https://github.com/vintach/raddix/pull/96)

### Patch Changes

- Updated dependencies [ea4a69d]
- @raddix/use-toggle@2.0.0

## 1.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hooks/use-switch/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@raddix/switch",
"description": "Is a hook that provides the behavior and accessibility of a switch.",
"version": "1.0.6",
"version": "1.1.0",
"license": "MIT",
"main": "src/index.ts",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/hooks/use-toggle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @raddix/use-toggle

## 2.0.0

### Major Changes

- ea4a69d: New API for useToggle hook [#96](https://github.com/vintach/raddix/pull/96)

## 1.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hooks/use-toggle/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@raddix/use-toggle",
"description": "It's a simple hook that toggles a boolean value.",
"version": "1.0.2",
"version": "2.0.0",
"license": "MIT",
"main": "src/index.ts",
"author": "Moises Machuca Valverde <[email protected]> (https://www.moisesmachuca.com)",
Expand Down

0 comments on commit 95c3182

Please sign in to comment.