Skip to content

Commit

Permalink
1.0.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rihardsgravis committed Jan 23, 2021
1 parent fb2a8bd commit 3eea06d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [v1.0.5](https://github.com/spectrome/patchcab/compare/1.0.4...1.0.5)

> 22 January 2021
### Fixes

- Fix empty space calculation on module addition [#7](https://github.com/spectrome/patchcab/pull/7)
- Fix drag action to calculate cursor position offset [#8](https://github.com/spectrome/patchcab/pull/8)
- Skip existing patches on state import [#9](https://github.com/spectrome/patchcab/pull/9)
- Fix duplicate connection callbacks triggered [#10](https://github.com/spectrome/patchcab/pull/10)

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

> 22 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.4",
"version": "1.0.5",
"description": "Modular Eurorack style synthesizer made with Web Audio",
"license": "MIT",
"author": "Spectrome <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion modules/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@patchcab/modules",
"version": "1.0.4",
"version": "1.0.5",
"license": "MIT",
"author": "Spectrome <[email protected]>",
"files": [
Expand Down

1 comment on commit 3eea06d

@vercel
Copy link

@vercel vercel bot commented on 3eea06d Jan 23, 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.