From 3eee3352c9fcabd9043df39380328c393d94ac3b Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Fri, 13 Oct 2023 11:39:19 +0200 Subject: [PATCH] release: @pinia/nuxt@0.5.0 pinia@2.1.7 --- packages/nuxt/CHANGELOG.md | 15 +++++++++++++++ packages/nuxt/package.json | 4 ++-- packages/pinia/CHANGELOG.md | 11 +++++++++++ packages/pinia/package.json | 2 +- pnpm-lock.yaml | 2 +- 5 files changed, 30 insertions(+), 4 deletions(-) diff --git a/packages/nuxt/CHANGELOG.md b/packages/nuxt/CHANGELOG.md index 994f2b0f5b..3e4e5a8db9 100644 --- a/packages/nuxt/CHANGELOG.md +++ b/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 diff --git a/packages/nuxt/package.json b/packages/nuxt/package.json index 47e2c88cfe..6feef213e0 100644 --- a/packages/nuxt/package.json +++ b/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", @@ -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", diff --git a/packages/pinia/CHANGELOG.md b/packages/pinia/CHANGELOG.md index aa0a7e4fba..5bff128acf 100644 --- a/packages/pinia/CHANGELOG.md +++ b/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 diff --git a/packages/pinia/package.json b/packages/pinia/package.json index b557ce135e..c92ba9b918 100644 --- a/packages/pinia/package.json +++ b/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", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index fe724aee49..3dce233083 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -129,7 +129,7 @@ importers: specifier: ^3.4.3 version: 3.5.0(rollup@3.29.4) pinia: - specifier: '>=2.1.0' + specifier: '>=2.1.7' version: link:../pinia devDependencies: '@nuxt/module-builder':