Skip to content

Commit 1d27718

Browse files
committed
1 parent 1469971 commit 1d27718

File tree

5 files changed

+25
-7
lines changed

5 files changed

+25
-7
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.9](https://github.com/vuejs/pinia/compare/@pinia/[email protected]...@pinia/[email protected]) (2023-04-20)
2+
3+
### Bug Fixes
4+
5+
- **nuxt:** add workaround to preserve type output ([#2147](https://github.com/vuejs/pinia/issues/2147)) ([65debf9](https://github.com/vuejs/pinia/commit/65debf9be0567159b932fcd0fc445a8a2bdbaa4d))
6+
- **types:** typescript 5.0 acceptHMRUpdate error ([#2098](https://github.com/vuejs/pinia/issues/2098)) ([#2152](https://github.com/vuejs/pinia/issues/2152)) ([1469971](https://github.com/vuejs/pinia/commit/146997196f87abc691340fd46ae758a0865b8a73))
7+
18
## [0.4.8](https://github.com/vuejs/pinia/compare/@pinia/[email protected]...@pinia/[email protected]) (2023-04-07)
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.8",
3+
"version": "0.4.9",
44
"description": "Nuxt Module for pinia",
55
"keywords": [
66
"pinia",
@@ -47,7 +47,7 @@
4747
},
4848
"dependencies": {
4949
"@nuxt/kit": "^3.0.0",
50-
"pinia": ">=2.0.34"
50+
"pinia": ">=2.0.35"
5151
},
5252
"devDependencies": {
5353
"@nuxt/module-builder": "^0.2.1",

packages/pinia/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [2.0.35](https://github.com/vuejs/pinia/compare/[email protected]@2.0.35) (2023-04-20)
2+
3+
### Bug Fixes
4+
5+
- **types:** typescript 5.0 acceptHMRUpdate error ([#2098](https://github.com/vuejs/pinia/issues/2098)) ([#2152](https://github.com/vuejs/pinia/issues/2152)) ([1469971](https://github.com/vuejs/pinia/commit/146997196f87abc691340fd46ae758a0865b8a73))
6+
7+
### Features
8+
9+
- **types:** improve setActivePinia types ([1650c6e](https://github.com/vuejs/pinia/commit/1650c6efebc75fdc47b2ec082ba10c197b894aef))
10+
111
## [2.0.34](https://github.com/vuejs/pinia/compare/[email protected]@2.0.34) (2023-04-07)
212

313
No changes in this release

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.34",
3+
"version": "2.0.35",
44
"description": "Intuitive, type safe and flexible Store for Vue",
55
"main": "index.js",
66
"module": "dist/pinia.mjs",

pnpm-lock.yaml

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)