Skip to content

Commit 1e5f21b

Browse files
committed
1.6.1
1 parent 635333a commit 1e5f21b

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.6.1](https://github.com/PrefectHQ/vue-compositions/compare/1.6.0...1.6.1)
8+
9+
- Enhancement: Create a new scope for each execution when refreshing subscriptions [`#307`](https://github.com/PrefectHQ/vue-compositions/pull/307)
10+
- Bump vue-tsc from 1.8.10 to 1.8.11 [`#309`](https://github.com/PrefectHQ/vue-compositions/pull/309)
11+
12+
#### [1.6.0](https://github.com/PrefectHQ/vue-compositions/compare/v1.6.0...1.6.0)
13+
14+
> 14 September 2023
15+
716
#### [v1.6.0](https://github.com/PrefectHQ/vue-compositions/compare/v1.5.7...v1.6.0)
817

18+
> 14 September 2023
19+
920
- Enhancement: Run subscription actions in an effect scope that is disposed when a channel is deleted [`#306`](https://github.com/PrefectHQ/vue-compositions/pull/306)
1021
- Bump eslint from 8.48.0 to 8.49.0 [`#304`](https://github.com/PrefectHQ/vue-compositions/pull/304)
1122
- Bump vue-tsc from 1.8.8 to 1.8.10 [`#305`](https://github.com/PrefectHQ/vue-compositions/pull/305)

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