Skip to content

Commit c6dd94b

Browse files
committed
1 parent e824a8e commit c6dd94b

File tree

6 files changed

+23
-9
lines changed

6 files changed

+23
-9
lines changed

packages/nuxt/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# [0.7.0](https://github.com/vuejs/pinia/compare/@pinia/[email protected]...@pinia/[email protected]) (2024-11-03)
2+
3+
### Bug Fixes
4+
5+
- dedupe pinia ([#2821](https://github.com/vuejs/pinia/issues/2821)) ([90d8eb9](https://github.com/vuejs/pinia/commit/90d8eb900071964388c54d579ffc84c8ef01c191))
6+
17
## [0.6.1](https://github.com/vuejs/pinia/compare/@pinia/[email protected]...@pinia/[email protected]) (2024-10-31)
28

39
### Bug Fixes

packages/nuxt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pinia/nuxt",
3-
"version": "0.6.1",
3+
"version": "0.7.0",
44
"description": "Nuxt Module for pinia",
55
"keywords": [
66
"pinia",

packages/pinia/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [2.2.6](https://github.com/vuejs/pinia/compare/[email protected]@2.2.6) (2024-11-03)
2+
3+
No code changes in this release
4+
15
## [2.2.5](https://github.com/vuejs/pinia/compare/[email protected]@2.2.5) (2024-10-29)
26

37
### Bug Fixes

packages/pinia/package.json

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

packages/testing/CHANGELOG.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
1+
## [0.1.7](https://github.com/vuejs/pinia/compare/@pinia/[email protected]...@pinia/[email protected]) (2024-11-03)
2+
3+
No code changes in this release.
4+
15
## [0.1.6](https://github.com/vuejs/pinia/compare/@pinia/[email protected]...@pinia/[email protected]) (2024-09-30)
26

3-
No changes in this release.
7+
No code changes in this release.
48

59
## [0.1.5](https://github.com/vuejs/pinia/compare/@pinia/[email protected]...@pinia/[email protected]) (2024-08-06)
610

7-
This release contain no code changes.
11+
No code changes in this release.
812

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

11-
No changes in this release
15+
No code changes in this release.
1216

1317
## [0.1.4-beta.0](https://github.com/vuejs/pinia/compare/@pinia/[email protected]...@pinia/[email protected]) (2024-04-17)
1418

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

2529
## [0.1.3](https://github.com/vuejs/pinia/compare/@pinia/[email protected]...@pinia/[email protected]) (2023-07-26)
2630

27-
This version contains no code changes.
31+
No code changes in this release.
2832

2933
## [0.1.2](https://github.com/vuejs/pinia/compare/@pinia/[email protected]...@pinia/[email protected]) (2023-05-18)
3034

3135
- Force vue-demi version
3236

3337
## [0.1.1](https://github.com/vuejs/pinia/compare/@pinia/[email protected]...@pinia/[email protected]) (2023-05-17)
3438

35-
This release contains no code changes.
39+
No code changes in this release.
3640

3741
# [0.1.0](https://github.com/vuejs/pinia/compare/@pinia/[email protected]...@pinia/[email protected]) (2023-05-08)
3842

packages/testing/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pinia/testing",
3-
"version": "0.1.6",
3+
"version": "0.1.7",
44
"description": "Testing module for Pinia",
55
"keywords": [
66
"vue",
@@ -51,7 +51,7 @@
5151
"tsup": "^8.3.5"
5252
},
5353
"peerDependencies": {
54-
"pinia": ">=2.2.3"
54+
"pinia": ">=2.2.6"
5555
},
5656
"publishConfig": {
5757
"access": "public"

0 commit comments

Comments
 (0)