Skip to content

Commit

Permalink
effector 23.2.2, effector-react 23.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zerobias committed May 23, 2024
1 parent f51c1c7 commit 719c4c4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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.2.0",
"version": "23.2.1",
"description": "React bindings for effector",
"main": "effector-react.cjs.js",
"module": "effector-react.mjs",
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.1",
"version": "23.2.2",
"description": "Business logic with ease",
"main": "effector.cjs.js",
"module": "effector.mjs",
Expand Down
4 changes: 2 additions & 2 deletions tools/builder/packages.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ const keywords = [
]

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

0 comments on commit 719c4c4

Please sign in to comment.