Skip to content

Commit

Permalink
chore(release): 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fmalcher committed Sep 14, 2024
1 parent 1d1acb0 commit 9d22f63
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [2.5.0](https://github.com/fmalcher/soundcraft-ui/compare/v2.4.1...v2.5.0) (2024-09-14)

### Features

- add support for saving/updating snapshots ([26d50d7](https://github.com/fmalcher/soundcraft-ui/commit/26d50d72098c79be379b70f09e603d6debecfc4e))

### Other

- nx update to 19.7.3 ([1d1acb0](https://github.com/fmalcher/soundcraft-ui/commit/1d1acb0257c5b5d391931bc3c0c1cea7c060b344))
- remove unused imports ([90b3855](https://github.com/fmalcher/soundcraft-ui/commit/90b385542db5936599e89fdc783c1a50ef7439f2))
- **testbed:** migrate inputs/outputs to signal functions ([f09bafe](https://github.com/fmalcher/soundcraft-ui/commit/f09bafe5e76e6582de488c5f5956b39eb2ed96ad))

### [2.4.1](https://github.com/fmalcher/soundcraft-ui/compare/v2.4.0...v2.4.1) (2024-09-09)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "soundcraft-ui",
"version": "2.4.1",
"version": "2.5.0",
"license": "MIT",
"author": "Ferdinand Malcher <[email protected]>",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/mixer-connection/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "soundcraft-ui-connection",
"description": "Library for controlling the Soundcraft Ui series audio mixers",
"version": "2.4.1",
"version": "2.5.0",
"type": "commonjs",
"license": "MIT",
"author": "Ferdinand Malcher <[email protected]>",
Expand Down

0 comments on commit 9d22f63

Please sign in to comment.