From 1fac88ea4bd0ec35784ceb60255a33b3115c5bed Mon Sep 17 00:00:00 2001 From: nicholas Date: Tue, 9 Apr 2024 13:05:45 -0400 Subject: [PATCH] 1.11.4 --- CHANGELOG.md | 26 ++++++++++++++++++++------ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 23 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c9ac3b..e76b00d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,20 +4,34 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [1.11.4](https://github.com/PrefectHQ/vue-compositions/compare/1.11.3...1.11.4) + +- Bugfix: `useRouteQueryParam` over-eager reactive updates [`#425`](https://github.com/PrefectHQ/vue-compositions/pull/425) + #### [1.11.3](https://github.com/PrefectHQ/vue-compositions/compare/1.11.2...1.11.3) +> 9 April 2024 + - chore/Add PR secret [`#420`](https://github.com/PrefectHQ/vue-compositions/pull/420) - Remove some 3.3. shims [`#419`](https://github.com/PrefectHQ/vue-compositions/pull/419) - [useValidation] Add support for getters for value in useValidation. [`#418`](https://github.com/PrefectHQ/vue-compositions/pull/418) - Bump vite from 5.2.6 to 5.2.7 [`#413`](https://github.com/PrefectHQ/vue-compositions/pull/413) -#### [1.11.2](https://github.com/PrefectHQ/vue-compositions/compare/1.11.1...1.11.2) +#### [1.11.2](https://github.com/PrefectHQ/vue-compositions/compare/v1.11.2...1.11.2) + +> 2 April 2024 + +#### [v1.11.2](https://github.com/PrefectHQ/vue-compositions/compare/1.11.1...v1.11.2) > 2 April 2024 - Bugfix: Relative import in `useClickOutside` [`#417`](https://github.com/PrefectHQ/vue-compositions/pull/417) -#### [1.11.1](https://github.com/PrefectHQ/vue-compositions/compare/1.11.0...1.11.1) +#### [1.11.1](https://github.com/PrefectHQ/vue-compositions/compare/v1.11.1...1.11.1) + +> 2 April 2024 + +#### [v1.11.1](https://github.com/PrefectHQ/vue-compositions/compare/1.11.0...v1.11.1) > 2 April 2024 @@ -75,7 +89,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Update subscription exports [`#378`](https://github.com/PrefectHQ/vue-compositions/pull/378) -#### [1.7.0](https://github.com/PrefectHQ/vue-compositions/compare/v1.6.8...1.7.0) +#### [1.7.0](https://github.com/PrefectHQ/vue-compositions/compare/1.6.8...1.7.0) > 18 January 2024 @@ -90,12 +104,12 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Bump vue-tsc from 1.8.24 to 1.8.27 [`#365`](https://github.com/PrefectHQ/vue-compositions/pull/365) - Bump vitest from 0.34.6 to 1.1.3 [`#370`](https://github.com/PrefectHQ/vue-compositions/pull/370) - Bump vite from 5.0.5 to 5.0.11 [`#369`](https://github.com/PrefectHQ/vue-compositions/pull/369) -- 1.6.8 [`#368`](https://github.com/PrefectHQ/vue-compositions/pull/368) -#### [v1.6.8](https://github.com/PrefectHQ/vue-compositions/compare/1.6.7...v1.6.8) +#### [1.6.8](https://github.com/PrefectHQ/vue-compositions/compare/1.6.7...1.6.8) -> 3 January 2024 +> 4 January 2024 +- 1.6.8 [`#368`](https://github.com/PrefectHQ/vue-compositions/pull/368) - Add some jsdoc for better IDE devX [`#367`](https://github.com/PrefectHQ/vue-compositions/pull/367) - `useValidation` and `useValidationObserver` - Reset validations [`#337`](https://github.com/PrefectHQ/vue-compositions/pull/337) - Bump vue-tsc from 1.8.22 to 1.8.24 [`#354`](https://github.com/PrefectHQ/vue-compositions/pull/354) diff --git a/package-lock.json b/package-lock.json index 155652e..b2363e1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@prefecthq/vue-compositions", - "version": "1.11.3", + "version": "1.11.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@prefecthq/vue-compositions", - "version": "1.11.3", + "version": "1.11.4", "dependencies": { "@vue/devtools-api": "^6.1.4", "jsdom": "^24.0.0" diff --git a/package.json b/package.json index 45d843a..3425d93 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@prefecthq/vue-compositions", "private": false, - "version": "1.11.3", + "version": "1.11.4", "description": "A collection of reusable vue compositions.", "main": "./dist/vue-compositions.umd.js", "module": "./dist/vue-compositions.mjs",