Skip to content

Commit ca03aa8

Browse files
committed
1.11.3
1 parent 99dcce7 commit ca03aa8

File tree

3 files changed

+16
-11
lines changed

3 files changed

+16
-11
lines changed

CHANGELOG.md

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,20 @@ 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.2](https://github.com/PrefectHQ/vue-compositions/compare/1.11.1...1.11.2)
7+
#### [1.11.3](https://github.com/PrefectHQ/vue-compositions/compare/1.11.2...1.11.3)
88

9-
- Bugfix: Relative import in `useClickOutside` [`#417`](https://github.com/PrefectHQ/vue-compositions/pull/417)
9+
- chore/Add PR secret [`#420`](https://github.com/PrefectHQ/vue-compositions/pull/420)
10+
- Remove some 3.3. shims [`#419`](https://github.com/PrefectHQ/vue-compositions/pull/419)
11+
- [useValidation] Add support for getters for value in useValidation. [`#418`](https://github.com/PrefectHQ/vue-compositions/pull/418)
12+
- Bump vite from 5.2.6 to 5.2.7 [`#413`](https://github.com/PrefectHQ/vue-compositions/pull/413)
1013

11-
#### [1.11.1](https://github.com/PrefectHQ/vue-compositions/compare/v1.11.1...1.11.1)
14+
#### [1.11.2](https://github.com/PrefectHQ/vue-compositions/compare/1.11.1...1.11.2)
1215

1316
> 2 April 2024
1417
15-
#### [v1.11.1](https://github.com/PrefectHQ/vue-compositions/compare/1.11.0...v1.11.1)
18+
- Bugfix: Relative import in `useClickOutside` [`#417`](https://github.com/PrefectHQ/vue-compositions/pull/417)
19+
20+
#### [1.11.1](https://github.com/PrefectHQ/vue-compositions/compare/1.11.0...1.11.1)
1621

1722
> 2 April 2024
1823
@@ -70,7 +75,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
7075
7176
- Update subscription exports [`#378`](https://github.com/PrefectHQ/vue-compositions/pull/378)
7277

73-
#### [1.7.0](https://github.com/PrefectHQ/vue-compositions/compare/1.6.8...1.7.0)
78+
#### [1.7.0](https://github.com/PrefectHQ/vue-compositions/compare/v1.6.8...1.7.0)
7479

7580
> 18 January 2024
7681
@@ -85,12 +90,12 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
8590
- Bump vue-tsc from 1.8.24 to 1.8.27 [`#365`](https://github.com/PrefectHQ/vue-compositions/pull/365)
8691
- Bump vitest from 0.34.6 to 1.1.3 [`#370`](https://github.com/PrefectHQ/vue-compositions/pull/370)
8792
- Bump vite from 5.0.5 to 5.0.11 [`#369`](https://github.com/PrefectHQ/vue-compositions/pull/369)
93+
- 1.6.8 [`#368`](https://github.com/PrefectHQ/vue-compositions/pull/368)
8894

89-
#### [1.6.8](https://github.com/PrefectHQ/vue-compositions/compare/1.6.7...1.6.8)
95+
#### [v1.6.8](https://github.com/PrefectHQ/vue-compositions/compare/1.6.7...v1.6.8)
9096

91-
> 4 January 2024
97+
> 3 January 2024
9298
93-
- 1.6.8 [`#368`](https://github.com/PrefectHQ/vue-compositions/pull/368)
9499
- Add some jsdoc for better IDE devX [`#367`](https://github.com/PrefectHQ/vue-compositions/pull/367)
95100
- `useValidation` and `useValidationObserver` - Reset validations [`#337`](https://github.com/PrefectHQ/vue-compositions/pull/337)
96101
- Bump vue-tsc from 1.8.22 to 1.8.24 [`#354`](https://github.com/PrefectHQ/vue-compositions/pull/354)

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.2",
4+
"version": "1.11.3",
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)