Skip to content

Commit

Permalink
release: @pinia/nuxt@0.5.0 pinia@2.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Oct 13, 2023
1 parent 5c98ea9 commit 3eee335
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 4 deletions.
15 changes: 15 additions & 0 deletions packages/nuxt/CHANGELOG.md
@@ -1,3 +1,18 @@
# [0.5.0](https://github.com/vuejs/pinia/compare/@pinia/nuxt@0.4.11...@pinia/nuxt@0.5.0) (2023-10-13)

### Features

- **imports:** add storeDirs auto import ([70a95ba](https://github.com/vuejs/pinia/commit/70a95ba9b1d6a55aeea72088dfedd478aa4db766)), closes [#1604](https://github.com/vuejs/pinia/issues/1604)

### BREAKING CHANGES

- **imports:** the option `autoImports` has been removed as it offered
no value compared to the existing `imports` option in Nuxt. Instead, we
are automatically adding `defineStore()`, and `acceptHMRUpdate()` to the
list of auto imported functions. We are also adding the `./stores` dirs
to auto imports now, so if you were manually adding that option, it can
be removed.

## [0.4.11](https://github.com/vuejs/pinia/compare/@pinia/nuxt@0.4.10...@pinia/nuxt@0.4.11) (2023-05-17)

This release only contains build related changes
Expand Down
4 changes: 2 additions & 2 deletions packages/nuxt/package.json
@@ -1,6 +1,6 @@
{
"name": "@pinia/nuxt",
"version": "0.4.11",
"version": "0.5.0",
"description": "Nuxt Module for pinia",
"keywords": [
"pinia",
Expand Down Expand Up @@ -47,7 +47,7 @@
},
"dependencies": {
"@nuxt/kit": "^3.5.0",
"pinia": ">=2.1.0"
"pinia": ">=2.1.7"
},
"devDependencies": {
"@nuxt/module-builder": "^0.3.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/pinia/CHANGELOG.md
@@ -1,3 +1,14 @@
## [2.1.7](https://github.com/vuejs/pinia/compare/pinia@2.1.6...pinia@2.1.7) (2023-10-13)

### Bug Fixes

- **devtools:** correctly load initial states ([9d49e30](https://github.com/vuejs/pinia/commit/9d49e3005ca677f8892e7af209e96d43b41e121c))

### Features

- **types:** SetupStoreDefinition ([391f9ac](https://github.com/vuejs/pinia/commit/391f9ac4f5e845afdd4b7d44fb1a9c7fb2b299a0))
- **warn:** improve getActivePinia warning ([4640f09](https://github.com/vuejs/pinia/commit/4640f09d12094d8c2c2d9d2039b4479fd7d38d35))

## [2.1.6](https://github.com/vuejs/pinia/compare/pinia@2.1.5...pinia@2.1.6) (2023-07-26)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/pinia/package.json
@@ -1,6 +1,6 @@
{
"name": "pinia",
"version": "2.1.6",
"version": "2.1.7",
"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 3eee335

Please sign in to comment.