Skip to content

Commit 962e049

Browse files
ci: version packages (#106)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 74ab5a8 commit 962e049

File tree

11 files changed

+29
-20
lines changed

11 files changed

+29
-20
lines changed

.changeset/forty-tables-drive.md

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

.changeset/six-students-run.md

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

.changeset/tasty-boats-tease.md

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

packages/hooks/use-clipboard/CHANGELOG.md

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

3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- 0aee7d1: Remove @raddix/use-timeout of peerDependecies
8+
39
## 1.0.0
410

511
### Major Changes

packages/hooks/use-clipboard/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-clipboard",
33
"description": "A hook that provides copy to clipboard functionality.",
4-
"version": "1.0.0",
4+
"version": "1.1.0",
55
"license": "MIT",
66
"main": "src/index.ts",
77
"author": "Moises Machuca Valverde <[email protected]> (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-scroll-lock
2+
3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- 74ab5a8: Added useScrollLock hook.

packages/hooks/use-scroll-lock/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-scroll-lock",
33
"description": "A hook that locks and unlocks scroll.",
4-
"version": "0.1.0",
4+
"version": "1.0.0",
55
"license": "MIT",
66
"main": "src/index.ts",
77
"author": "Moises Machuca Valverde <[email protected]> (https://www.moisesmachuca.com)",

packages/hooks/use-scroll-position/CHANGELOG.md

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

3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- 0aee7d1: Remove @raddix/use-event-listener of peerDependencies
8+
39
## 1.0.1
410

511
### Patch Changes

packages/hooks/use-scroll-position/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-scroll-position",
33
"description": "A hook to listen to the scroll position of the current window or element.",
4-
"version": "1.0.1",
4+
"version": "1.1.0",
55
"license": "MIT",
66
"main": "src/index.ts",
77
"author": "Moises Machuca Valverde <[email protected]> (https://www.moisesmachuca.com)",

packages/hooks/use-window-size/CHANGELOG.md

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

3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- 0aee7d1: Remove @raddix/use-event-listener of peerDependencies
8+
39
## 1.0.1
410

511
### Patch Changes

packages/hooks/use-window-size/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-window-size",
33
"description": "A hook that track the dimensions of the browser window.",
4-
"version": "1.0.1",
4+
"version": "1.1.0",
55
"license": "MIT",
66
"main": "src/index.ts",
77
"author": "Moises Machuca Valverde <[email protected]> (https://www.moisesmachuca.com)",

0 commit comments

Comments
 (0)