Skip to content

Commit

Permalink
Release effector 22.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
igorkamyshev committed May 17, 2023
1 parent 8ea9004 commit b2a3f84
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 3 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 22.8.6

- Follow-up fix for `22.8.2`: now `combine` in tuple-form handles compelx edge-cases with mapped stores correctly. ([PR #902](https://github.com/effector/effector/pull/902))

## effector-react 22.5.2

- Fix bug in `useUnit` during event change ([issue #900](https://github.com/effector/effector/issues/900), [PR #901](https://github.com/effector/effector/pull/901))
Expand Down
Binary file modified modules.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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": "22.8.5",
"version": "22.8.6",
"description": "Business logic with ease",
"main": "effector.cjs.js",
"module": "effector.mjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/forest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"typings": "index.d.ts",
"dependencies": {},
"peerDependencies": {
"effector": "^22.8.5"
"effector": "^22.8.6"
},
"keywords": [
"business",
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: '22.8.5',
effector: '22.8.6',
'effector-react': '22.5.2',
'effector-vue': '22.2.0',
'effector-solid': '0.22.7',
Expand Down

0 comments on commit b2a3f84

Please sign in to comment.