Skip to content

Commit a9410e8

Browse files
Version Packages (#16)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b978cf5 commit a9410e8

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.changeset/grumpy-banks-design.md

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

.changeset/slick-heads-send.md

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

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @lynx-js/react-use
2+
3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- da2238e: Introduce `useVelocity`: a hook that tracks touch velocity and direction with smoothing support.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@lynx-js/react-use",
33
"description": "A React-style hooks library designed specifically for ReactLynx",
4-
"version": "0.0.1",
4+
"version": "0.0.2",
55
"type": "module",
66
"repository": {
77
"type": "git",
@@ -28,7 +28,7 @@
2828
"release": "pnpm run build && pnpm changeset publish",
2929
"prepare": "husky"
3030
},
31-
"lint-staged": {
31+
"lint-staged": {
3232
"*.{js,jsx,ts,tsx,json,css}": [
3333
"pnpm biome check"
3434
]

0 commit comments

Comments
 (0)