Skip to content

Commit

Permalink
v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nytamin committed Apr 2, 2024
1 parent 46b0eae commit dcf23cb
Show file tree
Hide file tree
Showing 11 changed files with 83 additions and 19 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "4.0.0",
"version": "4.1.0",
"npmClient": "yarn",
"useWorkspaces": true
}
19 changes: 19 additions & 0 deletions packages/connector/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions packages/connector/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
11 changes: 11 additions & 0 deletions packages/helper/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/helper/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down
12 changes: 12 additions & 0 deletions packages/model/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/model/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/quick-mos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit dcf23cb

Please sign in to comment.