Skip to content

Commit

Permalink
ci: version packages (#106)
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 Aug 5, 2024
1 parent 74ab5a8 commit 962e049
Show file tree
Hide file tree
Showing 11 changed files with 29 additions and 20 deletions.
5 changes: 0 additions & 5 deletions .changeset/forty-tables-drive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/six-students-run.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tasty-boats-tease.md

This file was deleted.

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

## 1.1.0

### Minor Changes

- 0aee7d1: Remove @raddix/use-timeout of peerDependecies

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hooks/use-clipboard/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@raddix/use-clipboard",
"description": "A hook that provides copy to clipboard functionality.",
"version": "1.0.0",
"version": "1.1.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/hooks/use-scroll-lock/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @raddix/use-scroll-lock

## 1.0.0

### Major Changes

- 74ab5a8: Added useScrollLock hook.
2 changes: 1 addition & 1 deletion packages/hooks/use-scroll-lock/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@raddix/use-scroll-lock",
"description": "A hook that locks and unlocks scroll.",
"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
6 changes: 6 additions & 0 deletions packages/hooks/use-scroll-position/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @raddix/use-scroll-position

## 1.1.0

### Minor Changes

- 0aee7d1: Remove @raddix/use-event-listener of peerDependencies

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hooks/use-scroll-position/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@raddix/use-scroll-position",
"description": "A hook to listen to the scroll position of the current window or element.",
"version": "1.0.1",
"version": "1.1.0",
"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-window-size/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @raddix/use-window-size

## 1.1.0

### Minor Changes

- 0aee7d1: Remove @raddix/use-event-listener of peerDependencies

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hooks/use-window-size/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@raddix/use-window-size",
"description": "A hook that track the dimensions of the browser window.",
"version": "1.0.1",
"version": "1.1.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 962e049

Please sign in to comment.