+## [0.4.11](https://github.com/vuejs/pinia/compare/@pinia/nuxt@0.4.10...@pinia/nuxt@0.4.11) (2023-05-17)
+
+This release only contains build related changes
+
## [0.4.10](https://github.com/vuejs/pinia/compare/@pinia/nuxt@0.4.9...@pinia/nuxt@0.4.10) (2023-05-08)
-This release only contain build related changes
+This release only contains build related changes
## [0.4.9](https://github.com/vuejs/pinia/compare/@pinia/nuxt@0.4.8...@pinia/nuxt@0.4.9) (2023-04-20)
{
"name": "@pinia/nuxt",
- "version": "0.4.10",
+ "version": "0.4.11",
"description": "Nuxt Module for pinia",
"keywords": [
"pinia",
},
"dependencies": {
"@nuxt/kit": "^3.5.0",
- "pinia": ">=2.0.36"
+ "pinia": ">=2.1.0"
},
"devDependencies": {
"@nuxt/module-builder": "^0.3.1",
+# [2.1.0](https://github.com/vuejs/pinia/compare/pinia@2.0.36...pinia@2.1.0) (2023-05-17)
+
+### Bug Fixes
+
+- **types:** use declare module vue ([b7f97dd](https://github.com/vuejs/pinia/commit/b7f97ddf160e999da7b639ba4fcaf554bed5f1e2))
+
+### Features
+
+- allow app injections in setup stores ([6a71019](https://github.com/vuejs/pinia/commit/6a71019ef2a633dcb097a63be895a8b1714863b6)), closes [#1784](https://github.com/vuejs/pinia/issues/1784)
+- **devtools:** allow resetting setup stores from inspector ([971dcdb](https://github.com/vuejs/pinia/commit/971dcdbf4b825e1791d02a85d6788fa72236107c)), closes [#2189](https://github.com/vuejs/pinia/issues/2189)
+
+### Reverts
+
+- Revert "chore: tmp upgrade to beta" ([2337130](https://github.com/vuejs/pinia/commit/2337130b0f11a3218a972555b84df6b2c055e6dc))
+
## [2.0.36](https://github.com/vuejs/pinia/compare/pinia@2.0.35...pinia@2.0.36) (2023-05-08)
### Features
{
"name": "pinia",
- "version": "2.0.36",
+ "version": "2.1.0",
"description": "Intuitive, type safe and flexible Store for Vue",
"main": "index.js",
"module": "dist/pinia.mjs",
+## [0.1.1](https://github.com/vuejs/pinia/compare/@pinia/testing@0.1.0...@pinia/testing@0.1.1) (2023-05-17)
+
+This release contains no code changes.
+
# [0.1.0](https://github.com/vuejs/pinia/compare/@pinia/testing@0.0.16...@pinia/testing@0.1.0) (2023-05-08)
### Features
{
"name": "@pinia/testing",
- "version": "0.1.0",
+ "version": "0.1.1",
"description": "Testing module for Pinia",
"keywords": [
"vue",
"tsup": "^6.7.0"
},
"peerDependencies": {
- "pinia": ">=2.0.36"
+ "pinia": ">=2.1.0"
},
"publishConfig": {
"access": "public"
specifier: ^3.4.3
version: 3.5.0(rollup@3.22.0)
pinia:
- specifier: '>=2.0.36'
+ specifier: '>=2.1.0'
version: link:../pinia
devDependencies:
'@nuxt/module-builder':