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 84810b9 commit 231888e
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/nuxt/CHANGELOG.md
@@ -1,3 +1,10 @@
## [0.5.1](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
14 changes: 14 additions & 0 deletions packages/pinia/CHANGELOG.md
@@ -1,3 +1,17 @@
## [2.1.7](https://github.com/vuejs/pinia/compare/[email protected]@2.1.7) (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 ([b227a40](https://github.com/vuejs/pinia/commit/b227a40b2e4d6e43611d3b84d973e5a97e22caa1)), closes [#2574](https://github.com/vuejs/pinia/issues/2574)
- **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
6 changes: 6 additions & 0 deletions packages/testing/CHANGELOG.md
@@ -1,3 +1,9 @@
## [0.1.3](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

0 comments on commit 231888e

Please sign in to comment.