]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
release: @pinia/nuxt@0.0.1 pinia@2.0.0-rc.5 @pinia/testing@0.0.1 @pinia/nuxt@0.0.1 @pinia/testing@0.0.1 pinia@2.0.0-rc.5
authorEduardo San Martin Morote <posva13@gmail.com>
Thu, 19 Aug 2021 14:03:12 +0000 (16:03 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Thu, 19 Aug 2021 14:03:12 +0000 (16:03 +0200)
packages/nuxt/CHANGELOG.md [new file with mode: 0644]
packages/nuxt/package.json
packages/pinia/CHANGELOG.md
packages/pinia/package.json
packages/testing/CHANGELOG.md [new file with mode: 0644]
packages/testing/package.json

diff --git a/packages/nuxt/CHANGELOG.md b/packages/nuxt/CHANGELOG.md
new file mode 100644 (file)
index 0000000..a31bbf4
--- /dev/null
@@ -0,0 +1,6 @@
+## 0.0.1 (2021-08-19)
+
+### Features
+
+- expose getActivePinia ([8b8d0c1](https://github.com/posva/pinia/commit/8b8d0c17958e3b4e2d9bc809c78a28931d1b00f0))
+- **nuxt:** nuxt plugin working with Vue 2 ([2b3aa5f](https://github.com/posva/pinia/commit/2b3aa5f4c1d83bd1955727656c8403b4e02f4b16))
index 05e9901190402df41dd7ab1e9efe2c45f355ac01..e66bb6165785f776ef6d3a7774e42f55fb0cde33 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@pinia/nuxt",
-  "version": "0.0.0",
+  "version": "0.0.1",
   "description": "Nuxt Module for pinia",
   "keywords": [
     "vue",
index 8506bade2461233e32cfd21793c56caabeafa1fc..8ff529cbba921d132b71c357f81cc70339dd10f7 100644 (file)
@@ -1,3 +1,15 @@
+# 2.0.0-rc.5 (2021-08-19)
+
+### Bug Fixes
+
+- **ssr:** convert hydrated state to refs ([3f186a2](https://github.com/posva/pinia/commit/3f186a28e954cd4ccb48e4f26448a96cb0a0d7e1)), closes [#619](https://github.com/posva/pinia/issues/619)
+
+### Features
+
+- destroy a store with $dispose ([#597](https://github.com/posva/pinia/issues/597)) ([a563e6a](https://github.com/posva/pinia/commit/a563e6abd1e58e6bf810987dd520f754987c32d8))
+- expose getActivePinia ([8b8d0c1](https://github.com/posva/pinia/commit/8b8d0c17958e3b4e2d9bc809c78a28931d1b00f0))
+- **testing:** add testing package ([fc05376](https://github.com/posva/pinia/commit/fc053763752c2b11d7b851f95334034a1f9b8347))
+
 # [2.0.0-rc.4](https://github.com/posva/pinia/compare/v2.0.0-rc.3...v2.0.0-rc.4) (2021-08-09)
 
 If you are using Vue 2, make sure your `@vue/composition-api` version is at least `1.1.0`, which is currently under the npm dist tag `next`, which means it has to be installed with `npm install @vue/composition-api@next`.
index 9730b405e763a941eec9f953acc03781fadfdc7a..6879a45338738312585f7d9b1b746c8d0dadbf1a 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "pinia",
-  "version": "2.0.0-rc.4",
+  "version": "2.0.0-rc.5",
   "description": "Intuitive, type safe and flexible Store for Vue",
   "main": "dist/pinia.cjs.js",
   "module": "dist/pinia.esm-bundler.js",
diff --git a/packages/testing/CHANGELOG.md b/packages/testing/CHANGELOG.md
new file mode 100644 (file)
index 0000000..ef4d505
--- /dev/null
@@ -0,0 +1,5 @@
+## 0.0.1 (2021-08-19)
+
+### Features
+
+- **testing:** add testing package ([fc05376](https://github.com/posva/pinia/commit/fc053763752c2b11d7b851f95334034a1f9b8347))
index ec891b582ba63df6ea118a8c019c1e88d7a8c2f2..846bf6fd7d12b3d3ed4e5b8122b26fd9663b9e2b 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@pinia/testing",
-  "version": "0.0.0",
+  "version": "0.0.1",
   "description": "Testing module for Pinia",
   "keywords": [
     "vue",