Skip to content

Commit

Permalink
ci: version packages (#72)
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 Nov 9, 2023
1 parent 0a0204e commit 0f2b5c1
Show file tree
Hide file tree
Showing 19 changed files with 67 additions and 22 deletions.
13 changes: 0 additions & 13 deletions .changeset/silly-oranges-grow.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/hooks/use-click-outside/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @raddix/use-click-outside

## 0.1.1

### Patch Changes

- 0a0204e: Update documentation links

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hooks/use-click-outside/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@raddix/use-click-outside",
"description": "Lisen clicks outside of a specific element",
"version": "0.1.0",
"version": "0.1.1",
"license": "MIT",
"source": "src/index.ts",
"main": "src/index.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/hooks/use-count-down/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @raddix/use-count-down

## 1.1.2

### Patch Changes

- 0a0204e: Update documentation links

## 1.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hooks/use-count-down/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@raddix/use-count-down",
"description": "The useCountdown hook is useful for creating a very simple yet powerful countdown timer for React.",
"version": "1.1.1",
"version": "1.1.2",
"license": "MIT",
"main": "src/index.ts",
"author": "Moises Machuca Valverde <rolan.machuca@gmail.com> (https://www.moisesmachuca.com)",
Expand Down
6 changes: 6 additions & 0 deletions packages/hooks/use-counter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @raddix/use-counter

## 1.1.1

### Patch Changes

- 0a0204e: Update documentation links

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hooks/use-counter/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@raddix/use-counter",
"description": "A hook that manage a counter value with minimum and maximum limits.",
"version": "1.1.0",
"version": "1.1.1",
"license": "MIT",
"main": "src/index.ts",
"author": "Moises Machuca Valverde <rolan.machuca@gmail.com> (https://www.moisesmachuca.com)",
Expand Down
6 changes: 6 additions & 0 deletions packages/hooks/use-interval/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @raddix/use-interval

## 1.1.1

### Patch Changes

- 0a0204e: Update documentation links

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hooks/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": "1.1.0",
"version": "1.1.1",
"license": "MIT",
"main": "src/index.ts",
"author": "Moises Machuca Valverde <rolan.machuca@gmail.com> (https://www.moisesmachuca.com)",
Expand Down
6 changes: 6 additions & 0 deletions packages/hooks/use-keyboard/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @raddix/use-keyboard

## 1.2.1

### Patch Changes

- 0a0204e: Update documentation links

## 1.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hooks/use-keyboard/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@raddix/use-keyboard",
"description": "Handles keyboard interactions for a focusable element.",
"version": "1.2.0",
"version": "1.2.1",
"license": "MIT",
"source": "src/index.ts",
"main": "src/index.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/hooks/use-media-query/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @raddix/use-media-query

## 0.1.2

### Patch Changes

- 0a0204e: Update documentation links

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hooks/use-media-query/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@raddix/use-media-query",
"description": "Is a hook that respond to media query changes",
"version": "0.1.1",
"version": "0.1.2",
"license": "MIT",
"main": "src/index.ts",
"author": "Moises Machuca Valverde <rolan.machuca@gmail.com> (https://www.moisesmachuca.com)",
Expand Down
6 changes: 6 additions & 0 deletions packages/hooks/use-scroll-spy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @raddix/use-scroll-spy

## 0.1.1

### Patch Changes

- 0a0204e: Update documentation links

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hooks/use-scroll-spy/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@raddix/use-scroll-spy",
"description": "Automatically update navigation based on scroll position.",
"version": "0.1.0",
"version": "0.1.1",
"license": "MIT",
"main": "src/index.ts",
"author": "Moises Machuca Valverde <rolan.machuca@gmail.com> (https://www.moisesmachuca.com)",
Expand Down
9 changes: 9 additions & 0 deletions packages/hooks/use-switch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @raddix/switch

## 1.0.5

### Patch Changes

- 0a0204e: Update documentation links
- Updated dependencies [0a0204e]
- @raddix/use-keyboard@1.2.1
- @raddix/use-toggle@1.0.1

## 1.0.4

### 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.4",
"version": "1.0.5",
"license": "MIT",
"main": "src/index.ts",
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions packages/hooks/use-toggle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @raddix/use-toggle

## 1.0.1

### Patch Changes

- 0a0204e: Update documentation links
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.0",
"version": "1.0.1",
"license": "MIT",
"main": "src/index.ts",
"author": "Moises Machuca Valverde <rolan.machuca@gmail.com> (https://www.moisesmachuca.com)",
Expand Down

0 comments on commit 0f2b5c1

Please sign in to comment.