Skip to content

Commit 3602eef

Browse files
authored
Merge pull request #24 from udecode/changeset-release/main
[Release] Version packages
2 parents 56576f6 + 12f2836 commit 3602eef

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

.changeset/cool-swans-flash.md

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

packages/jotai-x/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# jotai-x
22

3+
## 2.2.0
4+
5+
### Minor Changes
6+
7+
- [`c0ec41f`](https://github.com/udecode/jotai-x/commit/c0ec41f1f405f70d59621f675aabf17045abb4da) by [@zbeyens](https://github.com/zbeyens)
8+
- `createAtomStore` now returns new utility hooks to provide a more direct way to access store atoms without having to call `useStore()` first:
9+
- `use<Name>State(key, storeOptions)` - Get/set state for a specific key
10+
- `use<Name>Value(key, options, deps)` - Get value for a specific key with optional selector and equality function
11+
- `use<Name>Set(key, storeOptions)` - Get setter for a specific key
12+
313
## 2.1.2
414

515
### Patch Changes

packages/jotai-x/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jotai-x",
3-
"version": "2.1.2",
3+
"version": "2.2.0",
44
"description": "Jotai store factory for a best-in-class developer experience.",
55
"license": "MIT",
66
"homepage": "https://jotai-x.udecode.dev/",

0 commit comments

Comments
 (0)