Skip to content

Commit 1fac88e

Browse files
1.11.4
1 parent 564d9d8 commit 1fac88e

File tree

3 files changed

+23
-9
lines changed

3 files changed

+23
-9
lines changed

CHANGELOG.md

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,34 @@ 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.4](https://github.com/PrefectHQ/vue-compositions/compare/1.11.3...1.11.4)
8+
9+
- Bugfix: `useRouteQueryParam` over-eager reactive updates [`#425`](https://github.com/PrefectHQ/vue-compositions/pull/425)
10+
711
#### [1.11.3](https://github.com/PrefectHQ/vue-compositions/compare/1.11.2...1.11.3)
812

13+
> 9 April 2024
14+
915
- chore/Add PR secret [`#420`](https://github.com/PrefectHQ/vue-compositions/pull/420)
1016
- Remove some 3.3. shims [`#419`](https://github.com/PrefectHQ/vue-compositions/pull/419)
1117
- [useValidation] Add support for getters for value in useValidation. [`#418`](https://github.com/PrefectHQ/vue-compositions/pull/418)
1218
- Bump vite from 5.2.6 to 5.2.7 [`#413`](https://github.com/PrefectHQ/vue-compositions/pull/413)
1319

14-
#### [1.11.2](https://github.com/PrefectHQ/vue-compositions/compare/1.11.1...1.11.2)
20+
#### [1.11.2](https://github.com/PrefectHQ/vue-compositions/compare/v1.11.2...1.11.2)
21+
22+
> 2 April 2024
23+
24+
#### [v1.11.2](https://github.com/PrefectHQ/vue-compositions/compare/1.11.1...v1.11.2)
1525

1626
> 2 April 2024
1727
1828
- Bugfix: Relative import in `useClickOutside` [`#417`](https://github.com/PrefectHQ/vue-compositions/pull/417)
1929

20-
#### [1.11.1](https://github.com/PrefectHQ/vue-compositions/compare/1.11.0...1.11.1)
30+
#### [1.11.1](https://github.com/PrefectHQ/vue-compositions/compare/v1.11.1...1.11.1)
31+
32+
> 2 April 2024
33+
34+
#### [v1.11.1](https://github.com/PrefectHQ/vue-compositions/compare/1.11.0...v1.11.1)
2135

2236
> 2 April 2024
2337
@@ -75,7 +89,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
7589
7690
- Update subscription exports [`#378`](https://github.com/PrefectHQ/vue-compositions/pull/378)
7791

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

8094
> 18 January 2024
8195
@@ -90,12 +104,12 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
90104
- Bump vue-tsc from 1.8.24 to 1.8.27 [`#365`](https://github.com/PrefectHQ/vue-compositions/pull/365)
91105
- Bump vitest from 0.34.6 to 1.1.3 [`#370`](https://github.com/PrefectHQ/vue-compositions/pull/370)
92106
- 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)
94107

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

97-
> 3 January 2024
110+
> 4 January 2024
98111
112+
- 1.6.8 [`#368`](https://github.com/PrefectHQ/vue-compositions/pull/368)
99113
- Add some jsdoc for better IDE devX [`#367`](https://github.com/PrefectHQ/vue-compositions/pull/367)
100114
- `useValidation` and `useValidationObserver` - Reset validations [`#337`](https://github.com/PrefectHQ/vue-compositions/pull/337)
101115
- 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.3",
4+
"version": "1.11.4",
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)