Skip to content

Commit 8956c43

Browse files
committed
release: v4.1.1
1 parent 5d72236 commit 8956c43

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [4.1.1](https://github.com/reedsy/vuex/compare/v4.1.0...v4.1.1) (2023-08-31)
2+
3+
4+
### Bug Fixes
5+
6+
* dynamically merge the alive effects to new scope ([3515d3b](https://github.com/reedsy/vuex/commit/3515d3b3623807f100e7436cace9a0e521e5d310))
7+
* keep computed getter be reactive after registering new module ([619ef97](https://github.com/reedsy/vuex/commit/619ef975f4c73cdf7bf32d99d13c5d9d00725f31))
8+
* Remove stale reactive effect from modules after unregistering the module ([2095b01](https://github.com/reedsy/vuex/commit/2095b01e5f6667471187795fd2f733df0e0e758d))
9+
10+
11+
112
# [4.1.0](https://github.com/vuejs/vuex/compare/v4.0.2...v4.1.0) (2022-10-14)
213

314
### Vue Core Version Requirement Change

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@reedsy/vuex",
3-
"version": "4.1.0",
3+
"version": "4.1.1",
44
"description": "state management for Vue.js",
55
"main": "dist/vuex.cjs.js",
66
"exports": {

0 commit comments

Comments
 (0)