Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
loganvolkers authored Apr 8, 2022
1 parent 31395ac commit 93f1daf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.0.1] - 2022-04-07

- Fix bug with `ScopeProvider` with nested scopes being undefined

## [1.0.0] - 2022-03-31

Initial release of `jotai-molecules`
Expand All @@ -19,4 +23,5 @@ Initial release of `jotai-molecules`
- `ScopeProvider` a React component for providing scope to the tree

[unreleased]: https://github.com/saasquatch/jotai-molecules/compare/v1.0.0...HEAD
[1.0.1]: https://github.com/saasquatch/jotai-molecules/releases/tag/v1.0.1
[1.0.0]: https://github.com/saasquatch/jotai-molecules/releases/tag/v1.0.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jotai-molecules",
"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": "1.0.0",
"version": "1.0.1",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/jotai-molecules.esm.js",
Expand Down

0 comments on commit 93f1daf

Please sign in to comment.