]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
release: @pinia/nuxt@0.1.1 pinia@2.0.2 @pinia/testing@0.0.5 @pinia/nuxt@0.1.1 @pinia/testing@0.0.5 pinia@2.0.2
authorEduardo San Martin Morote <posva13@gmail.com>
Wed, 3 Nov 2021 19:37:26 +0000 (20:37 +0100)
committerEduardo San Martin Morote <posva13@gmail.com>
Wed, 3 Nov 2021 19:37:26 +0000 (20:37 +0100)
packages/nuxt/CHANGELOG.md
packages/nuxt/package.json
packages/pinia/CHANGELOG.md
packages/pinia/package.json
packages/testing/CHANGELOG.md
packages/testing/package.json

index c89076a82ab1805f5d20cbb90131af2c78601dcd..42162cb7f813f603e73156adc492d5705f4d1f19 100644 (file)
@@ -1,3 +1,10 @@
+## [0.1.1](https://github.com/posva/pinia/compare/@pinia/nuxt@0.1.0...@pinia/nuxt@0.1.1) (2021-11-03)
+
+### Bug Fixes
+
+- **nuxt:** migrate to unbuild ([#765](https://github.com/posva/pinia/issues/765)) ([e8ccb71](https://github.com/posva/pinia/commit/e8ccb71e3ad5d1d5e55e1418e7c9f981f64c71ff))
+- **nuxt:** use `@nuxt/kit` ([#764](https://github.com/posva/pinia/issues/764)) ([3d6d3cb](https://github.com/posva/pinia/commit/3d6d3cb95e1e9adbbe22234a892c138d2a18c767))
+
 # [0.1.0](https://github.com/posva/pinia/compare/@pinia/nuxt@0.0.9...@pinia/nuxt@0.1.0) (2021-10-25)
 
 - Adapt paths of dist files
index 8d46cd51951db78954bc8259dfd83e1d5b5558c1..551a5d11bf34dcfa35504b4bb99ca535de5dda45 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@pinia/nuxt",
-  "version": "0.1.0",
+  "version": "0.1.1",
   "description": "Nuxt Module for pinia",
   "keywords": [
     "vue",
@@ -56,7 +56,7 @@
     "unbuild": "^0.5.11"
   },
   "peerDependencies": {
-    "pinia": "~2.0.0-rc.15"
+    "pinia": "~2.0.2"
   },
   "publishConfig": {
     "access": "public"
index c41614f7ba99b3bdca1adb096790d52b41f8e6d3..fe188989d7a721b11770737ba17b64390e12452b 100644 (file)
@@ -1,3 +1,10 @@
+## [2.0.2](https://github.com/posva/pinia/compare/pinia@2.0.1...pinia@2.0.2) (2021-11-03)
+
+### Bug Fixes
+
+- **types:** for devtools-api ([d856d5d](https://github.com/posva/pinia/commit/d856d5df5d8e7402749d0dc135a349e84f5c9e9d))
+- **types:** remove dependency on Vue 3 only Plugin type ([ee358a6](https://github.com/posva/pinia/commit/ee358a6428bf1f34e7c00415be56da9aecc739b0))
+
 ## [2.0.1](https://github.com/posva/pinia/compare/pinia@2.0.0...pinia@2.0.1) (2021-11-03)
 
 This release correctly removes the deprecated APIs as advertised in v2. The [documentation](https://pinia.esm.dev/cookbook/migration-v1-v2.html) contains a list of all the deprecations compared to v0.x.
index 1a604a341f96a1d77e233d77d42f6f3dfe495fe0..109cb759ad29e7681f5cd747361cde13179cc8f3 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "pinia",
-  "version": "2.0.1",
+  "version": "2.0.2",
   "description": "Intuitive, type safe and flexible Store for Vue",
   "main": "index.js",
   "module": "dist/pinia.mjs",
index b853e875b4f78f884792359025703836074c9b84..8964d9663be944e735354b82ebf357238fbea9f7 100644 (file)
@@ -1,3 +1,7 @@
+## [0.0.5](https://github.com/posva/pinia/compare/@pinia/testing@0.0.4...@pinia/testing@0.0.5) (2021-11-03)
+
+Nothing new.
+
 ## [0.0.4](https://github.com/posva/pinia/compare/@pinia/testing@0.0.3...@pinia/testing@0.0.4) (2021-10-21)
 
 ### Bug Fixes
index 2ee9e9846ef4ffd2bf1d37a1358de44231254c20..58c25f5fc100dbdde3e215df25d96f751fee094f 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@pinia/testing",
-  "version": "0.0.4",
+  "version": "0.0.5",
   "description": "Testing module for Pinia",
   "keywords": [
     "vue",
@@ -50,7 +50,7 @@
     "siroc": "^0.16.0"
   },
   "peerDependencies": {
-    "pinia": "^2.0.0-0"
+    "pinia": "~2.0.2"
   },
   "publishConfig": {
     "access": "public"