Skip to content

Commit 91fc741

Browse files
chore: version packages (#317)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5b2eeba commit 91fc741

3 files changed

Lines changed: 20 additions & 19 deletions

File tree

.changeset/deprecate-browser-hooks.md

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

packages/core/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# react-simplikit
22

3+
## 0.0.47
4+
5+
### Patch Changes
6+
7+
- [#316](https://github.com/toss/react-simplikit/pull/316) [`5b2eeba`](https://github.com/toss/react-simplikit/commit/5b2eeba659206cf9577dd57796a4770d07a33f62) Thanks [@kimyouknow](https://github.com/kimyouknow)! - Deprecate hooks that depend on browser-specific APIs
8+
9+
The following hooks are now marked as deprecated:
10+
11+
- `useDoubleClick`
12+
- `useGeolocation`
13+
- `useImpressionRef`
14+
- `useIntersectionObserver`
15+
- `useLongPress`
16+
- `useOutsideClickEffect`
17+
- `useStorageState`
18+
- `useVisibilityEvent`
19+
20+
These hooks will be removed in a future major version as react-simplikit is now focused on platform-independent, pure state/logic hooks.
21+
322
## 0.0.46
423

524
### Patch Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-simplikit",
3-
"version": "0.0.46",
3+
"version": "0.0.47",
44
"main": "./src/index.ts",
55
"type": "module",
66
"sideEffects": false,

0 commit comments

Comments
 (0)