Skip to content

Commit

Permalink
release: @pinia/nuxt@0.7.0 pinia@2.2.6 @pinia/testing@0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Nov 3, 2024
1 parent e824a8e commit c6dd94b
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 9 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.7.0](https://github.com/vuejs/pinia/compare/@pinia/nuxt@0.6.1...@pinia/nuxt@0.7.0) (2024-11-03)

### Bug Fixes

- dedupe pinia ([#2821](https://github.com/vuejs/pinia/issues/2821)) ([90d8eb9](https://github.com/vuejs/pinia/commit/90d8eb900071964388c54d579ffc84c8ef01c191))

## [0.6.1](https://github.com/vuejs/pinia/compare/@pinia/nuxt@0.6.0...@pinia/nuxt@0.6.1) (2024-10-31)

### 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.6.1",
"version": "0.7.0",
"description": "Nuxt Module for pinia",
"keywords": [
"pinia",
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.2.6](https://github.com/vuejs/pinia/compare/pinia@2.2.5...pinia@2.2.6) (2024-11-03)

No code changes in this release

## [2.2.5](https://github.com/vuejs/pinia/compare/pinia@2.2.4...pinia@2.2.5) (2024-10-29)

### 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.2.5",
"version": "2.2.6",
"description": "Intuitive, type safe and flexible Store for Vue",
"main": "index.js",
"module": "dist/pinia.mjs",
Expand Down
14 changes: 9 additions & 5 deletions packages/testing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
## [0.1.7](https://github.com/vuejs/pinia/compare/@pinia/testing@0.1.6...@pinia/testing@0.1.7) (2024-11-03)

No code changes in this release.

## [0.1.6](https://github.com/vuejs/pinia/compare/@pinia/testing@0.1.5...@pinia/testing@0.1.6) (2024-09-30)

No changes in this release.
No code changes in this release.

## [0.1.5](https://github.com/vuejs/pinia/compare/@pinia/testing@0.1.4...@pinia/testing@0.1.5) (2024-08-06)

This release contain no code changes.
No code changes in this release.

## [0.1.4](https://github.com/vuejs/pinia/compare/@pinia/testing@0.1.4-beta.0...@pinia/testing@0.1.4) (2024-07-26)

No changes in this release
No code changes in this release.

## [0.1.4-beta.0](https://github.com/vuejs/pinia/compare/@pinia/testing@0.1.3...@pinia/testing@0.1.4-beta.0) (2024-04-17)

Expand All @@ -24,15 +28,15 @@ No changes in this release

## [0.1.3](https://github.com/vuejs/pinia/compare/@pinia/testing@0.1.2...@pinia/testing@0.1.3) (2023-07-26)

This version contains no code changes.
No code changes in this release.

## [0.1.2](https://github.com/vuejs/pinia/compare/@pinia/testing@0.1.1...@pinia/testing@0.1.2) (2023-05-18)

- Force vue-demi version

## [0.1.1](https://github.com/vuejs/pinia/compare/@pinia/testing@0.1.0...@pinia/testing@0.1.1) (2023-05-17)

This release contains no code changes.
No code changes in this release.

# [0.1.0](https://github.com/vuejs/pinia/compare/@pinia/testing@0.0.16...@pinia/testing@0.1.0) (2023-05-08)

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.1.6",
"version": "0.1.7",
"description": "Testing module for Pinia",
"keywords": [
"vue",
Expand Down Expand Up @@ -51,7 +51,7 @@
"tsup": "^8.3.5"
},
"peerDependencies": {
"pinia": ">=2.2.3"
"pinia": ">=2.2.6"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit c6dd94b

Please sign in to comment.