From 29106568fe034efffd27164a330aef4c732a478a Mon Sep 17 00:00:00 2001 From: nicholas Date: Tue, 2 Apr 2024 14:45:00 -0400 Subject: [PATCH] 1.11.2 --- CHANGELOG.md | 12 +++++++++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf650ee..0ce2262 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,17 @@ 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.1](https://github.com/PrefectHQ/vue-compositions/compare/1.11.0...1.11.1) +#### [1.11.2](https://github.com/PrefectHQ/vue-compositions/compare/1.11.1...1.11.2) + +- Bugfix: Relative import in `useClickOutside` [`#417`](https://github.com/PrefectHQ/vue-compositions/pull/417) + +#### [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 - Feature: `useClickOutside` [`#415`](https://github.com/PrefectHQ/vue-compositions/pull/415) - Switch testing dependencies and update vue [`#416`](https://github.com/PrefectHQ/vue-compositions/pull/416) diff --git a/package-lock.json b/package-lock.json index e991036..ed89b95 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@prefecthq/vue-compositions", - "version": "1.11.1", + "version": "1.11.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@prefecthq/vue-compositions", - "version": "1.11.1", + "version": "1.11.2", "dependencies": { "@vue/devtools-api": "^6.1.4", "jsdom": "^24.0.0" diff --git a/package.json b/package.json index 4ed4408..2427862 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@prefecthq/vue-compositions", "private": false, - "version": "1.11.1", + "version": "1.11.2", "description": "A collection of reusable vue compositions.", "main": "./dist/vue-compositions.umd.js", "module": "./dist/vue-compositions.mjs",