Skip to content

Commit e08e095

Browse files
committed
1 parent 6cf7e48 commit e08e095

File tree

5 files changed

+17
-6
lines changed

5 files changed

+17
-6
lines changed

packages/nuxt/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [0.4.6](https://github.com/vuejs/pinia/compare/@pinia/[email protected]...@pinia/[email protected]) (2022-11-27)
2+
3+
### Bug Fixes
4+
5+
- **nuxt:** Avoid recursive import from Nuxt #imports ([#1823](https://github.com/vuejs/pinia/issues/1823)) ([e1c0a19](https://github.com/vuejs/pinia/commit/e1c0a19abca2b8574c81f6f6e3d1b324924ba68d))
6+
- **nuxt:** use #app imports ([6cf7e48](https://github.com/vuejs/pinia/commit/6cf7e48264c575d705aeb41c978817a48e55978d))
7+
18
## [0.4.5](https://github.com/vuejs/pinia/compare/@pinia/[email protected]...@pinia/[email protected]) (2022-11-21)
29

310
### Bug Fixes

packages/nuxt/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pinia/nuxt",
3-
"version": "0.4.5",
3+
"version": "0.4.6",
44
"description": "Nuxt Module for pinia",
55
"keywords": [
66
"pinia",
@@ -46,7 +46,7 @@
4646
},
4747
"dependencies": {
4848
"@nuxt/kit": "^3.0.0",
49-
"pinia": ">=2.0.25"
49+
"pinia": ">=2.0.27"
5050
},
5151
"devDependencies": {
5252
"@nuxt/module-builder": "^0.2.1",

packages/pinia/CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [2.0.27](https://github.com/vuejs/pinia/compare/[email protected]@2.0.27) (2022-11-27)
2+
3+
- api docs changes
4+
15
## [2.0.26](https://github.com/vuejs/pinia/compare/[email protected]@2.0.26) (2022-11-23)
26

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

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

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

346350
### Bug Fixes
347351

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

356360
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`).
357361

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

360364
It contains major improvements:
361365

packages/pinia/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pinia",
3-
"version": "2.0.26",
3+
"version": "2.0.27",
44
"description": "Intuitive, type safe and flexible Store for Vue",
55
"main": "index.js",
66
"module": "dist/pinia.mjs",

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)