From 069c6ba45c21735c02a606c31d0b085fa6b99668 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 28 Apr 2024 12:52:18 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=A6=8B=20[Release]=20Version=20packages?= =?UTF-8?q?=20(#83)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: github-actions[bot] --- .changeset/chatty-pugs-refuse.md | 6 ------ app/website/CHANGELOG.md | 11 +++++++++++ app/website/package.json | 2 +- pkg/earwurm/CHANGELOG.md | 6 ++++++ pkg/earwurm/package.json | 2 +- 5 files changed, 19 insertions(+), 8 deletions(-) delete mode 100644 .changeset/chatty-pugs-refuse.md diff --git a/.changeset/chatty-pugs-refuse.md b/.changeset/chatty-pugs-refuse.md deleted file mode 100644 index 058a407..0000000 --- a/.changeset/chatty-pugs-refuse.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"website": minor -"earwurm": minor ---- - -Switched from local utilities package to beeftools. diff --git a/app/website/CHANGELOG.md b/app/website/CHANGELOG.md index eb11f37..2825cf6 100644 --- a/app/website/CHANGELOG.md +++ b/app/website/CHANGELOG.md @@ -1,5 +1,16 @@ # website +## 0.1.0 + +### Minor Changes + +- [#82](https://github.com/beefchimi/earwurm/pull/82) [`c2f5c21`](https://github.com/beefchimi/earwurm/commit/c2f5c214c577e6b1d26c4030518dd9336995efaf) Thanks [@beefchimi](https://github.com/beefchimi)! - Switched from local utilities package to beeftools. + +### Patch Changes + +- Updated dependencies [[`c2f5c21`](https://github.com/beefchimi/earwurm/commit/c2f5c214c577e6b1d26c4030518dd9336995efaf)]: + - earwurm@0.10.0 + ## 0.0.5 ### Patch Changes diff --git a/app/website/package.json b/app/website/package.json index 9add13b..44ef08f 100644 --- a/app/website/package.json +++ b/app/website/package.json @@ -1,6 +1,6 @@ { "name": "website", - "version": "0.0.5", + "version": "0.1.0", "description": "Marketing and test app for Earwurm library.", "author": "Curtis Dulmage", "license": "UNLICENSED", diff --git a/pkg/earwurm/CHANGELOG.md b/pkg/earwurm/CHANGELOG.md index fcd7ef5..0844be4 100644 --- a/pkg/earwurm/CHANGELOG.md +++ b/pkg/earwurm/CHANGELOG.md @@ -1,5 +1,11 @@ # Earwurm Changelog +## 0.10.0 + +### Minor Changes + +- [#82](https://github.com/beefchimi/earwurm/pull/82) [`c2f5c21`](https://github.com/beefchimi/earwurm/commit/c2f5c214c577e6b1d26c4030518dd9336995efaf) Thanks [@beefchimi](https://github.com/beefchimi)! - Switched from local utilities package to beeftools. + ## 0.9.0 ### Minor Changes diff --git a/pkg/earwurm/package.json b/pkg/earwurm/package.json index 9753726..46d6e9f 100644 --- a/pkg/earwurm/package.json +++ b/pkg/earwurm/package.json @@ -1,6 +1,6 @@ { "name": "earwurm", - "version": "0.9.0", + "version": "0.10.0", "description": "Browser audio for the modern age", "author": "Curtis Dulmage", "license": "ISC",