From 5a1174979cd5545046a68dc9cd1b3582a5c42989 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 14:51:46 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=A6=8B=20[Changesets]=20Prepare=20for=20n?= =?UTF-8?q?ext=20release=20(#25)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: github-actions[bot] --- .changeset/rotten-gifts-whisper.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/rotten-gifts-whisper.md diff --git a/.changeset/rotten-gifts-whisper.md b/.changeset/rotten-gifts-whisper.md deleted file mode 100644 index 9a3e5c0..0000000 --- a/.changeset/rotten-gifts-whisper.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'vurtis': patch ---- - -Various package updates. diff --git a/CHANGELOG.md b/CHANGELOG.md index b5cfc09..eb6346c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # vurtis +## 0.0.11 + +### Patch Changes + +- [#24](https://github.com/beefchimi/vurtis/pull/24) [`1b21428`](https://github.com/beefchimi/vurtis/commit/1b21428b49a0b98c6114ec64468c363798f57b5a) Thanks [@beefchimi](https://github.com/beefchimi)! - Various package updates. + ## 0.0.10 ### Patch Changes diff --git a/package.json b/package.json index 774709f..d215be1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vurtis", - "version": "0.0.10", + "version": "0.0.11", "description": "Fluid grid virtualization for React", "author": "Curtis Dulmage", "license": "ISC",