Skip to content

Commit 3707716

Browse files
authored
Merge pull request #1 from peetzweg/changeset-release/main
chore: version packages
2 parents 2b4c8d8 + 3887e5d commit 3707716

3 files changed

Lines changed: 8 additions & 6 deletions

File tree

.changeset/initial-release.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/sonics/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# sonics
2+
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- b726df7: Initial release. `sonics` synthesises tasteful, dependency-free UI microinteraction sounds in the browser with the Web Audio API — no audio files. Ships a small set of presets (click, tap, tick, pop, toggle on/off, success, error), a serialisable sound spec with `encode`/`decode`, WAV export, and React bindings (`sonics/react`).

packages/sonics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sonics",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"description": "Tiny, dependency-free UI sounds you can feel. Synthesised in the browser with the Web Audio API — no audio files.",
55
"author": "Philip Poloczek",
66
"license": "MIT",

0 commit comments

Comments
 (0)