From ee50f0a96ea0b9c5700684ef2657c8922b8049d1 Mon Sep 17 00:00:00 2001 From: Brandon Reid Date: Wed, 30 Aug 2023 12:26:16 -0300 Subject: [PATCH] 1.5.9 --- CHANGELOG.md | 10 +++++++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae2fbe48..a78c4c5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 924d3aa3..1a3f4dfd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@prefecthq/vue-compositions", - "version": "1.5.8", + "version": "1.5.9", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@prefecthq/vue-compositions", - "version": "1.5.8", + "version": "1.5.9", "dependencies": { "jsdom": "^22.0.0" }, diff --git a/package.json b/package.json index cfcabc9a..91d354b8 100644 --- a/package.json +++ b/package.json @@ -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",