Skip to content

Commit

Permalink
ci: version packages (#64)
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 Oct 10, 2023
1 parent abc31bd commit ad9e630
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/pretty-chicken-agree.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quick-chefs-cross.md

This file was deleted.

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

## 1.0.0

### Major Changes

- cce3f8c: Added the useInterval hook
2 changes: 1 addition & 1 deletion packages/interactions/use-interval/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@raddix/use-interval",
"description": "A React hook for setting an interval.",
"version": "0.1.0",
"version": "1.0.0",
"license": "MIT",
"main": "src/index.ts",
"author": "Moises Machuca Valverde <rolan.machuca@gmail.com> (https://www.moisesmachuca.com)",
Expand Down
7 changes: 7 additions & 0 deletions packages/interactions/use-timeout/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @raddix/use-timeout

## 1.0.0

### Major Changes

- 743dd1e: Added the useTimeout hook
2 changes: 1 addition & 1 deletion packages/interactions/use-timeout/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@raddix/use-timeout",
"description": "A React hook for handling timeouts",
"version": "0.1.0",
"version": "1.0.0",
"license": "MIT",
"main": "src/index.ts",
"author": "Moises Machuca Valverde <rolan.machuca@gmail.com> (https://www.moisesmachuca.com)",
Expand Down

0 comments on commit ad9e630

Please sign in to comment.