Skip to content

Commit

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

### Bug Fixes

- correctly set the store properties in Vue 2 ([9e40309](https://github.com/posva/pinia/commit/9e40309e5bfc54f5f71178cf90d37ebcf8dd8dca)), closes [#657](https://github.com/posva/pinia/issues/657)

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

### 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.7",
"version": "2.0.0-rc.8",
"description": "Intuitive, type safe and flexible Store for Vue",
"main": "dist/pinia.cjs.js",
"module": "dist/pinia.esm-bundler.js",
Expand Down

0 comments on commit 59a26ee

Please sign in to comment.