Skip to content

Commit

Permalink
1.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
znicholasbrown committed Apr 9, 2024
1 parent 564d9d8 commit 1fac88e
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 9 deletions.
26 changes: 20 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,34 @@ 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.4](https://github.com/PrefectHQ/vue-compositions/compare/1.11.3...1.11.4)

- Bugfix: `useRouteQueryParam` over-eager reactive updates [`#425`](https://github.com/PrefectHQ/vue-compositions/pull/425)

#### [1.11.3](https://github.com/PrefectHQ/vue-compositions/compare/1.11.2...1.11.3)

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

#### [1.11.2](https://github.com/PrefectHQ/vue-compositions/compare/1.11.1...1.11.2)
#### [1.11.2](https://github.com/PrefectHQ/vue-compositions/compare/v1.11.2...1.11.2)

> 2 April 2024
#### [v1.11.2](https://github.com/PrefectHQ/vue-compositions/compare/1.11.1...v1.11.2)

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

#### [1.11.1](https://github.com/PrefectHQ/vue-compositions/compare/1.11.0...1.11.1)
#### [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
Expand Down Expand Up @@ -75,7 +89,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- Update subscription exports [`#378`](https://github.com/PrefectHQ/vue-compositions/pull/378)

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

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

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

> 3 January 2024
> 4 January 2024
- 1.6.8 [`#368`](https://github.com/PrefectHQ/vue-compositions/pull/368)
- Add some jsdoc for better IDE devX [`#367`](https://github.com/PrefectHQ/vue-compositions/pull/367)
- `useValidation` and `useValidationObserver` - Reset validations [`#337`](https://github.com/PrefectHQ/vue-compositions/pull/337)
- Bump vue-tsc from 1.8.22 to 1.8.24 [`#354`](https://github.com/PrefectHQ/vue-compositions/pull/354)
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.3",
"version": "1.11.4",
"description": "A collection of reusable vue compositions.",
"main": "./dist/vue-compositions.umd.js",
"module": "./dist/vue-compositions.mjs",
Expand Down

0 comments on commit 1fac88e

Please sign in to comment.