Skip to content

Commit f46425f

Browse files
committed
1.10.0
1 parent e0b3976 commit f46425f

3 files changed

Lines changed: 14 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,17 @@ 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.9.0](https://github.com/PrefectHQ/vue-compositions/compare/1.8.0...1.9.0)
7+
#### [1.10.0](https://github.com/PrefectHQ/vue-compositions/compare/1.9.0...1.10.0)
8+
9+
- Add `maxRefreshRate` directly to `Channel` and `Subscription` classes [`#398`](https://github.com/PrefectHQ/vue-compositions/pull/398)
10+
11+
#### [1.9.0](https://github.com/PrefectHQ/vue-compositions/compare/v1.9.0...1.9.0)
12+
13+
> 29 February 2024
14+
15+
#### [v1.9.0](https://github.com/PrefectHQ/vue-compositions/compare/1.8.0...v1.9.0)
16+
17+
> 29 February 2024
818
919
- Add maxRefreshRate to channel refresh utilities [`#397`](https://github.com/PrefectHQ/vue-compositions/pull/397)
1020
- Bump eslint from 8.56.0 to 8.57.0 [`#396`](https://github.com/PrefectHQ/vue-compositions/pull/396)

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