Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Sep 12, 2021
1 parent 36b1c37 commit a59a540
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions packages/pinia/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [2.0.0-rc.9](https://github.com/posva/pinia/compare/[email protected]@2.0.0-rc.9) (2021-09-12)

### Bug Fixes

- correct store in getters vue 2 ([3d4080b](https://github.com/posva/pinia/commit/3d4080b503292f1d711daa51fad204c5f8db223d))
- **vue2:** delay getters until stores are ready when cross using them ([ed48b00](https://github.com/posva/pinia/commit/ed48b0093c2a58caf8bb4548cceb13eeaf5f1378))
- **vue2:** fix isComputed check for getters ([307078b](https://github.com/posva/pinia/commit/307078bb7a485ec01ff50fdcd58138433662ade0))

# [2.0.0-rc.8](https://github.com/posva/pinia/compare/[email protected]@2.0.0-rc.8) (2021-09-06)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/pinia/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pinia",
"version": "2.0.0-rc.8",
"version": "2.0.0-rc.9",
"description": "Intuitive, type safe and flexible Store for Vue",
"main": "dist/pinia.cjs",
"module": "dist/pinia.mjs",
Expand Down

0 comments on commit a59a540

Please sign in to comment.