Skip to content

Commit

Permalink
chore(release): 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fmalcher committed Oct 15, 2023
1 parent fc27778 commit 73c7d68
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 4 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

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.1.0](https://github.com/fmalcher/soundcraft-ui/compare/v2.0.1...v2.1.0) (2023-10-15)

### Features

- add support for automix ([c2fa5e7](https://github.com/fmalcher/soundcraft-ui/commit/c2fa5e7ef1093d5a8672c46181e4a01bf7f75286))

### Bug Fixes

- fix ESLint execution with Nx package ([94aeb19](https://github.com/fmalcher/soundcraft-ui/commit/94aeb19a9bb8a2eefd5fb6aaa8d0ab365eb82c7c))

### Other

- nx migrate to 16.8 ([aeda5d9](https://github.com/fmalcher/soundcraft-ui/commit/aeda5d9a778bac152c477eabc90879bf5cf37082))
- nx update to 16.10 ([fc27778](https://github.com/fmalcher/soundcraft-ui/commit/fc2777826f866d78a0d8c0bce226af9b996bfcfc))
- player track selection ([63bec3a](https://github.com/fmalcher/soundcraft-ui/commit/63bec3ad3186d46b973db9ddf2aca8df09765d77))
- rename function to linearMappingValueToRange ([738b436](https://github.com/fmalcher/soundcraft-ui/commit/738b436ae9326761989223ce6fc9dd12a41873f8))

### [2.0.1](https://github.com/fmalcher/soundcraft-ui/compare/v2.0.0...v2.0.1) (2023-05-23)

### 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.0.1",
"version": "2.1.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.0.1",
"version": "2.1.0",
"type": "commonjs",
"license": "MIT",
"author": "Ferdinand Malcher <[email protected]>",
Expand Down

0 comments on commit 73c7d68

Please sign in to comment.