Skip to content

Commit

Permalink
2.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
loganvolkers authored Feb 8, 2024
1 parent ee69296 commit 60737a5
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.1.1] - 2024-02-07

Minor release to fix bug in react `useMolecule`

### Fixed

- (React) `useMolecule` - When molecule returns a function, useMolecule should also return the same function #47 - thanks @3846masa

## [2.1.0] - 2024-01-22

Version 2.1.0 is a big update to Bunshi. It fixes a few key efficiency issues in #35 and #39. It introduces
Expand Down Expand Up @@ -146,7 +154,8 @@ Initial release of `jotai-molecules`
- `createScope` for creating a scope for molecules
- `ScopeProvider` a React component for providing scope to the tree

[unreleased]: https://github.com/saasquatch/jotai-molecules/compare/v2.0.2...HEAD
[unreleased]: https://github.com/saasquatch/jotai-molecules/compare/v2.1.1...HEAD
[2.1.1]: https://github.com/saasquatch/jotai-molecules/releases/tag/v2.1.1
[2.1.0]: https://github.com/saasquatch/jotai-molecules/releases/tag/v2.1.0
[2.1.0-rc.2]: https://github.com/saasquatch/jotai-molecules/releases/tag/v2.1.0-rc.2
[2.1.0-rc.1]: https://github.com/saasquatch/jotai-molecules/releases/tag/v2.1.0-rc.1
Expand Down
2 changes: 1 addition & 1 deletion examples/old-typescript/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bunshi",
"description": "A tiny, fast, dependency-free 1.18kb library for creating jotai atoms in a way that lets you lift state up, or push state down.",
"version": "2.1.0",
"version": "2.1.1",
"license": "MIT",
"author": "ReferralSaaSquatch.com, Inc.",
"homepage": "https://bunshi.org",
Expand Down

0 comments on commit 60737a5

Please sign in to comment.