From: Eduardo San Martin Morote Date: Thu, 19 Aug 2021 14:03:12 +0000 (+0200) Subject: release: @pinia/nuxt@0.0.1 pinia@2.0.0-rc.5 @pinia/testing@0.0.1 X-Git-Tag: @pinia/nuxt@0.0.1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5874d89f4dfc3049e772caed93e55928ffa16bc3;p=thirdparty%2Fvuejs%2Fpinia.git release: @pinia/nuxt@0.0.1 pinia@2.0.0-rc.5 @pinia/testing@0.0.1 --- diff --git a/packages/nuxt/CHANGELOG.md b/packages/nuxt/CHANGELOG.md new file mode 100644 index 00000000..a31bbf47 --- /dev/null +++ b/packages/nuxt/CHANGELOG.md @@ -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)) diff --git a/packages/nuxt/package.json b/packages/nuxt/package.json index 05e99011..e66bb616 100644 --- a/packages/nuxt/package.json +++ b/packages/nuxt/package.json @@ -1,6 +1,6 @@ { "name": "@pinia/nuxt", - "version": "0.0.0", + "version": "0.0.1", "description": "Nuxt Module for pinia", "keywords": [ "vue", diff --git a/packages/pinia/CHANGELOG.md b/packages/pinia/CHANGELOG.md index 8506bade..8ff529cb 100644 --- a/packages/pinia/CHANGELOG.md +++ b/packages/pinia/CHANGELOG.md @@ -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`. diff --git a/packages/pinia/package.json b/packages/pinia/package.json index 9730b405..6879a453 100644 --- a/packages/pinia/package.json +++ b/packages/pinia/package.json @@ -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 index 00000000..ef4d5052 --- /dev/null +++ b/packages/testing/CHANGELOG.md @@ -0,0 +1,5 @@ +## 0.0.1 (2021-08-19) + +### Features + +- **testing:** add testing package ([fc05376](https://github.com/posva/pinia/commit/fc053763752c2b11d7b851f95334034a1f9b8347)) diff --git a/packages/testing/package.json b/packages/testing/package.json index ec891b58..846bf6fd 100644 --- a/packages/testing/package.json +++ b/packages/testing/package.json @@ -1,6 +1,6 @@ { "name": "@pinia/testing", - "version": "0.0.0", + "version": "0.0.1", "description": "Testing module for Pinia", "keywords": [ "vue",