Skip to content

Commit

Permalink
release: @pinia/[email protected] [email protected] @pinia/testing@0…
Browse files Browse the repository at this point in the history
….1.4-beta.0
  • Loading branch information
posva committed Apr 17, 2024
1 parent 4aac78a commit 374355f
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 3 deletions.
7 changes: 7 additions & 0 deletions packages/nuxt/CHANGELOG.md
@@ -1,3 +1,10 @@
## [0.5.2-beta.0](https://github.com/vuejs/pinia/compare/@pinia/[email protected]...@pinia/[email protected]) (2024-04-17)

### Bug Fixes

- opt in to `import.meta.*` properties ([#2622](https://github.com/vuejs/pinia/issues/2622)) ([0a94c3c](https://github.com/vuejs/pinia/commit/0a94c3c8c917a29c8e58cded33aa6f3e073f3577))
- **types:** use declare module vue ([8a6ce86](https://github.com/vuejs/pinia/commit/8a6ce86db83b6315c067c8a98c898b3c74efe62e))

## [0.5.1](https://github.com/vuejs/pinia/compare/@pinia/[email protected]...@pinia/[email protected]) (2024-04-04)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/nuxt/package.json
@@ -1,6 +1,6 @@
{
"name": "@pinia/nuxt",
"version": "0.5.1",
"version": "0.5.2-beta.0",
"description": "Nuxt Module for pinia",
"keywords": [
"pinia",
Expand Down
14 changes: 14 additions & 0 deletions packages/pinia/CHANGELOG.md
@@ -1,3 +1,17 @@
## [2.1.8-beta.0](https://github.com/vuejs/pinia/compare/[email protected]@2.1.8-beta.0) (2024-04-17)

### Bug Fixes

- **devtools:** Do not patch mocked actions ([#2300](https://github.com/vuejs/pinia/issues/2300)) ([069ffd1](https://github.com/vuejs/pinia/commit/069ffd14a52ccb576d63d03d06b18dee69185ae7))
- support webpack minification ([57914b5](https://github.com/vuejs/pinia/commit/57914b522fb901701c397a5ef62dad3339ee0cf9)), closes [#1143](https://github.com/vuejs/pinia/issues/1143)
- **types:** fix storeToRefs state return type ([#2574](https://github.com/vuejs/pinia/issues/2574)) ([#2604](https://github.com/vuejs/pinia/issues/2604)) ([c8f727a](https://github.com/vuejs/pinia/commit/c8f727a0a2187c591134bd467efe426fb747ea40))
- **types:** mapHelpers with getters types ([#2571](https://github.com/vuejs/pinia/issues/2571)) ([#2576](https://github.com/vuejs/pinia/issues/2576)) ([ea5c974](https://github.com/vuejs/pinia/commit/ea5c974c73d458518aff318dbab369e506db9285))
- **types:** use declare module vue ([8a6ce86](https://github.com/vuejs/pinia/commit/8a6ce86db83b6315c067c8a98c898b3c74efe62e))

### Features

- disposePinia ([bb8bf60](https://github.com/vuejs/pinia/commit/bb8bf60581747c76e42796b82eb3aa04e2336fdf)), closes [vuejs/pinia#2453](https://github.com/vuejs/pinia/issues/2453)

## [2.1.7](https://github.com/vuejs/pinia/compare/[email protected]@2.1.7) (2024-04-04)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/pinia/package.json
@@ -1,6 +1,6 @@
{
"name": "pinia",
"version": "2.1.7",
"version": "2.1.8-beta.0",
"description": "Intuitive, type safe and flexible Store for Vue",
"main": "index.js",
"module": "dist/pinia.mjs",
Expand Down
6 changes: 6 additions & 0 deletions packages/testing/CHANGELOG.md
@@ -1,3 +1,9 @@
## [0.1.4-beta.0](https://github.com/vuejs/pinia/compare/@pinia/[email protected]...@pinia/[email protected]) (2024-04-17)

### Bug Fixes

- **types:** use declare module vue ([8a6ce86](https://github.com/vuejs/pinia/commit/8a6ce86db83b6315c067c8a98c898b3c74efe62e))

## [0.1.3](https://github.com/vuejs/pinia/compare/@pinia/[email protected]...@pinia/[email protected]) (2024-04-04)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/testing/package.json
@@ -1,6 +1,6 @@
{
"name": "@pinia/testing",
"version": "0.1.3",
"version": "0.1.4-beta.0",
"description": "Testing module for Pinia",
"keywords": [
"vue",
Expand Down

0 comments on commit 374355f

Please sign in to comment.