Skip to content

Commit

Permalink
1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pleek91 committed Sep 18, 2023
1 parent 635333a commit 1e5f21b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,19 @@ 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.6.1](https://github.com/PrefectHQ/vue-compositions/compare/1.6.0...1.6.1)

- Enhancement: Create a new scope for each execution when refreshing subscriptions [`#307`](https://github.com/PrefectHQ/vue-compositions/pull/307)
- Bump vue-tsc from 1.8.10 to 1.8.11 [`#309`](https://github.com/PrefectHQ/vue-compositions/pull/309)

#### [1.6.0](https://github.com/PrefectHQ/vue-compositions/compare/v1.6.0...1.6.0)

> 14 September 2023
#### [v1.6.0](https://github.com/PrefectHQ/vue-compositions/compare/v1.5.7...v1.6.0)

> 14 September 2023
- 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)
- Bump eslint from 8.48.0 to 8.49.0 [`#304`](https://github.com/PrefectHQ/vue-compositions/pull/304)
- Bump vue-tsc from 1.8.8 to 1.8.10 [`#305`](https://github.com/PrefectHQ/vue-compositions/pull/305)
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.6.0",
"version": "1.6.1",
"description": "A collection of reusable vue compositions.",
"main": "./dist/vue-compositions.umd.js",
"module": "./dist/vue-compositions.mjs",
Expand Down

0 comments on commit 1e5f21b

Please sign in to comment.