Skip to content

Commit

Permalink
release: @pinia/nuxt@0.0.7 pinia@2.0.0-rc.14
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Oct 19, 2021
1 parent f78c289 commit a4c0481
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
7 changes: 7 additions & 0 deletions packages/nuxt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.0.7](https://github.com/posva/pinia/compare/@pinia/nuxt@0.0.6...@pinia/nuxt@0.0.7) (2021-10-19)

### Bug Fixes

- **nuxt3:** Rename `app` to `vueApp` ([#731](https://github.com/posva/pinia/issues/731)) ([f78c289](https://github.com/posva/pinia/commit/f78c289c8b6c2f8f7657dc46290b022df65945d0))
- transpile pinia for nuxt 2 ([7bf2e4a](https://github.com/posva/pinia/commit/7bf2e4a986d707dd3864a3dfc8933df0a683251e))

## [0.0.6](https://github.com/posva/pinia/compare/@pinia/nuxt@0.0.5...@pinia/nuxt@0.0.6) (2021-10-14)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pinia/nuxt",
"version": "0.0.6",
"version": "0.0.7",
"description": "Nuxt Module for pinia",
"keywords": [
"vue",
Expand Down
4 changes: 4 additions & 0 deletions packages/pinia/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# [2.0.0-rc.14](https://github.com/posva/pinia/compare/pinia@2.0.0-rc.13...pinia@2.0.0-rc.14) (2021-10-19)

Readme update

# [2.0.0-rc.13](https://github.com/posva/pinia/compare/pinia@2.0.0-rc.12...pinia@2.0.0-rc.13) (2021-10-12)

- bump vue-devtools-api version
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.13",
"version": "2.0.0-rc.14",
"description": "Intuitive, type safe and flexible Store for Vue",
"main": "index.js",
"module": "dist/pinia.esm-bundler.js",
Expand Down

0 comments on commit a4c0481

Please sign in to comment.