Skip to content

Commit

Permalink
1.5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonreid committed Aug 30, 2023
1 parent c38515f commit ee50f0a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,15 @@ 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.5.8](https://github.com/PrefectHQ/vue-compositions/compare/0.2.4...1.5.8)
#### [v1.5.9](https://github.com/PrefectHQ/vue-compositions/compare/v1.5.8...v1.5.9)

- fix usePositionStickyObserver reactivity [`#300`](https://github.com/PrefectHQ/vue-compositions/pull/300)
- Bump vitest from 0.34.1 to 0.34.2 [`#295`](https://github.com/PrefectHQ/vue-compositions/pull/295)
- Release version 1.5.8 [`#296`](https://github.com/PrefectHQ/vue-compositions/pull/296)

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

> 23 August 2023
- add usePositionStickyObserver [`#294`](https://github.com/PrefectHQ/vue-compositions/pull/294)
- Bump eslint from 8.46.0 to 8.47.0 [`#292`](https://github.com/PrefectHQ/vue-compositions/pull/292)
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.5.8",
"version": "1.5.9",
"description": "A collection of reusable vue compositions.",
"main": "./dist/vue-compositions.umd.js",
"module": "./dist/vue-compositions.mjs",
Expand Down

0 comments on commit ee50f0a

Please sign in to comment.