Skip to content

Commit

Permalink
effector 23.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zerobias committed Apr 24, 2024
1 parent 9e9d3bf commit 0996d96
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 23.2.1

- Fix forbidden keys in combine ([issue #1064](https://github.com/effector/effector/issues/1064))

## effector-react 23.2.0

- Make `Gate.open` and `Gate.close` `EventCallable` to allow users to call it in tests
Expand Down
2 changes: 1 addition & 1 deletion packages/effector/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "effector",
"version": "23.2.0",
"version": "23.2.1",
"description": "Business logic with ease",
"main": "effector.cjs.js",
"module": "effector.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 @@ -60,7 +60,7 @@ const keywords = [
]

const version = {
effector: '23.2.0',
effector: '23.2.1',
'effector-react': '23.2.0',
'effector-vue': '23.0.0',
'effector-solid': '0.23.0',
Expand Down

0 comments on commit 0996d96

Please sign in to comment.