Skip to content

Commit

Permalink
release: @pinia/nuxt@0.1.3 pinia@2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Nov 10, 2021
1 parent 1287916 commit bb71753
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 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.1.3](https://github.com/posva/pinia/compare/@pinia/nuxt@0.1.2...@pinia/nuxt@0.1.3) (2021-11-10)

### Bug Fixes

- install vue composition api for vue 2 ([1287916](https://github.com/posva/pinia/commit/12879168d7e6f252f67431f1df02a9002642281e))

## [0.1.2](https://github.com/posva/pinia/compare/@pinia/nuxt@0.1.1...@pinia/nuxt@0.1.2) (2021-11-04)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pinia/nuxt",
"version": "0.1.2",
"version": "0.1.3",
"description": "Nuxt Module for pinia",
"keywords": [
"vue",
Expand Down Expand Up @@ -52,7 +52,7 @@
"unbuild": "^0.5.11"
},
"peerDependencies": {
"pinia": "~2.0.2"
"pinia": "~2.0.3"
},
"publishConfig": {
"access": "public"
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.3](https://github.com/posva/pinia/compare/pinia@2.0.2...pinia@2.0.3) (2021-11-10)

- Updated peer deps for composition api and vue devtools

## [2.0.2](https://github.com/posva/pinia/compare/pinia@2.0.1...pinia@2.0.2) (2021-11-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.2",
"version": "2.0.3",
"description": "Intuitive, type safe and flexible Store for Vue",
"main": "index.js",
"module": "dist/pinia.mjs",
Expand Down

0 comments on commit bb71753

Please sign in to comment.