Skip to content

Commit

Permalink
release: @pinia/nuxt@0.1.1 pinia@2.0.2 @pinia/testing@0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Nov 3, 2021
1 parent 5798e23 commit 0306722
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 5 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.1.1](https://github.com/posva/pinia/compare/@pinia/nuxt@0.1.0...@pinia/nuxt@0.1.1) (2021-11-03)

### Bug Fixes

- **nuxt:** migrate to unbuild ([#765](https://github.com/posva/pinia/issues/765)) ([e8ccb71](https://github.com/posva/pinia/commit/e8ccb71e3ad5d1d5e55e1418e7c9f981f64c71ff))
- **nuxt:** use `@nuxt/kit` ([#764](https://github.com/posva/pinia/issues/764)) ([3d6d3cb](https://github.com/posva/pinia/commit/3d6d3cb95e1e9adbbe22234a892c138d2a18c767))

# [0.1.0](https://github.com/posva/pinia/compare/@pinia/nuxt@0.0.9...@pinia/nuxt@0.1.0) (2021-10-25)

- Adapt paths of dist files
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.0",
"version": "0.1.1",
"description": "Nuxt Module for pinia",
"keywords": [
"vue",
Expand Down Expand Up @@ -56,7 +56,7 @@
"unbuild": "^0.5.11"
},
"peerDependencies": {
"pinia": "~2.0.0-rc.15"
"pinia": "~2.0.2"
},
"publishConfig": {
"access": "public"
Expand Down
7 changes: 7 additions & 0 deletions packages/pinia/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.0.2](https://github.com/posva/pinia/compare/pinia@2.0.1...pinia@2.0.2) (2021-11-03)

### Bug Fixes

- **types:** for devtools-api ([d856d5d](https://github.com/posva/pinia/commit/d856d5df5d8e7402749d0dc135a349e84f5c9e9d))
- **types:** remove dependency on Vue 3 only Plugin type ([ee358a6](https://github.com/posva/pinia/commit/ee358a6428bf1f34e7c00415be56da9aecc739b0))

## [2.0.1](https://github.com/posva/pinia/compare/pinia@2.0.0...pinia@2.0.1) (2021-11-03)

This release correctly removes the deprecated APIs as advertised in v2. The [documentation](https://pinia.esm.dev/cookbook/migration-v1-v2.html) contains a list of all the deprecations compared to v0.x.
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.1",
"version": "2.0.2",
"description": "Intuitive, type safe and flexible Store for Vue",
"main": "index.js",
"module": "dist/pinia.mjs",
Expand Down
4 changes: 4 additions & 0 deletions packages/testing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [0.0.5](https://github.com/posva/pinia/compare/@pinia/testing@0.0.4...@pinia/testing@0.0.5) (2021-11-03)

Nothing new.

## [0.0.4](https://github.com/posva/pinia/compare/@pinia/testing@0.0.3...@pinia/testing@0.0.4) (2021-10-21)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/testing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pinia/testing",
"version": "0.0.4",
"version": "0.0.5",
"description": "Testing module for Pinia",
"keywords": [
"vue",
Expand Down Expand Up @@ -50,7 +50,7 @@
"siroc": "^0.16.0"
},
"peerDependencies": {
"pinia": "^2.0.0-0"
"pinia": "~2.0.2"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 0306722

Please sign in to comment.