Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Aug 6, 2024
1 parent ffba3ec commit b90c595
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 4 deletions.
4 changes: 4 additions & 0 deletions packages/nuxt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [0.5.3](https://github.com/vuejs/pinia/compare/@pinia/[email protected]...@pinia/[email protected]) (2024-08-06)

This release contain no code changes.

## [0.5.2](https://github.com/vuejs/pinia/compare/@pinia/[email protected]...@pinia/[email protected]) (2024-07-26)

### 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.5.2",
"version": "0.5.3",
"description": "Nuxt Module for pinia",
"keywords": [
"pinia",
Expand Down
6 changes: 6 additions & 0 deletions packages/pinia/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [2.2.1](https://github.com/vuejs/pinia/compare/[email protected]@2.2.1) (2024-08-06)

### Bug Fixes

- **types:** breaking type with auto imported components ([#2730](https://github.com/vuejs/pinia/issues/2730)) ([82ca41c](https://github.com/vuejs/pinia/commit/82ca41c7d0f15439356c032bc12a4f825a290af6))

# [2.2.0](https://github.com/vuejs/pinia/compare/[email protected]@2.2.0) (2024-07-26)

### 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.0",
"version": "2.2.1",
"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.1.5](https://github.com/vuejs/pinia/compare/@pinia/[email protected]...@pinia/[email protected]) (2024-08-06)

This release contain no code changes.

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

No changes in this release
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.4",
"version": "0.1.5",
"description": "Testing module for Pinia",
"keywords": [
"vue",
Expand Down Expand Up @@ -51,7 +51,7 @@
"tsup": "^8.2.3"
},
"peerDependencies": {
"pinia": ">=2.2.0"
"pinia": ">=2.2.1"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit b90c595

Please sign in to comment.