Skip to content

Commit eb7d362

Browse files
1.11.6 (#527)
Co-authored-by: znicholasbrown <[email protected]>
1 parent 0d52bdd commit eb7d362

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,19 @@ 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.6](https://github.com/PrefectHQ/vue-compositions/compare/1.11.5...1.11.6)
8+
9+
- Bump vite and vitest deps [`#526`](https://github.com/PrefectHQ/vue-compositions/pull/526)
10+
- Bump typescript from 5.6.3 to 5.7.3 [`#519`](https://github.com/PrefectHQ/vue-compositions/pull/519)
11+
- Bump vue-tsc from 2.1.6 to 2.2.0 [`#517`](https://github.com/PrefectHQ/vue-compositions/pull/517)
12+
- Bump nanoid from 3.3.7 to 3.3.8 [`#513`](https://github.com/PrefectHQ/vue-compositions/pull/513)
13+
- Bump vitest from 2.1.3 to 2.1.8 [`#511`](https://github.com/PrefectHQ/vue-compositions/pull/511)
14+
715
#### [1.11.5](https://github.com/PrefectHQ/vue-compositions/compare/1.11.4...1.11.5)
816

17+
> 15 October 2024
18+
19+
- 1.11.5 [`#498`](https://github.com/PrefectHQ/vue-compositions/pull/498)
920
- Prevent `useStorage` from immediately saving the default value [`#497`](https://github.com/PrefectHQ/vue-compositions/pull/497)
1021
- Bump typescript from 5.6.2 to 5.6.3 [`#496`](https://github.com/PrefectHQ/vue-compositions/pull/496)
1122
- Bump vitest from 2.1.1 to 2.1.3 [`#495`](https://github.com/PrefectHQ/vue-compositions/pull/495)

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.5",
4+
"version": "1.11.6",
55
"type": "module",
66
"description": "A collection of reusable vue compositions.",
77
"main": "./dist/vue-compositions.umd.js",

0 commit comments

Comments
 (0)