Skip to content

Commit

Permalink
1.0.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rihardsgravis committed Jan 20, 2021
1 parent 9830c53 commit bdf8180
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [v1.0.3](https://github.com/spectrome/patchcab/compare/1.0.2...1.0.3)

> 19 January 2021
### Fixes

- Straight patch cable drawn incorrectly [#3](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)

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

> 19 January 2021
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.2",
"version": "1.0.3",
"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.2",
"version": "1.0.3",
"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.2"
"@patchcab/core": "1.0.3"
}
}

1 comment on commit bdf8180

@vercel
Copy link

@vercel vercel bot commented on bdf8180 Jan 20, 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.