Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #54

Merged
merged 2 commits into from
Jan 4, 2024
Merged

Version Packages #54

merged 2 commits into from
Jan 4, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jan 4, 2024

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

[email protected]

Minor Changes

  • 51368fd: Fix issue "stopping" a Sound that was never "started".
    Include a neverStarted: boolean; property in the SoundEndedEvent.
    New volume change event for Earwurm, Stack, and Sound.
    New mute change event for Earwurm, Stack, and Sound.
    New library change event for Earwurm.
    New queue change event for Stack.
    New speed change event for Sound.
    speed Setter now clamps the value between 0.25 and 4.
    New progress change event.
    New progress Getter.
    New state > ending value.
    Renamed all statechange events to state.
    No longer setting mute = false when "pausing".
    Avoid re-initializing an existing Stack when .add() is passed an identical id + path.
    Removed LibraryKeys type, instead using StackIds[] directly.
    Now exporting tokens object with some usual values.
    Updated docs/api.md to include details on all the newly added / changed code.

Patch Changes

  • 222eb16: Bumping project dependencies, including the emitten peerDependency.

CHANGELOG.md Outdated Show resolved Hide resolved
@github-actions github-actions bot added 🔖 Release Merge of this PR triggers a new release 🛠️ Tooling Relating to build tooling or deployment labels Jan 4, 2024
@beefchimi beefchimi merged commit d9ecb1b into main Jan 4, 2024
3 checks passed
@beefchimi beefchimi deleted the changeset-release/main branch January 4, 2024 21:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔖 Release Merge of this PR triggers a new release 🛠️ Tooling Relating to build tooling or deployment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant