Skip to content

Commit

Permalink
chore: changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
danigb committed Sep 7, 2024
1 parent 649c673 commit 2e7eb2c
Show file tree
Hide file tree
Showing 17 changed files with 70 additions and 52 deletions.
18 changes: 18 additions & 0 deletions .changeset/brown-gifts-fly.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
"synthlet": minor
"@synthlet/param": minor
"@synthlet/ad": minor
"@synthlet/adsr": minor
"@synthlet/chorus-t": minor
"@synthlet/clip-amp": minor
"@synthlet/clock": minor
"@synthlet/euclid": minor
"@synthlet/impulse": minor
"@synthlet/lfo": minor
"@synthlet/noise": minor
"@synthlet/polyblep-oscillator": minor
"@synthlet/state-variable-filter": minor
"@synthlet/wavetable-oscillator": minor
---

Initial release
38 changes: 19 additions & 19 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/ad/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@synthlet/ad",
"version": "0.1.0",
"version": "0.0.0",
"description": "Attack-decay envelope generator audio worklet",
"keywords": [
"envelope",
Expand Down
8 changes: 4 additions & 4 deletions packages/adsr/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/adsr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@synthlet/adsr",
"version": "0.1.0",
"version": "0.0.0",
"description": "Adsr generator audio worklet",
"keywords": [
"adsr",
Expand Down
2 changes: 1 addition & 1 deletion packages/chorus-t/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@synthlet/chorus-t",
"version": "0.1.0",
"version": "0.0.0",
"description": "A chorus (based on Tagu Audio Line) audio effect in a worklet",
"keywords": [
"chorus",
Expand Down
2 changes: 1 addition & 1 deletion packages/clip-amp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@synthlet/clip-amp",
"version": "0.1.0",
"version": "0.0.0",
"description": "ClipAmp generator audio worklet",
"keywords": [
"clip-amp",
Expand Down
2 changes: 1 addition & 1 deletion packages/clock/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@synthlet/clock",
"version": "0.1.0",
"version": "0.0.0",
"description": "Clock generator module for Synthlet",
"keywords": [
"clock",
Expand Down
2 changes: 1 addition & 1 deletion packages/euclid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@synthlet/euclid",
"version": "0.1.0",
"version": "0.0.0",
"description": "Euclidean rhythm generator audio worklet",
"keywords": [
"euclidean",
Expand Down
2 changes: 1 addition & 1 deletion packages/impulse/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@synthlet/impulse",
"version": "0.1.0",
"version": "0.0.0",
"description": "Impulse generator audio worklet",
"keywords": [
"impulse",
Expand Down
2 changes: 1 addition & 1 deletion packages/lfo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@synthlet/lfo",
"version": "0.1.0",
"version": "0.0.0",
"description": "A LFO (low frequency oscillator) generator audio worklet",
"keywords": [
"lfo",
Expand Down
2 changes: 1 addition & 1 deletion packages/noise/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@synthlet/noise",
"version": "0.1.0",
"version": "0.0.0",
"description": "Noise generator module for Synthlet",
"keywords": [
"noise"
Expand Down
2 changes: 1 addition & 1 deletion packages/param/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@synthlet/param",
"version": "0.1.0",
"version": "0.0.0",
"description": "Param generator audio worklet",
"keywords": [
"param",
Expand Down
2 changes: 1 addition & 1 deletion packages/polyblep-oscillator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@synthlet/polyblep-oscillator",
"version": "0.1.0",
"version": "0.0.0",
"description": "PolyBLEP Oscillator module for synthlet",
"keywords": [
"modular",
Expand Down
2 changes: 1 addition & 1 deletion packages/state-variable-filter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@synthlet/state-variable-filter",
"version": "0.1.0",
"version": "0.0.0",
"description": "State Variable Filter module for synthlet",
"keywords": [
"modular",
Expand Down
32 changes: 16 additions & 16 deletions packages/synthlet/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "synthlet",
"version": "0.2.0",
"description": "AudioWorklet synth modules",
"version": "0.1.0",
"description": "Modular synthesis in the browser",
"keywords": [
"modular",
"synthesizer",
Expand All @@ -20,20 +20,20 @@
"access": "public"
},
"dependencies": {
"@synthlet/ad": "^0.1.0",
"@synthlet/adsr": "^0.1.0",
"@synthlet/chorus-t": "^0.1.0",
"@synthlet/clip-amp": "^0.1.0",
"@synthlet/clock": "^0.1.0",
"@synthlet/drum8": "^0.1.0",
"@synthlet/euclid": "^0.1.0",
"@synthlet/impulse": "^0.1.0",
"@synthlet/lfo": "^0.1.0",
"@synthlet/noise": "^0.1.0",
"@synthlet/param": "^0.1.0",
"@synthlet/polyblep-oscillator": "^0.1.0",
"@synthlet/state-variable-filter": "^0.1.0",
"@synthlet/wavetable-oscillator": "^0.1.0"
"@synthlet/ad": "^0.0.0",
"@synthlet/adsr": "^0.0.0",
"@synthlet/chorus-t": "^0.0.0",
"@synthlet/clip-amp": "^0.0.0",
"@synthlet/clock": "^0.0.0",
"@synthlet/drum8": "^0.0.0",
"@synthlet/euclid": "^0.0.0",
"@synthlet/impulse": "^0.0.0",
"@synthlet/lfo": "^0.0.0",
"@synthlet/noise": "^0.0.0",
"@synthlet/param": "^0.0.0",
"@synthlet/polyblep-oscillator": "^0.0.0",
"@synthlet/state-variable-filter": "^0.0.0",
"@synthlet/wavetable-oscillator": "^0.0.0"
},
"scripts": {
"build": "tsup src/index.ts --sourcemap --dts --format esm,cjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/wavetable-oscillator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@synthlet/wavetable-oscillator",
"version": "0.1.0",
"version": "0.0.0",
"description": "Wavetable Oscillator module for synthlet",
"keywords": [
"modular",
Expand Down

0 comments on commit 2e7eb2c

Please sign in to comment.