]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
release: pinia@2.3.0 @pinia/nuxt@0.9.0 @pinia/nuxt@0.9.0 v2.3.0
authorEduardo San Martin Morote <posva13@gmail.com>
Wed, 4 Dec 2024 14:32:58 +0000 (15:32 +0100)
committerEduardo San Martin Morote <posva13@gmail.com>
Wed, 4 Dec 2024 14:32:58 +0000 (15:32 +0100)
packages/nuxt/CHANGELOG.md
packages/nuxt/package.json
packages/pinia/CHANGELOG.md
packages/pinia/package.json

index d0fa17164a1f02a8386d655b92444656cd5a36dd..f4b3fa032ea76e8f762291fd66b7adb2447bf1b7 100644 (file)
@@ -1,3 +1,7 @@
+## [0.9.0](https://github.com/vuejs/pinia/compare/@pinia/nuxt@0.8.0...@pinia/nuxt@0.9.0) (2024-12-04)
+
+This version requires at least Vue 2.7. On January 2025, Pinia 3.0 and `@pinia/nuxt` 1.0 will drop support for Vue 2 (which already reached EOL last year). If you need support or help migrating, you can [book help with Eduardo (@posva)](https://cal.com/posva/consultancy).
+
 ## [0.8.0](https://github.com/vuejs/pinia/compare/@pinia/nuxt@0.7.0...@pinia/nuxt@0.8.0) (2024-11-28)
 
 This release partially fixes a bug in production of:
index a87839954db3bcc875402591f7bb5081eedd4a11..97691080684aeafe2dc940e9c6a3fb9220b8ab69 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@pinia/nuxt",
-  "version": "0.8.0",
+  "version": "0.9.0",
   "description": "Nuxt Module for pinia",
   "keywords": [
     "pinia",
index 8931f3f13c6ffdb553e8b76d3765ff77f3d303af..a8046b17d48a4c95c7c8a6bd54b032dae172f68a 100644 (file)
@@ -1,3 +1,32 @@
+## [2.3.0](https://github.com/vuejs/pinia/compare/pinia@2.2.6...pinia@2.3.0) (2024-12-04)
+
+This version requires at least Vue 2.7. On January 2025, Pinia 3.0 will drop support for Vue 2 (which already reached EOL last year). If you need support or help migrating, you can [book help with Eduardo (@posva)](https://cal.com/posva/consultancy).
+
+### Features
+
+- writable `computed`s to be picked up by `mapWritableState` ([#2847](https://github.com/vuejs/pinia/issues/2847)) ([0fa633e](https://github.com/vuejs/pinia/commit/0fa633e81864b09d300859a0ed1c10d2a89affa8))
+
+### Bug Fixes
+
+- avoid npm bug when resolving optional deps ([#2841](https://github.com/vuejs/pinia/issues/2841)) ([1e45f33](https://github.com/vuejs/pinia/commit/1e45f332efe8c0f543cfd186cd26b768abdf2b62))
+
+### 2.2.8 (2024-11-28)
+
+### Features
+
+- deprecate old defineStore ([d1858e8](https://github.com/vuejs/pinia/commit/d1858e8c932d89cd2bf9121fe62179795ebb5c5f))
+
+### Bug Fixes
+
+- avoid immediate computing with `storeToRefs` ([67d3109](https://github.com/vuejs/pinia/commit/67d31094784cc3bd256b0636b79dc8e421f6c3fb)), closes [#2812](https://github.com/vuejs/pinia/issues/2812)
+- **types:** unwrap refs in `mapWritableState` for setup stores ([#2805](https://github.com/vuejs/pinia/issues/2805)) ([ea14e53](https://github.com/vuejs/pinia/commit/ea14e53fdfc0d0f4cd80d5242572f87714a77e3b)), closes [#2804](https://github.com/vuejs/pinia/issues/2804)
+
+### 2.2.7 (2024-11-27)
+
+### Bug Fixes
+
+- **devtools:** avoid running outside of browsers ([eb5e6fd](https://github.com/vuejs/pinia/commit/eb5e6fd6073da8e828a9087c876d0e8fde3cdb3d)), closes [#2843](https://github.com/vuejs/pinia/issues/2843)
+
 ### [2.2.8](https://github.com/vuejs/pinia/compare/pinia@2.2.6...pinia@2.2.8) (2024-11-28)
 
 ### Features
index f34d54a2c2f29193ccf231542c38f99a7ce8040c..48bcbe21204f2db4ddd7b39da322fbf5888a7cff 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "pinia",
-  "version": "2.2.8",
+  "version": "2.3.0",
   "description": "Intuitive, type safe and flexible Store for Vue",
   "main": "index.js",
   "module": "dist/pinia.mjs",