From 42bf4480f0d6b20bbbfae3569d927328851bc0c6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 22:07:34 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=A6=8B=20[Release]=20Version=20packages?= =?UTF-8?q?=20(#91)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: github-actions[bot] --- .changeset/rich-bags-train.md | 5 ----- .changeset/tall-monkeys-sip.md | 6 ------ app/website/CHANGELOG.md | 9 +++++++++ app/website/package.json | 2 +- pkg/earwurm/CHANGELOG.md | 8 ++++++++ pkg/earwurm/package.json | 2 +- 6 files changed, 19 insertions(+), 13 deletions(-) delete mode 100644 .changeset/rich-bags-train.md delete mode 100644 .changeset/tall-monkeys-sip.md diff --git a/.changeset/rich-bags-train.md b/.changeset/rich-bags-train.md deleted file mode 100644 index 8be5e2b..0000000 --- a/.changeset/rich-bags-train.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"earwurm": patch ---- - -Earwurm state is now set to the `context.state` upon initialization. diff --git a/.changeset/tall-monkeys-sip.md b/.changeset/tall-monkeys-sip.md deleted file mode 100644 index 2550c3b..0000000 --- a/.changeset/tall-monkeys-sip.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"website": patch -"earwurm": patch ---- - -Update project dependencies. diff --git a/app/website/CHANGELOG.md b/app/website/CHANGELOG.md index 36a4b1a..7b008b2 100644 --- a/app/website/CHANGELOG.md +++ b/app/website/CHANGELOG.md @@ -1,5 +1,14 @@ # website +## 0.2.2 + +### Patch Changes + +- [#90](https://github.com/beefchimi/earwurm/pull/90) [`dd04449`](https://github.com/beefchimi/earwurm/commit/dd04449fe50af9c124184e20978fd442798d28b6) Thanks [@beefchimi](https://github.com/beefchimi)! - Update project dependencies. + +- Updated dependencies [[`54b5434`](https://github.com/beefchimi/earwurm/commit/54b543408f0c1f09c0f59624e647631e24483210), [`dd04449`](https://github.com/beefchimi/earwurm/commit/dd04449fe50af9c124184e20978fd442798d28b6)]: + - earwurm@0.11.2 + ## 0.2.1 ### Patch Changes diff --git a/app/website/package.json b/app/website/package.json index 0839988..2173013 100644 --- a/app/website/package.json +++ b/app/website/package.json @@ -1,7 +1,7 @@ { "name": "website", "type": "module", - "version": "0.2.1", + "version": "0.2.2", "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 58a4814..5c46125 100644 --- a/pkg/earwurm/CHANGELOG.md +++ b/pkg/earwurm/CHANGELOG.md @@ -1,5 +1,13 @@ # Earwurm Changelog +## 0.11.2 + +### Patch Changes + +- [#92](https://github.com/beefchimi/earwurm/pull/92) [`54b5434`](https://github.com/beefchimi/earwurm/commit/54b543408f0c1f09c0f59624e647631e24483210) Thanks [@beefchimi](https://github.com/beefchimi)! - Earwurm state is now set to the `context.state` upon initialization. + +- [#90](https://github.com/beefchimi/earwurm/pull/90) [`dd04449`](https://github.com/beefchimi/earwurm/commit/dd04449fe50af9c124184e20978fd442798d28b6) Thanks [@beefchimi](https://github.com/beefchimi)! - Update project dependencies. + ## 0.11.1 ### Patch Changes diff --git a/pkg/earwurm/package.json b/pkg/earwurm/package.json index feb1bbd..fdae06c 100644 --- a/pkg/earwurm/package.json +++ b/pkg/earwurm/package.json @@ -1,7 +1,7 @@ { "name": "earwurm", "type": "module", - "version": "0.11.1", + "version": "0.11.2", "description": "Browser audio for the modern age", "author": "Curtis Dulmage", "license": "ISC",