Skip to content

Commit

Permalink
1.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
collincchoy committed Apr 9, 2024
1 parent 99dcce7 commit ca03aa8
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 11 deletions.
21 changes: 13 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,20 @@ 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.2](https://github.com/PrefectHQ/vue-compositions/compare/1.11.1...1.11.2)
#### [1.11.3](https://github.com/PrefectHQ/vue-compositions/compare/1.11.2...1.11.3)

- Bugfix: Relative import in `useClickOutside` [`#417`](https://github.com/PrefectHQ/vue-compositions/pull/417)
- 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.1](https://github.com/PrefectHQ/vue-compositions/compare/v1.11.1...1.11.1)
#### [1.11.2](https://github.com/PrefectHQ/vue-compositions/compare/1.11.1...1.11.2)

> 2 April 2024
#### [v1.11.1](https://github.com/PrefectHQ/vue-compositions/compare/1.11.0...v1.11.1)
- 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)

> 2 April 2024
Expand Down Expand Up @@ -70,7 +75,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/1.6.8...1.7.0)
#### [1.7.0](https://github.com/PrefectHQ/vue-compositions/compare/v1.6.8...1.7.0)

> 18 January 2024
Expand All @@ -85,12 +90,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)

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

> 4 January 2024
> 3 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.2",
"version": "1.11.3",
"description": "A collection of reusable vue compositions.",
"main": "./dist/vue-compositions.umd.js",
"module": "./dist/vue-compositions.mjs",
Expand Down

0 comments on commit ca03aa8

Please sign in to comment.