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",