Skip to content

Commit

Permalink
Release 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rihardsgravis committed Jan 21, 2021
1 parent 11bba18 commit 657fffb
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 5 deletions.
16 changes: 14 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,22 @@
## [v1.0.4](https://github.com/spectrome/patchcab/compare/1.0.3...1.0.4)

> 22 January 2021
### Updates

- Interface UX updates [#6](https://github.com/spectrome/patchcab/pull/6)

### Modules

- ADSR, LFO, VOL and OUT module parameter range tweaks [#5](https://github.com/spectrome/patchcab/pull/5)

## [v1.0.3](https://github.com/spectrome/patchcab/compare/1.0.2...1.0.3)

> 19 January 2021
> 20 January 2021
### Fixes

- Straight patch cable drawn incorrectly [#3](https://github.com/spectrome/patchcab/pull/1)
- Straight patch cable drawn incorrectly [#1](https://github.com/spectrome/patchcab/pull/1)
- Context menu shows under cables [#2](https://github.com/spectrome/patchcab/pull/2)
- Connecting input patch to input patch results in error [#3](https://github.com/spectrome/patchcab/pull/3)

Expand Down
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@patchcab/core",
"version": "1.0.3",
"version": "1.0.4",
"description": "Modular Eurorack style synthesizer made with Web Audio",
"license": "MIT",
"author": "Spectrome <[email protected]>",
Expand Down
4 changes: 2 additions & 2 deletions modules/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@patchcab/modules",
"version": "1.0.3",
"version": "1.0.4",
"license": "MIT",
"author": "Spectrome <[email protected]>",
"files": [
Expand Down Expand Up @@ -219,6 +219,6 @@
"svelteSortOrder": "options-scripts-styles-markup"
},
"devDependencies": {
"@patchcab/core": "1.0.3"
"@patchcab/core": "1.0.4"
}
}

1 comment on commit 657fffb

@vercel
Copy link

@vercel vercel bot commented on 657fffb Jan 21, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.