Skip to content

Commit 09935e8

Browse files
committed
1 parent a950401 commit 09935e8

File tree

6 files changed

+20
-4
lines changed

6 files changed

+20
-4
lines changed

packages/nuxt/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [0.5.5](https://github.com/vuejs/pinia/compare/@pinia/[email protected]...@pinia/[email protected]) (2024-09-30)
2+
3+
No changes in this release
4+
15
## [0.5.4](https://github.com/vuejs/pinia/compare/@pinia/[email protected]...@pinia/[email protected]) (2024-08-21)
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.4",
3+
"version": "0.5.5",
44
"description": "Nuxt Module for pinia",
55
"keywords": [
66
"pinia",

packages/pinia/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [2.2.3](https://github.com/vuejs/pinia/compare/[email protected]@2.2.3) (2024-09-30)
2+
3+
### Bug Fixes
4+
5+
- **types:** allow writable getters ([94f5a63](https://github.com/vuejs/pinia/commit/94f5a63fdc86f17f1dd17ed16534fbdecb8c448f)), closes [#2767](https://github.com/vuejs/pinia/issues/2767)
6+
- **types:** Don't double UnwrapRef in setup stores ([#2771](https://github.com/vuejs/pinia/issues/2771)) ([5ad1765](https://github.com/vuejs/pinia/commit/5ad17654de4153b6f26b45b20029ca9ac4885f8d)), closes [#2770](https://github.com/vuejs/pinia/issues/2770)
7+
- **types:** storeToRefs with nested refs ([#2659](https://github.com/vuejs/pinia/issues/2659)) ([623e5a0](https://github.com/vuejs/pinia/commit/623e5a0fe3444a4aa9c4908668927ee66f6352ba))
8+
19
## [2.2.2](https://github.com/vuejs/pinia/compare/[email protected]@2.2.2) (2024-08-15)
210

311
### Features

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.2",
3+
"version": "2.2.3",
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.6](https://github.com/vuejs/pinia/compare/@pinia/[email protected]...@pinia/[email protected]) (2024-09-30)
2+
3+
No changes in this release.
4+
15
## [0.1.5](https://github.com/vuejs/pinia/compare/@pinia/[email protected]...@pinia/[email protected]) (2024-08-06)
26

37
This release contain no code changes.

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.5",
3+
"version": "0.1.6",
44
"description": "Testing module for Pinia",
55
"keywords": [
66
"vue",
@@ -51,7 +51,7 @@
5151
"tsup": "^8.3.0"
5252
},
5353
"peerDependencies": {
54-
"pinia": ">=2.2.1"
54+
"pinia": ">=2.2.3"
5555
},
5656
"publishConfig": {
5757
"access": "public"

0 commit comments

Comments
 (0)