diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ce2262..9c9ac3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,15 +4,20 @@ 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.2](https://github.com/PrefectHQ/vue-compositions/compare/1.11.1...1.11.2) +#### [1.11.3](https://github.com/PrefectHQ/vue-compositions/compare/1.11.2...1.11.3) -- Bugfix: Relative import in `useClickOutside` [`#417`](https://github.com/PrefectHQ/vue-compositions/pull/417) +- 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.1](https://github.com/PrefectHQ/vue-compositions/compare/v1.11.1...1.11.1) +#### [1.11.2](https://github.com/PrefectHQ/vue-compositions/compare/1.11.1...1.11.2) > 2 April 2024 -#### [v1.11.1](https://github.com/PrefectHQ/vue-compositions/compare/1.11.0...v1.11.1) +- 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) > 2 April 2024 @@ -70,7 +75,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/1.6.8...1.7.0) +#### [1.7.0](https://github.com/PrefectHQ/vue-compositions/compare/v1.6.8...1.7.0) > 18 January 2024 @@ -85,12 +90,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) -#### [1.6.8](https://github.com/PrefectHQ/vue-compositions/compare/1.6.7...1.6.8) +#### [v1.6.8](https://github.com/PrefectHQ/vue-compositions/compare/1.6.7...v1.6.8) -> 4 January 2024 +> 3 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 17945e9..155652e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@prefecthq/vue-compositions", - "version": "1.11.2", + "version": "1.11.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@prefecthq/vue-compositions", - "version": "1.11.2", + "version": "1.11.3", "dependencies": { "@vue/devtools-api": "^6.1.4", "jsdom": "^24.0.0" diff --git a/package.json b/package.json index 2427862..45d843a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@prefecthq/vue-compositions", "private": false, - "version": "1.11.2", + "version": "1.11.3", "description": "A collection of reusable vue compositions.", "main": "./dist/vue-compositions.umd.js", "module": "./dist/vue-compositions.mjs",