Skip to content

Commit

Permalink
release: @pinia/nuxt@0.4.6 pinia@2.0.27
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Nov 27, 2022
1 parent 6cf7e48 commit e08e095
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 6 deletions.
7 changes: 7 additions & 0 deletions packages/nuxt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.4.6](https://github.com/vuejs/pinia/compare/@pinia/nuxt@0.4.5...@pinia/nuxt@0.4.6) (2022-11-27)

### Bug Fixes

- **nuxt:** Avoid recursive import from Nuxt #imports ([#1823](https://github.com/vuejs/pinia/issues/1823)) ([e1c0a19](https://github.com/vuejs/pinia/commit/e1c0a19abca2b8574c81f6f6e3d1b324924ba68d))
- **nuxt:** use #app imports ([6cf7e48](https://github.com/vuejs/pinia/commit/6cf7e48264c575d705aeb41c978817a48e55978d))

## [0.4.5](https://github.com/vuejs/pinia/compare/@pinia/nuxt@0.4.4...@pinia/nuxt@0.4.5) (2022-11-21)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pinia/nuxt",
"version": "0.4.5",
"version": "0.4.6",
"description": "Nuxt Module for pinia",
"keywords": [
"pinia",
Expand Down Expand Up @@ -46,7 +46,7 @@
},
"dependencies": {
"@nuxt/kit": "^3.0.0",
"pinia": ">=2.0.25"
"pinia": ">=2.0.27"
},
"devDependencies": {
"@nuxt/module-builder": "^0.2.1",
Expand Down
8 changes: 6 additions & 2 deletions packages/pinia/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [2.0.27](https://github.com/vuejs/pinia/compare/pinia@2.0.26...pinia@2.0.27) (2022-11-27)

- api docs changes

## [2.0.26](https://github.com/vuejs/pinia/compare/pinia@2.0.25...pinia@2.0.26) (2022-11-23)

### Bug Fixes
Expand Down Expand Up @@ -341,7 +345,7 @@ This version supports Vue 2! [Here](https://github.com/vuejs/pinia-vue-2-vite-ex

# [2.0.0-rc.1](https://github.com/vuejs/pinia/compare/v2.0.0-rc.0...v2.0.0-rc.1) (2021-07-30)

Posted https://github.com/vuejs/pinia/issues/592 to help people installing or upgrading Pinia.
Posted <https://github.com/vuejs/pinia/issues/592> to help people installing or upgrading Pinia.

### Bug Fixes

Expand All @@ -355,7 +359,7 @@ Posted https://github.com/vuejs/pinia/issues/592 to help people installing or up

This release requires Vue 3.2.0, which is currently only available under the `beta` dist tag (`npm i vue@beta` or `yarn add vue@beta` + the corresponding packages like `@vue/compiler-sfc@beta`).

Follow the instructions at https://github.com/vuejs/pinia/issues/592 if you need help updating your package versions.
Follow the instructions at <https://github.com/vuejs/pinia/issues/592> if you need help updating your package versions.

It contains major improvements:

Expand Down
2 changes: 1 addition & 1 deletion packages/pinia/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pinia",
"version": "2.0.26",
"version": "2.0.27",
"description": "Intuitive, type safe and flexible Store for Vue",
"main": "index.js",
"module": "dist/pinia.mjs",
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e08e095

Please sign in to comment.