Skip to content

Commit

Permalink
Merge pull request #28 from udecode/revert-26-changeset-release/main
Browse files Browse the repository at this point in the history
Revert "[Release] Version packages"
  • Loading branch information
zbeyens authored Feb 6, 2025
2 parents bcaa744 + b314bae commit db93717
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 14 deletions.
5 changes: 5 additions & 0 deletions .changeset/bright-coats-peel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'jotai-x': patch
---

Fix `deps` param
7 changes: 7 additions & 0 deletions .changeset/polite-insects-occur.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'jotai-x': minor
---

- Rename `useStoreValue` to `useAtomStoreValue`
- Rename `useStoreSet` to `useAtomStoreSet`
- Rename `useStoreState` to `useAtomStoreState`
13 changes: 0 additions & 13 deletions packages/jotai-x/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,5 @@
# jotai-x

## 2.3.0

### Minor Changes

- [#27](https://github.com/udecode/jotai-x/pull/27) by [@zbeyens](https://github.com/zbeyens)
- Rename `useStoreValue` to `useAtomStoreValue`
- Rename `useStoreSet` to `useAtomStoreSet`
- Rename `useStoreState` to `useAtomStoreState`

### Patch Changes

- [#25](https://github.com/udecode/jotai-x/pull/25) by [@yf-yang](https://github.com/yf-yang) – Fix `deps` param

## 2.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/jotai-x/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jotai-x",
"version": "2.3.0",
"version": "2.2.0",
"description": "Jotai store factory for a best-in-class developer experience.",
"license": "MIT",
"homepage": "https://jotai-x.udecode.dev/",
Expand Down

0 comments on commit db93717

Please sign in to comment.