From 915011faca065d822eb97a4a9fa423168be869ca Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 18 Aug 2024 19:03:15 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=A6=8B=20[Release]=20Version=20packages?= =?UTF-8?q?=20(#89)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: github-actions[bot] --- .changeset/few-clouds-boil.md | 6 ------ app/website/CHANGELOG.md | 9 +++++++++ app/website/package.json | 2 +- pkg/earwurm/CHANGELOG.md | 6 ++++++ pkg/earwurm/package.json | 2 +- 5 files changed, 17 insertions(+), 8 deletions(-) delete mode 100644 .changeset/few-clouds-boil.md diff --git a/.changeset/few-clouds-boil.md b/.changeset/few-clouds-boil.md deleted file mode 100644 index 9b16e02..0000000 --- a/.changeset/few-clouds-boil.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"website": patch -"earwurm": patch ---- - -Downgrade to Node LTS. diff --git a/app/website/CHANGELOG.md b/app/website/CHANGELOG.md index a5508fb..36a4b1a 100644 --- a/app/website/CHANGELOG.md +++ b/app/website/CHANGELOG.md @@ -1,5 +1,14 @@ # website +## 0.2.1 + +### Patch Changes + +- [#88](https://github.com/beefchimi/earwurm/pull/88) [`af3f8ea`](https://github.com/beefchimi/earwurm/commit/af3f8eaa86b12d5ea0a54f719724d152c8112432) Thanks [@beefchimi](https://github.com/beefchimi)! - Downgrade to Node LTS. + +- Updated dependencies [[`af3f8ea`](https://github.com/beefchimi/earwurm/commit/af3f8eaa86b12d5ea0a54f719724d152c8112432)]: + - earwurm@0.11.1 + ## 0.2.0 ### Minor Changes diff --git a/app/website/package.json b/app/website/package.json index 4d465b6..a4e19d0 100644 --- a/app/website/package.json +++ b/app/website/package.json @@ -1,7 +1,7 @@ { "name": "website", "type": "module", - "version": "0.2.0", + "version": "0.2.1", "private": true, "description": "Marketing and test app for Earwurm library.", "author": "Curtis Dulmage", diff --git a/pkg/earwurm/CHANGELOG.md b/pkg/earwurm/CHANGELOG.md index 8528f3f..58a4814 100644 --- a/pkg/earwurm/CHANGELOG.md +++ b/pkg/earwurm/CHANGELOG.md @@ -1,5 +1,11 @@ # Earwurm Changelog +## 0.11.1 + +### Patch Changes + +- [#88](https://github.com/beefchimi/earwurm/pull/88) [`af3f8ea`](https://github.com/beefchimi/earwurm/commit/af3f8eaa86b12d5ea0a54f719724d152c8112432) Thanks [@beefchimi](https://github.com/beefchimi)! - Downgrade to Node LTS. + ## 0.11.0 ### Minor Changes diff --git a/pkg/earwurm/package.json b/pkg/earwurm/package.json index 28aec23..8fd679c 100644 --- a/pkg/earwurm/package.json +++ b/pkg/earwurm/package.json @@ -1,7 +1,7 @@ { "name": "earwurm", "type": "module", - "version": "0.11.0", + "version": "0.11.1", "description": "Browser audio for the modern age", "author": "Curtis Dulmage", "license": "ISC",