Skip to content

Commit

Permalink
1.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
znicholasbrown committed Apr 2, 2024
1 parent 3969abd commit 2910656
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 2910656

Please sign in to comment.