Skip to content

Commit 942f812

Browse files
committed
🔖 chore(release): publish %v
- @pansy/[email protected] - @pansy/[email protected] - @pansy/[email protected]
1 parent 1d15f6c commit 942f812

File tree

6 files changed

+40
-7
lines changed

6 files changed

+40
-7
lines changed

‎hooks/hooks/CHANGELOG.md‎

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.11.0](https://github.com/pansyjs/react-hooks/compare/@pansy/[email protected]...@pansy/[email protected]) (2022-08-18)
7+
8+
9+
### Features
10+
11+
* add useScrollLock ([1d15f6c](https://github.com/pansyjs/react-hooks/commit/1d15f6cbdd5477b80f7b97bfe834299d6b649cef))
12+
13+
14+
15+
16+
617
## [0.10.2](https://github.com/pansyjs/react-hooks/compare/@pansy/[email protected]...@pansy/[email protected]) (2022-07-22)
718

819
**Note:** Version bump only for package @pansy/react-hooks

‎hooks/hooks/package.json‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pansy/react-hooks",
3-
"version": "0.10.2",
3+
"version": "0.11.0",
44
"main": "dist/cjs/index.js",
55
"module": "dist/esm/index.js",
66
"types": "dist/esm/index.d.ts",
@@ -43,8 +43,8 @@
4343
"@pansy/use-raf-state": "0.2.5",
4444
"@pansy/use-request": "0.1.6",
4545
"@pansy/use-scroll": "0.2.8",
46-
"@pansy/use-scroll-lock": "1.0.0",
47-
"@pansy/use-selections": "0.2.5",
46+
"@pansy/use-scroll-lock": "1.1.0",
47+
"@pansy/use-selections": "0.3.0",
4848
"@pansy/use-session-storage-state": "0.2.8",
4949
"@pansy/use-size": "0.2.8",
5050
"@pansy/use-timeout": "0.2.5",
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 1.1.0 (2022-08-18)
7+
8+
9+
### Features
10+
11+
* add useScrollLock ([1d15f6c](https://github.com/pansyjs/react-hooks/commit/1d15f6cbdd5477b80f7b97bfe834299d6b649cef))

‎hooks/useScrollLock/package.json‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@pansy/use-scroll-lock",
33
"description": "Lock scrolling of the element.",
4-
"version": "1.0.0",
4+
"version": "1.1.0",
55
"main": "dist/cjs/index.js",
66
"module": "dist/esm/index.js",
77
"types": "dist/esm/index.d.ts",
@@ -16,8 +16,8 @@
1616
"react": "^16.8.6 || ^17.0"
1717
},
1818
"dependencies": {
19-
"@pansy/shared": "^1.1.0",
20-
"@pansy/hook-utils": "^0.3.0"
19+
"@pansy/hook-utils": "^0.3.0",
20+
"@pansy/shared": "^1.1.0"
2121
},
2222
"publishConfig": {
2323
"registry": "https://registry.npmjs.org",

‎hooks/useSelections/CHANGELOG.md‎

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.3.0](https://github.com/pansyjs/react-hooks/compare/@pansy/[email protected]...@pansy/[email protected]) (2022-08-18)
7+
8+
9+
### Features
10+
11+
* add useScrollLock ([1d15f6c](https://github.com/pansyjs/react-hooks/commit/1d15f6cbdd5477b80f7b97bfe834299d6b649cef))
12+
13+
14+
15+
16+
617
## [0.2.5](https://github.com/pansyjs/react-hooks/compare/@pansy/[email protected]...@pansy/[email protected]) (2022-07-22)
718

819
**Note:** Version bump only for package @pansy/use-selections

‎hooks/useSelections/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pansy/use-selections",
3-
"version": "0.2.5",
3+
"version": "0.3.0",
44
"main": "dist/cjs/index.js",
55
"module": "dist/esm/index.js",
66
"types": "dist/esm/index.d.ts",

0 commit comments

Comments
 (0)