Skip to content

Commit 2910656

Browse files
1.11.2
1 parent 3969abd commit 2910656

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,17 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7-
#### [1.11.1](https://github.com/PrefectHQ/vue-compositions/compare/1.11.0...1.11.1)
7+
#### [1.11.2](https://github.com/PrefectHQ/vue-compositions/compare/1.11.1...1.11.2)
8+
9+
- Bugfix: Relative import in `useClickOutside` [`#417`](https://github.com/PrefectHQ/vue-compositions/pull/417)
10+
11+
#### [1.11.1](https://github.com/PrefectHQ/vue-compositions/compare/v1.11.1...1.11.1)
12+
13+
> 2 April 2024
14+
15+
#### [v1.11.1](https://github.com/PrefectHQ/vue-compositions/compare/1.11.0...v1.11.1)
16+
17+
> 2 April 2024
818
919
- Feature: `useClickOutside` [`#415`](https://github.com/PrefectHQ/vue-compositions/pull/415)
1020
- Switch testing dependencies and update vue [`#416`](https://github.com/PrefectHQ/vue-compositions/pull/416)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@prefecthq/vue-compositions",
33
"private": false,
4-
"version": "1.11.1",
4+
"version": "1.11.2",
55
"description": "A collection of reusable vue compositions.",
66
"main": "./dist/vue-compositions.umd.js",
77
"module": "./dist/vue-compositions.mjs",

0 commit comments

Comments
 (0)