Skip to content

Commit b90c595

Browse files
committed
1 parent ffba3ec commit b90c595

File tree

6 files changed

+18
-4
lines changed

6 files changed

+18
-4
lines changed

packages/nuxt/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [0.5.3](https://github.com/vuejs/pinia/compare/@pinia/[email protected]...@pinia/[email protected]) (2024-08-06)
2+
3+
This release contain no code changes.
4+
15
## [0.5.2](https://github.com/vuejs/pinia/compare/@pinia/[email protected]...@pinia/[email protected]) (2024-07-26)
26

37
### Bug Fixes

packages/nuxt/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pinia/nuxt",
3-
"version": "0.5.2",
3+
"version": "0.5.3",
44
"description": "Nuxt Module for pinia",
55
"keywords": [
66
"pinia",

packages/pinia/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [2.2.1](https://github.com/vuejs/pinia/compare/[email protected]@2.2.1) (2024-08-06)
2+
3+
### Bug Fixes
4+
5+
- **types:** breaking type with auto imported components ([#2730](https://github.com/vuejs/pinia/issues/2730)) ([82ca41c](https://github.com/vuejs/pinia/commit/82ca41c7d0f15439356c032bc12a4f825a290af6))
6+
17
# [2.2.0](https://github.com/vuejs/pinia/compare/[email protected]@2.2.0) (2024-07-26)
28

39
### Bug Fixes

packages/pinia/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pinia",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"description": "Intuitive, type safe and flexible Store for Vue",
55
"main": "index.js",
66
"module": "dist/pinia.mjs",

packages/testing/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [0.1.5](https://github.com/vuejs/pinia/compare/@pinia/[email protected]...@pinia/[email protected]) (2024-08-06)
2+
3+
This release contain no code changes.
4+
15
## [0.1.4](https://github.com/vuejs/pinia/compare/@pinia/[email protected]...@pinia/[email protected]) (2024-07-26)
26

37
No changes in this release

packages/testing/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pinia/testing",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"description": "Testing module for Pinia",
55
"keywords": [
66
"vue",
@@ -51,7 +51,7 @@
5151
"tsup": "^8.2.3"
5252
},
5353
"peerDependencies": {
54-
"pinia": ">=2.2.0"
54+
"pinia": ">=2.2.1"
5555
},
5656
"publishConfig": {
5757
"access": "public"

0 commit comments

Comments
 (0)