+## [0.5.3](https://github.com/vuejs/pinia/compare/@pinia/nuxt@0.5.2...@pinia/nuxt@0.5.3) (2024-08-06)
+
+This release contain no code changes.
+
## [0.5.2](https://github.com/vuejs/pinia/compare/@pinia/nuxt@0.5.2-beta.0...@pinia/nuxt@0.5.2) (2024-07-26)
### Bug Fixes
{
"name": "@pinia/nuxt",
- "version": "0.5.2",
+ "version": "0.5.3",
"description": "Nuxt Module for pinia",
"keywords": [
"pinia",
+## [2.2.1](https://github.com/vuejs/pinia/compare/pinia@2.2.0...pinia@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/pinia@2.1.8-beta.0...pinia@2.2.0) (2024-07-26)
### Bug Fixes
{
"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",
+## [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.
+
## [0.1.4](https://github.com/vuejs/pinia/compare/@pinia/testing@0.1.4-beta.0...@pinia/testing@0.1.4) (2024-07-26)
No changes in this release
{
"name": "@pinia/testing",
- "version": "0.1.4",
+ "version": "0.1.5",
"description": "Testing module for Pinia",
"keywords": [
"vue",
"tsup": "^8.2.3"
},
"peerDependencies": {
- "pinia": ">=2.2.0"
+ "pinia": ">=2.2.1"
},
"publishConfig": {
"access": "public"