Skip to content

Commit

Permalink
1.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
pleek91 committed Nov 16, 2023
1 parent 3f2e73c commit 6a9bb8e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,17 @@ 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.6](https://github.com/PrefectHQ/vue-compositions/compare/1.6.5...1.6.6)
#### [1.6.7](https://github.com/PrefectHQ/vue-compositions/compare/1.6.6...1.6.7)

- Fix subscription actions being called even when the args have not changed [`#346`](https://github.com/PrefectHQ/vue-compositions/pull/346)

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

> 15 November 2023
#### [v1.6.6](https://github.com/PrefectHQ/vue-compositions/compare/1.6.5...v1.6.6)

> 15 November 2023
- Fix useRouteQuery reactivity [`#345`](https://github.com/PrefectHQ/vue-compositions/pull/345)
- Bump @types/lodash.debounce from 4.0.8 to 4.0.9 [`#344`](https://github.com/PrefectHQ/vue-compositions/pull/344)
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.6",
"version": "1.6.7",
"description": "A collection of reusable vue compositions.",
"main": "./dist/vue-compositions.umd.js",
"module": "./dist/vue-compositions.mjs",
Expand Down

0 comments on commit 6a9bb8e

Please sign in to comment.