From 73c7d68406c706dc4b0382a7f0d44cdcee472ad3 Mon Sep 17 00:00:00 2001 From: Ferdinand Malcher Date: Sun, 15 Oct 2023 22:15:04 +0200 Subject: [PATCH] chore(release): 2.1.0 --- CHANGELOG.md | 17 +++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- packages/mixer-connection/package.json | 2 +- 4 files changed, 21 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc67e8a..4f11ed5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package-lock.json b/package-lock.json index 67e8dcd..de2f828 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "soundcraft-ui", - "version": "2.0.1", + "version": "2.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "soundcraft-ui", - "version": "2.0.1", + "version": "2.1.0", "license": "MIT", "dependencies": { "@angular/common": "16.2.2", diff --git a/package.json b/package.json index 5403256..e9d86c6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "soundcraft-ui", - "version": "2.0.1", + "version": "2.1.0", "license": "MIT", "author": "Ferdinand Malcher ", "repository": { diff --git a/packages/mixer-connection/package.json b/packages/mixer-connection/package.json index b948073..916d38c 100644 --- a/packages/mixer-connection/package.json +++ b/packages/mixer-connection/package.json @@ -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 ",