Skip to content

Commit

Permalink
effector-react 23.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zerobias committed Dec 1, 2023
1 parent b21eb87 commit 7c51114
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

See also [separate changelogs for each library](https://changelog.effector.dev/)

## effector-react 23.0.1

- Fix warning about `useStore` appeared in `useList` ([PR #1022](https://github.com/effector/effector/pull/1022))

## effector 23.0.0 Spacewatch

### Improvements
Expand Down
2 changes: 1 addition & 1 deletion packages/effector-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "effector-react",
"version": "23.0.0",
"version": "23.0.1",
"description": "React bindings for effector",
"main": "effector-react.cjs.js",
"module": "effector-react.mjs",
Expand Down
2 changes: 1 addition & 1 deletion tools/builder/packages.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const keywords = [

const version = {
effector: '23.0.0',
'effector-react': '23.0.0',
'effector-react': '23.0.1',
'effector-vue': '23.0.0',
'effector-solid': '0.23.0',
forest: '0.21.2',
Expand Down

0 comments on commit 7c51114

Please sign in to comment.