+## [0.5.5](https://github.com/vuejs/pinia/compare/@pinia/nuxt@0.5.4...@pinia/nuxt@0.5.5) (2024-09-30)
+
+No changes in this release
+
## [0.5.4](https://github.com/vuejs/pinia/compare/@pinia/nuxt@0.5.3...@pinia/nuxt@0.5.4) (2024-08-21)
### Bug Fixes
{
"name": "@pinia/nuxt",
- "version": "0.5.4",
+ "version": "0.5.5",
"description": "Nuxt Module for pinia",
"keywords": [
"pinia",
+## [2.2.3](https://github.com/vuejs/pinia/compare/pinia@2.2.2...pinia@2.2.3) (2024-09-30)
+
+### Bug Fixes
+
+- **types:** allow writable getters ([94f5a63](https://github.com/vuejs/pinia/commit/94f5a63fdc86f17f1dd17ed16534fbdecb8c448f)), closes [#2767](https://github.com/vuejs/pinia/issues/2767)
+- **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)
+- **types:** storeToRefs with nested refs ([#2659](https://github.com/vuejs/pinia/issues/2659)) ([623e5a0](https://github.com/vuejs/pinia/commit/623e5a0fe3444a4aa9c4908668927ee66f6352ba))
+
## [2.2.2](https://github.com/vuejs/pinia/compare/pinia@2.2.1...pinia@2.2.2) (2024-08-15)
### Features
{
"name": "pinia",
- "version": "2.2.2",
+ "version": "2.2.3",
"description": "Intuitive, type safe and flexible Store for Vue",
"main": "index.js",
"module": "dist/pinia.mjs",
+## [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.
+
## [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.
{
"name": "@pinia/testing",
- "version": "0.1.5",
+ "version": "0.1.6",
"description": "Testing module for Pinia",
"keywords": [
"vue",
"tsup": "^8.3.0"
},
"peerDependencies": {
- "pinia": ">=2.2.1"
+ "pinia": ">=2.2.3"
},
"publishConfig": {
"access": "public"