diff --git a/CHANGELOG.md b/CHANGELOG.md index 73708089..031de74a 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,28 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.1.0](https://github.com/nrkno/tv-automation-mos-connection/compare/v4.0.0...v4.1.0) (2024-04-02) + + +### Bug Fixes + +* add .snap file for open media test ([9bb6825](https://github.com/nrkno/tv-automation-mos-connection/commit/9bb6825cb2986d3ce3ac90a8c7ef2c7f3a6f5adc)) +* add 'N/A' to supported profiles ([c56007a](https://github.com/nrkno/tv-automation-mos-connection/commit/c56007a161b034ebe411b9848fa079f684bc9d51)) +* lint fix and Porfile0-non-strict snapsot ([dfbc4c1](https://github.com/nrkno/tv-automation-mos-connection/commit/dfbc4c1fccf66b717aec16ea033b81e28a68455e)) +* OpenMedia returns an empty object {} as time, will be set as current time instead. ([7a2531a](https://github.com/nrkno/tv-automation-mos-connection/commit/7a2531afd711f1d62d3bb121592b6f6194c42a91)) +* optional on xmlSupportedProfiles as OpemMedia has this undefined ([b0ed480](https://github.com/nrkno/tv-automation-mos-connection/commit/b0ed48051134c39f105ed15e5c660d2c9819d4ef)) + + +### Features + +* add access to stric t value un mosSocketClient ([c85b837](https://github.com/nrkno/tv-automation-mos-connection/commit/c85b837cbfb0b7b7367f9ca0bf402e70d181930e)) +* add test for opem media ([18362f7](https://github.com/nrkno/tv-automation-mos-connection/commit/18362f74f2362eac650bddd257e3d2ef391f6c5d)) +* new function _getMessageId to manage when no messageId ([19f8231](https://github.com/nrkno/tv-automation-mos-connection/commit/19f82311252c9b5e8c1a0ba8b901438c42e3c9d3)) + + + + + # [4.0.0](https://github.com/nrkno/tv-automation-mos-connection/compare/v3.0.7...v4.0.0) (2024-02-02) ### ⚠ BREAKING CHANGES diff --git a/lerna.json b/lerna.json index b0775e4a..bb595f68 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/*" ], - "version": "4.0.0", + "version": "4.1.0", "npmClient": "yarn", "useWorkspaces": true } diff --git a/packages/connector/CHANGELOG.md b/packages/connector/CHANGELOG.md index 25777da3..99860278 100644 --- a/packages/connector/CHANGELOG.md +++ b/packages/connector/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.1.0](https://github.com/nrkno/sofie-mos-connection/compare/v4.0.0...v4.1.0) (2024-04-02) + + +### Bug Fixes + +* add .snap file for open media test ([9bb6825](https://github.com/nrkno/sofie-mos-connection/commit/9bb6825cb2986d3ce3ac90a8c7ef2c7f3a6f5adc)) +* lint fix and Porfile0-non-strict snapsot ([dfbc4c1](https://github.com/nrkno/sofie-mos-connection/commit/dfbc4c1fccf66b717aec16ea033b81e28a68455e)) + + +### Features + +* add access to stric t value un mosSocketClient ([c85b837](https://github.com/nrkno/sofie-mos-connection/commit/c85b837cbfb0b7b7367f9ca0bf402e70d181930e)) +* add test for opem media ([18362f7](https://github.com/nrkno/sofie-mos-connection/commit/18362f74f2362eac650bddd257e3d2ef391f6c5d)) +* new function _getMessageId to manage when no messageId ([19f8231](https://github.com/nrkno/sofie-mos-connection/commit/19f82311252c9b5e8c1a0ba8b901438c42e3c9d3)) + + + + + # [4.0.0](https://github.com/nrkno/sofie-mos-connection/compare/v3.0.7...v4.0.0) (2024-02-02) ### ⚠ BREAKING CHANGES diff --git a/packages/connector/package.json b/packages/connector/package.json index 513fc8e4..d64b1321 100644 --- a/packages/connector/package.json +++ b/packages/connector/package.json @@ -1,6 +1,6 @@ { "name": "@mos-connection/connector", - "version": "4.0.0", + "version": "4.1.0", "description": "MOS compliant TCP/IP Socket connection.", "main": "dist/index.js", "typings": "dist/index.d.ts", @@ -29,8 +29,8 @@ "/LICENSE" ], "dependencies": { - "@mos-connection/helper": "4.0.0", - "@mos-connection/model": "4.0.0", + "@mos-connection/helper": "4.1.0", + "@mos-connection/model": "4.1.0", "iconv-lite": "^0.6.3", "tslib": "^2.5.3", "xml-js": "^1.6.11", diff --git a/packages/examples/package.json b/packages/examples/package.json index 384c5aa3..6f5e5c3a 100644 --- a/packages/examples/package.json +++ b/packages/examples/package.json @@ -23,7 +23,7 @@ "node": ">=14.18.0" }, "dependencies": { - "@mos-connection/connector": "4.0.0" + "@mos-connection/connector": "4.1.0" }, "prettier": "@sofie-automation/code-standard-preset/.prettierrc.json", "lint-staged": { diff --git a/packages/helper/CHANGELOG.md b/packages/helper/CHANGELOG.md index f1fd7e45..abb6b1ad 100644 --- a/packages/helper/CHANGELOG.md +++ b/packages/helper/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.1.0](https://github.com/nrkno/sofie-mos-connection/compare/v4.0.0...v4.1.0) (2024-04-02) + + +### Bug Fixes + +* optional on xmlSupportedProfiles as OpemMedia has this undefined ([b0ed480](https://github.com/nrkno/sofie-mos-connection/commit/b0ed48051134c39f105ed15e5c660d2c9819d4ef)) + + + + + # [4.0.0](https://github.com/nrkno/sofie-mos-connection/compare/v3.0.7...v4.0.0) (2024-02-02) ### Bug Fixes diff --git a/packages/helper/package.json b/packages/helper/package.json index a9f10b20..15ee69b8 100644 --- a/packages/helper/package.json +++ b/packages/helper/package.json @@ -1,6 +1,6 @@ { "name": "@mos-connection/helper", - "version": "4.0.0", + "version": "4.1.0", "description": "Helper functions for the MOS-connection library", "main": "dist/index.js", "typings": "dist/index.d.ts", @@ -29,7 +29,7 @@ "/LICENSE" ], "dependencies": { - "@mos-connection/model": "4.0.0", + "@mos-connection/model": "4.1.0", "iconv-lite": "^0.6.3", "tslib": "^2.5.3", "xml-js": "^1.6.11", diff --git a/packages/model/CHANGELOG.md b/packages/model/CHANGELOG.md index c2806649..a9f603a5 100644 --- a/packages/model/CHANGELOG.md +++ b/packages/model/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.1.0](https://github.com/nrkno/sofie-mos-connection/compare/v4.0.0...v4.1.0) (2024-04-02) + + +### Bug Fixes + +* add 'N/A' to supported profiles ([c56007a](https://github.com/nrkno/sofie-mos-connection/commit/c56007a161b034ebe411b9848fa079f684bc9d51)) +* OpenMedia returns an empty object {} as time, will be set as current time instead. ([7a2531a](https://github.com/nrkno/sofie-mos-connection/commit/7a2531afd711f1d62d3bb121592b6f6194c42a91)) + + + + + # [4.0.0](https://github.com/nrkno/sofie-mos-connection/compare/v3.0.7...v4.0.0) (2024-02-02) ### Bug Fixes diff --git a/packages/model/package.json b/packages/model/package.json index 17ec4a6c..5eb6f01e 100644 --- a/packages/model/package.json +++ b/packages/model/package.json @@ -1,6 +1,6 @@ { "name": "@mos-connection/model", - "version": "4.0.0", + "version": "4.1.0", "description": "Types and enums for the mos-connection library", "main": "dist/index.js", "typings": "dist/index.d.ts", diff --git a/packages/quick-mos/package.json b/packages/quick-mos/package.json index c5a9f128..90b1ab28 100644 --- a/packages/quick-mos/package.json +++ b/packages/quick-mos/package.json @@ -39,8 +39,8 @@ "typescript": "~4.9.5" }, "dependencies": { - "@mos-connection/connector": "4.0.0", - "@mos-connection/model": "4.0.0", + "@mos-connection/connector": "4.1.0", + "@mos-connection/model": "4.1.0", "chokidar": "^3.5.3", "fast-clone": "^1.5.13", "tslib": "^2.5.3", diff --git a/yarn.lock b/yarn.lock index 899da16b..fb685464 100644 --- a/yarn.lock +++ b/yarn.lock @@ -962,12 +962,12 @@ __metadata: languageName: node linkType: hard -"@mos-connection/connector@4.0.0, @mos-connection/connector@workspace:packages/connector": +"@mos-connection/connector@4.1.0, @mos-connection/connector@workspace:packages/connector": version: 0.0.0-use.local resolution: "@mos-connection/connector@workspace:packages/connector" dependencies: - "@mos-connection/helper": 4.0.0 - "@mos-connection/model": 4.0.0 + "@mos-connection/helper": 4.1.0 + "@mos-connection/model": 4.1.0 "@sofie-automation/code-standard-preset": "*" iconv-lite: ^0.6.3 tslib: ^2.5.3 @@ -977,11 +977,11 @@ __metadata: languageName: unknown linkType: soft -"@mos-connection/helper@4.0.0, @mos-connection/helper@workspace:packages/helper": +"@mos-connection/helper@4.1.0, @mos-connection/helper@workspace:packages/helper": version: 0.0.0-use.local resolution: "@mos-connection/helper@workspace:packages/helper" dependencies: - "@mos-connection/model": 4.0.0 + "@mos-connection/model": 4.1.0 "@sofie-automation/code-standard-preset": "*" iconv-lite: ^0.6.3 tslib: ^2.5.3 @@ -991,7 +991,7 @@ __metadata: languageName: unknown linkType: soft -"@mos-connection/model@4.0.0, @mos-connection/model@workspace:packages/model": +"@mos-connection/model@4.1.0, @mos-connection/model@workspace:packages/model": version: 0.0.0-use.local resolution: "@mos-connection/model@workspace:packages/model" dependencies: @@ -6618,7 +6618,7 @@ __metadata: version: 0.0.0-use.local resolution: "mos-examples@workspace:packages/examples" dependencies: - "@mos-connection/connector": 4.0.0 + "@mos-connection/connector": 4.1.0 "@sofie-automation/code-standard-preset": "*" typescript: ~4.9.5 languageName: unknown @@ -7855,8 +7855,8 @@ __metadata: version: 0.0.0-use.local resolution: "quick-mos@workspace:packages/quick-mos" dependencies: - "@mos-connection/connector": 4.0.0 - "@mos-connection/model": 4.0.0 + "@mos-connection/connector": 4.1.0 + "@mos-connection/model": 4.1.0 "@sofie-automation/code-standard-preset": "*" "@types/node": ^20.10.5 "@types/underscore": ^1.11.5