]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
release: @pinia/nuxt@0.4.11 pinia@2.1.0 @pinia/testing@0.1.1 @pinia/nuxt@0.4.11 @pinia/testing@0.1.1 pinia@2.1.0
authorEduardo San Martin Morote <posva13@gmail.com>
Wed, 17 May 2023 09:11:11 +0000 (11:11 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Wed, 17 May 2023 09:11:11 +0000 (11:11 +0200)
packages/nuxt/CHANGELOG.md
packages/nuxt/package.json
packages/pinia/CHANGELOG.md
packages/pinia/package.json
packages/testing/CHANGELOG.md
packages/testing/package.json
pnpm-lock.yaml

index f65a12d44099314e1c47cf2730ec7811bbdea176..994f2b0f5bb8368b6092833ae017e8493b5acb1a 100644 (file)
@@ -1,6 +1,10 @@
+## [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)
 
index 4e9fe0aff6e0d48cfdfa1ef6cb2437e179ca86e2..47e2c88cfe764f1253a3be6229269257580ff3fb 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@pinia/nuxt",
-  "version": "0.4.10",
+  "version": "0.4.11",
   "description": "Nuxt Module for pinia",
   "keywords": [
     "pinia",
@@ -47,7 +47,7 @@
   },
   "dependencies": {
     "@nuxt/kit": "^3.5.0",
-    "pinia": ">=2.0.36"
+    "pinia": ">=2.1.0"
   },
   "devDependencies": {
     "@nuxt/module-builder": "^0.3.1",
index e8c5d9f810e2f770e0db4c7113e19382ad0dfed5..c6811fc27d705440c201d63ade7727b6c4a67e1a 100644 (file)
@@ -1,3 +1,18 @@
+# [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
index 7d30a92f542ce9fcf1b31ac0495f0dba7f6fe4db..302065faf551e8d9c53ccc911f1d289bd62069cd 100644 (file)
@@ -1,6 +1,6 @@
 {
   "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",
index d1f5c2289ba7c5204a0ae5a41240875a47ded8e0..a9a03439f4e706d0ba863a5476864fd6eda85cca 100644 (file)
@@ -1,3 +1,7 @@
+## [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
index e6d57e8a609d77d19cba61b14ebe0250afedc429..a605e9743259fabf2d8a47a73b4cb560bd5cb9b7 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@pinia/testing",
-  "version": "0.1.0",
+  "version": "0.1.1",
   "description": "Testing module for Pinia",
   "keywords": [
     "vue",
@@ -51,7 +51,7 @@
     "tsup": "^6.7.0"
   },
   "peerDependencies": {
-    "pinia": ">=2.0.36"
+    "pinia": ">=2.1.0"
   },
   "publishConfig": {
     "access": "public"
index 64fd1bdf960f5a27292c0985b2d7857a7a365bb3..c78c39a1fd41af407fe13da7840dc54ccc001048 100644 (file)
@@ -128,7 +128,7 @@ importers:
         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':