Skip to content

Commit

Permalink
v4.2.1-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jstarpl committed Jan 10, 2025
1 parent 64771f5 commit 3d76560
Show file tree
Hide file tree
Showing 11 changed files with 60 additions and 19 deletions.
11 changes: 11 additions & 0 deletions 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.2.1-alpha.0](https://github.com/nrkno/tv-automation-mos-connection/compare/v4.2.0...v4.2.1-alpha.0) (2025-01-10)


### Bug Fixes

* add helper functions for dealing with AnyXmlValue and export them ([e4a5f48](https://github.com/nrkno/tv-automation-mos-connection/commit/e4a5f482efb1bd07ce0a9f07d1bdfd9a1ed8063d))





# [4.2.0](https://github.com/nrkno/tv-automation-mos-connection/compare/v4.1.0...v4.2.0) (2024-12-05)


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.2.0",
"version": "4.2.1-alpha.0",
"npmClient": "yarn",
"useWorkspaces": true
}
8 changes: 8 additions & 0 deletions packages/connector/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.2.1-alpha.0](https://github.com/nrkno/sofie-mos-connection/compare/v4.2.0...v4.2.1-alpha.0) (2025-01-10)

**Note:** Version bump only for package @mos-connection/connector





# [4.2.0](https://github.com/nrkno/sofie-mos-connection/compare/v4.1.0...v4.2.0) (2024-12-05)


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.2.0",
"version": "4.2.1-alpha.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.2.0",
"@mos-connection/model": "4.2.0",
"@mos-connection/helper": "4.2.1-alpha.0",
"@mos-connection/model": "4.2.1-alpha.0",
"eventemitter3": "^5.0.1",
"iconv-lite": "^0.6.3",
"tslib": "^2.5.3",
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.2.0"
"@mos-connection/connector": "4.2.1-alpha.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.2.1-alpha.0](https://github.com/nrkno/sofie-mos-connection/compare/v4.2.0...v4.2.1-alpha.0) (2025-01-10)


### Bug Fixes

* add helper functions for dealing with AnyXmlValue and export them ([e4a5f48](https://github.com/nrkno/sofie-mos-connection/commit/e4a5f482efb1bd07ce0a9f07d1bdfd9a1ed8063d))





# [4.2.0](https://github.com/nrkno/sofie-mos-connection/compare/v4.1.0...v4.2.0) (2024-12-05)


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.2.0",
"version": "4.2.1-alpha.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.2.0",
"@mos-connection/model": "4.2.1-alpha.0",
"iconv-lite": "^0.6.3",
"tslib": "^2.5.3",
"xml-js": "^1.6.11",
Expand Down
11 changes: 11 additions & 0 deletions packages/model/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.2.1-alpha.0](https://github.com/nrkno/sofie-mos-connection/compare/v4.2.0...v4.2.1-alpha.0) (2025-01-10)


### Bug Fixes

* add helper functions for dealing with AnyXmlValue and export them ([e4a5f48](https://github.com/nrkno/sofie-mos-connection/commit/e4a5f482efb1bd07ce0a9f07d1bdfd9a1ed8063d))





# [4.2.0](https://github.com/nrkno/sofie-mos-connection/compare/v4.1.0...v4.2.0) (2024-12-05)


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.2.0",
"version": "4.2.1-alpha.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.2.0",
"@mos-connection/model": "4.2.0",
"@mos-connection/connector": "4.2.1-alpha.0",
"@mos-connection/model": "4.2.1-alpha.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/[email protected], @mos-connection/connector@workspace:packages/connector":
"@mos-connection/[email protected].1-alpha.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.2.0
"@mos-connection/model": 4.2.0
"@mos-connection/helper": 4.2.1-alpha.0
"@mos-connection/model": 4.2.1-alpha.0
"@sofie-automation/code-standard-preset": "*"
eventemitter3: ^5.0.1
iconv-lite: ^0.6.3
Expand All @@ -978,11 +978,11 @@ __metadata:
languageName: unknown
linkType: soft

"@mos-connection/[email protected], @mos-connection/helper@workspace:packages/helper":
"@mos-connection/[email protected].1-alpha.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.2.0
"@mos-connection/model": 4.2.1-alpha.0
"@sofie-automation/code-standard-preset": "*"
iconv-lite: ^0.6.3
tslib: ^2.5.3
Expand All @@ -992,7 +992,7 @@ __metadata:
languageName: unknown
linkType: soft

"@mos-connection/[email protected], @mos-connection/model@workspace:packages/model":
"@mos-connection/[email protected].1-alpha.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 @@ -6626,7 +6626,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "mos-examples@workspace:packages/examples"
dependencies:
"@mos-connection/connector": 4.2.0
"@mos-connection/connector": 4.2.1-alpha.0
"@sofie-automation/code-standard-preset": "*"
typescript: ~4.9.5
languageName: unknown
Expand Down Expand Up @@ -7863,8 +7863,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "quick-mos@workspace:packages/quick-mos"
dependencies:
"@mos-connection/connector": 4.2.0
"@mos-connection/model": 4.2.0
"@mos-connection/connector": 4.2.1-alpha.0
"@mos-connection/model": 4.2.1-alpha.0
"@sofie-automation/code-standard-preset": "*"
"@types/node": ^20.10.5
"@types/underscore": ^1.11.5
Expand Down

0 comments on commit 3d76560

Please sign in to comment.