Skip to content

Commit

Permalink
Version Packages (#15)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: beefchimi <[email protected]>
  • Loading branch information
3 people authored Feb 26, 2023
1 parent f98e04a commit 7dd1d83
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 47 deletions.
7 changes: 0 additions & 7 deletions .changeset/fifty-plums-compare.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/flat-queens-tap.md

This file was deleted.

19 changes: 0 additions & 19 deletions .changeset/lazy-rings-cough.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mean-fishes-attend.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/perfect-mice-judge.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smart-plums-shave.md

This file was deleted.

23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# earwurm

## 0.2.0

### Minor Changes

- 87464b3: `Stack` now correctly passes a custom `Sound > id` _(instead of appending as a `suffix`)_.
- 87464b3: Fixed a bug where `Stack` was double incrementing `totalSoundsCreated`.
- 87464b3: Fixed an issue with `#create` not filtering "out of bounds" Sounds.
- f98e04a: Bump node to `18.14.2`.
- f98e04a: Bump various dependencies.
- f98e04a: Fix issue with `Earworm > state` being set to `suspended` even after `closed`.
- f98e04a: Fix bug with `Sound` throwing an error on subsequent calls to `.play()`.
- f98e04a: Fix bug with `Sound > pause()` not working.
- f98e04a: Fix bug with `volume` and `mute` setters not actually changing `gain.value`.
- f98e04a: Both `Stack` and `Sound` can now accept a `GainNode` _(in addition to an `AudioNode`)_ as their `destination`.
- f98e04a: Simplify exported `types`.

### Patch Changes

- dc3dfe3: Mock AudioContext for testing.
- f019b47: Further improve Web Audio mocks and helpers tests.
- dcc5adc: Initial testing setup.
- fde15fb: Further adjust test env for better Web Audio testing.

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "earwurm",
"version": "0.1.0",
"version": "0.2.0",
"description": "Browser audio for the modern age",
"author": "Curtis Dulmage",
"license": "ISC",
Expand Down

0 comments on commit 7dd1d83

Please sign in to comment.