Skip to content

Commit

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

### Bug Fixes

- **nuxt:** use latest nuxt kit ([4892546](https://github.com/posva/pinia/commit/4892546395654772561be7d33101dc52b03ccdeb)), closes [#717](https://github.com/posva/pinia/issues/717)

## [0.0.3](https://github.com/posva/pinia/compare/@pinia/nuxt@0.0.2...@pinia/nuxt@0.0.3) (2021-10-03)

### 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.3",
"version": "0.0.4",
"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.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

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

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

0 comments on commit d259a58

Please sign in to comment.