Skip to content

Commit

Permalink
Prep for 2.1.0-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
loganvolkers authored Jan 9, 2024
1 parent 98ab8cc commit 3df6973
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 7 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.1.0-rc.2] - 2024-01-08

### Added

- Add methods to injector and scope for using lazily to support React strict mode

### Removed

- Removed support for conditional dependencies. When detected, conditional dependencies will now throw an error.
- Removed `subscriptionId` from all calls (introduced in 2.1.0-rc.1)

## [2.1.0-rc.1] - 2023-11-23

### Changed
Expand Down Expand Up @@ -108,6 +119,8 @@ Initial release of `jotai-molecules`
- `ScopeProvider` a React component for providing scope to the tree

[unreleased]: https://github.com/saasquatch/jotai-molecules/compare/v2.0.2...HEAD
[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
[2.0.2]: https://github.com/saasquatch/jotai-molecules/releases/tag/v2.0.2
[2.0.1]: https://github.com/saasquatch/jotai-molecules/releases/tag/v2.0.1
[2.0.0]: https://github.com/saasquatch/jotai-molecules/releases/tag/v2.0.0
Expand Down
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.

10 changes: 5 additions & 5 deletions 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-rc.1",
"version": "2.1.0-rc.2",
"license": "MIT",
"author": "ReferralSaaSquatch.com, Inc.",
"homepage": "https://bunshi.org",
Expand Down Expand Up @@ -94,19 +94,19 @@
"size-limit": [
{
"path": "dist/vanilla.js",
"limit": "2.6 KB"
"limit": "3.5 KB"
},
{
"path": "dist/react.js",
"limit": "3.3 KB"
"limit": "4.2 KB"
},
{
"path": "dist/vue.js",
"limit": "3.1 KB"
"limit": "4.0 KB"
},
{
"path": "dist/vanilla.mjs",
"limit": "2.2 KB"
"limit": "3.2 KB"
}
],
"devDependencies": {
Expand Down

0 comments on commit 3df6973

Please sign in to comment.