Skip to content

Commit 6b5af07

Browse files
committed
v1.50.2-alpha.0
1 parent 50f76b0 commit 6b5af07

File tree

38 files changed

+215
-53
lines changed

38 files changed

+215
-53
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.50.2-alpha.0](https://github.com/nrkno/tv-automation-package-manager/compare/v1.50.1...v1.50.2-alpha.0) (2024-02-29)
7+
8+
9+
### Bug Fixes
10+
11+
* fix an issue where workers wheren't scaled up properly when expectations where waiting ([81f354c](https://github.com/nrkno/tv-automation-package-manager/commit/81f354c301e587eba6f80b4f33b7fe3ebe14bf49))
12+
* robocopy should not copy timstamps ([5856e55](https://github.com/nrkno/tv-automation-package-manager/commit/5856e5576c60747427712f6a005244150c7b6956))
13+
14+
15+
16+
17+
618
## [1.50.1](https://github.com/nrkno/tv-automation-package-manager/compare/v1.50.0...v1.50.1) (2024-02-22)
719

820
**Note:** Version bump only for package package-manager-monorepo

apps/appcontainer-node/app/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.50.2-alpha.0](https://github.com/nrkno/sofie-package-manager/compare/v1.50.1...v1.50.2-alpha.0) (2024-02-29)
7+
8+
**Note:** Version bump only for package @appcontainer-node/app
9+
10+
11+
12+
13+
614
# [1.50.0](https://github.com/nrkno/tv-automation-package-manager/compare/v1.50.0-alpha.10...v1.50.0) (2024-02-19)
715

816
**Note:** Version bump only for package @appcontainer-node/app

apps/appcontainer-node/app/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@appcontainer-node/app",
3-
"version": "1.50.0",
3+
"version": "1.50.2-alpha.0",
44
"description": "AppContainer-Node.js",
55
"private": true,
66
"scripts": {
@@ -11,7 +11,7 @@
1111
"start": "node dist/index.js"
1212
},
1313
"dependencies": {
14-
"@appcontainer-node/generic": "1.50.0"
14+
"@appcontainer-node/generic": "1.50.2-alpha.0"
1515
},
1616
"prettier": "@sofie-automation/code-standard-preset/.prettierrc.json",
1717
"engines": {

apps/appcontainer-node/packages/generic/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.50.2-alpha.0](https://github.com/nrkno/sofie-package-manager/compare/v1.50.1...v1.50.2-alpha.0) (2024-02-29)
7+
8+
**Note:** Version bump only for package @appcontainer-node/generic
9+
10+
11+
12+
13+
614
# [1.50.0](https://github.com/nrkno/tv-automation-package-manager/compare/v1.50.0-alpha.10...v1.50.0) (2024-02-19)
715

816
**Note:** Version bump only for package @appcontainer-node/generic

apps/appcontainer-node/packages/generic/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@appcontainer-node/generic",
3-
"version": "1.50.0",
3+
"version": "1.50.2-alpha.0",
44
"private": true,
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -13,8 +13,8 @@
1313
"@sofie-automation/shared-lib": "*"
1414
},
1515
"dependencies": {
16-
"@sofie-package-manager/api": "1.50.0",
17-
"@sofie-package-manager/worker": "1.50.0",
16+
"@sofie-package-manager/api": "1.50.2-alpha.0",
17+
"@sofie-package-manager/worker": "1.50.2-alpha.0",
1818
"underscore": "^1.12.0"
1919
},
2020
"devDependencies": {

apps/http-server/app/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.50.2-alpha.0](https://github.com/nrkno/sofie-package-manager/compare/v1.50.1...v1.50.2-alpha.0) (2024-02-29)
7+
8+
**Note:** Version bump only for package @http-server/app
9+
10+
11+
12+
13+
614
# [1.50.0](https://github.com/nrkno/tv-automation-package-manager/compare/v1.50.0-alpha.10...v1.50.0) (2024-02-19)
715

816
**Note:** Version bump only for package @http-server/app

apps/http-server/app/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@http-server/app",
3-
"version": "1.50.0",
3+
"version": "1.50.2-alpha.0",
44
"description": "Upload to and serve proxies of packages",
55
"private": true,
66
"scripts": {
@@ -11,7 +11,7 @@
1111
"start": "node dist/index.js"
1212
},
1313
"dependencies": {
14-
"@http-server/generic": "1.50.0"
14+
"@http-server/generic": "1.50.2-alpha.0"
1515
},
1616
"prettier": "@sofie-automation/code-standard-preset/.prettierrc.json",
1717
"engines": {

apps/http-server/packages/generic/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.50.2-alpha.0](https://github.com/nrkno/sofie-package-manager/compare/v1.50.1...v1.50.2-alpha.0) (2024-02-29)
7+
8+
**Note:** Version bump only for package @http-server/generic
9+
10+
11+
12+
13+
614
# [1.50.0](https://github.com/nrkno/tv-automation-package-manager/compare/v1.50.0-alpha.10...v1.50.0) (2024-02-19)
715

816
**Note:** Version bump only for package @http-server/generic

apps/http-server/packages/generic/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@http-server/generic",
3-
"version": "1.50.0",
3+
"version": "1.50.2-alpha.0",
44
"private": true,
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@koa/cors": "^5.0.0",
14-
"@sofie-package-manager/api": "1.50.0",
14+
"@sofie-package-manager/api": "1.50.2-alpha.0",
1515
"koa": "^2.14.1",
1616
"koa-bodyparser": "^4.3.0",
1717
"koa-range": "^0.3.0",

apps/package-manager/app/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.50.2-alpha.0](https://github.com/nrkno/sofie-package-manager/compare/v1.50.1...v1.50.2-alpha.0) (2024-02-29)
7+
8+
**Note:** Version bump only for package @package-manager/app
9+
10+
11+
12+
13+
614
# [1.50.0](https://github.com/nrkno/tv-automation-package-manager/compare/v1.50.0-alpha.10...v1.50.0) (2024-02-19)
715

816
**Note:** Version bump only for package @package-manager/app

apps/package-manager/app/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@package-manager/app",
3-
"version": "1.50.0",
3+
"version": "1.50.2-alpha.0",
44
"private": true,
55
"scripts": {
66
"build": "yarn rimraf dist && yarn build:main",
@@ -10,7 +10,7 @@
1010
"start": "node dist/index.js"
1111
},
1212
"dependencies": {
13-
"@package-manager/generic": "1.50.0"
13+
"@package-manager/generic": "1.50.2-alpha.0"
1414
},
1515
"prettier": "@sofie-automation/code-standard-preset/.prettierrc.json",
1616
"engines": {

apps/package-manager/packages/generic/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.50.2-alpha.0](https://github.com/nrkno/sofie-package-manager/compare/v1.50.1...v1.50.2-alpha.0) (2024-02-29)
7+
8+
**Note:** Version bump only for package @package-manager/generic
9+
10+
11+
12+
13+
614
# [1.50.0](https://github.com/nrkno/tv-automation-package-manager/compare/v1.50.0-alpha.10...v1.50.0) (2024-02-19)
715

816
**Note:** Version bump only for package @package-manager/generic

apps/package-manager/packages/generic/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@package-manager/generic",
3-
"version": "1.50.0",
3+
"version": "1.50.2-alpha.0",
44
"private": true,
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -15,9 +15,9 @@
1515
},
1616
"dependencies": {
1717
"@parcel/watcher": "^2.3.0",
18-
"@sofie-package-manager/api": "1.50.0",
19-
"@sofie-package-manager/expectation-manager": "1.50.0",
20-
"@sofie-package-manager/worker": "1.50.0",
18+
"@sofie-package-manager/api": "1.50.2-alpha.0",
19+
"@sofie-package-manager/expectation-manager": "1.50.2-alpha.0",
20+
"@sofie-package-manager/worker": "1.50.2-alpha.0",
2121
"data-store": "^4.0.3",
2222
"deep-extend": "^0.6.0",
2323
"fast-clone": "^1.5.13",

apps/quantel-http-transformer-proxy/app/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.50.2-alpha.0](https://github.com/nrkno/sofie-package-manager/compare/v1.50.1...v1.50.2-alpha.0) (2024-02-29)
7+
8+
**Note:** Version bump only for package @quantel-http-transformer-proxy/app
9+
10+
11+
12+
13+
614
# [1.50.0](https://github.com/nrkno/tv-automation-package-manager/compare/v1.50.0-alpha.10...v1.50.0) (2024-02-19)
715

816
**Note:** Version bump only for package @quantel-http-transformer-proxy/app

apps/quantel-http-transformer-proxy/app/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@quantel-http-transformer-proxy/app",
3-
"version": "1.50.0",
3+
"version": "1.50.2-alpha.0",
44
"description": "Proxy for a Quantel HTTP Transformer",
55
"private": true,
66
"scripts": {
@@ -10,7 +10,7 @@
1010
"start": "node dist/index.js"
1111
},
1212
"dependencies": {
13-
"@quantel-http-transformer-proxy/generic": "1.50.0"
13+
"@quantel-http-transformer-proxy/generic": "1.50.2-alpha.0"
1414
},
1515
"prettier": "@sofie-automation/code-standard-preset/.prettierrc.json",
1616
"engines": {

apps/quantel-http-transformer-proxy/packages/generic/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.50.2-alpha.0](https://github.com/nrkno/sofie-package-manager/compare/v1.50.1...v1.50.2-alpha.0) (2024-02-29)
7+
8+
**Note:** Version bump only for package @quantel-http-transformer-proxy/generic
9+
10+
11+
12+
13+
614
# [1.50.0](https://github.com/nrkno/tv-automation-package-manager/compare/v1.50.0-alpha.10...v1.50.0) (2024-02-19)
715

816
**Note:** Version bump only for package @quantel-http-transformer-proxy/generic

apps/quantel-http-transformer-proxy/packages/generic/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@quantel-http-transformer-proxy/generic",
3-
"version": "1.50.0",
3+
"version": "1.50.2-alpha.0",
44
"private": true,
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@koa/cors": "^5.0.0",
14-
"@sofie-package-manager/api": "1.50.0",
14+
"@sofie-package-manager/api": "1.50.2-alpha.0",
1515
"got": "^11.8.6",
1616
"koa": "^2.14.1",
1717
"koa-bodyparser": "^4.3.0",

apps/single-app/app/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.50.2-alpha.0](https://github.com/nrkno/sofie-package-manager/compare/v1.50.1...v1.50.2-alpha.0) (2024-02-29)
7+
8+
**Note:** Version bump only for package @single-app/app
9+
10+
11+
12+
13+
614
## [1.50.1](https://github.com/nrkno/tv-automation-package-manager/compare/v1.50.0...v1.50.1) (2024-02-22)
715

816
**Note:** Version bump only for package @single-app/app

apps/single-app/app/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@single-app/app",
3-
"version": "1.50.1",
3+
"version": "1.50.2-alpha.0",
44
"description": "Package Manager, http-proxy etc.. all in one application",
55
"private": true,
66
"scripts": {
@@ -11,13 +11,13 @@
1111
"start": "node --inspect dist/index.js"
1212
},
1313
"dependencies": {
14-
"@appcontainer-node/generic": "1.50.0",
15-
"@http-server/generic": "1.50.0",
16-
"@package-manager/generic": "1.50.0",
17-
"@quantel-http-transformer-proxy/generic": "1.50.0",
18-
"@sofie-package-manager/api": "1.50.0",
19-
"@sofie-package-manager/worker": "1.50.0",
20-
"@sofie-package-manager/workforce": "1.50.0",
14+
"@appcontainer-node/generic": "1.50.2-alpha.0",
15+
"@http-server/generic": "1.50.2-alpha.0",
16+
"@package-manager/generic": "1.50.2-alpha.0",
17+
"@quantel-http-transformer-proxy/generic": "1.50.2-alpha.0",
18+
"@sofie-package-manager/api": "1.50.2-alpha.0",
19+
"@sofie-package-manager/worker": "1.50.2-alpha.0",
20+
"@sofie-package-manager/workforce": "1.50.2-alpha.0",
2121
"underscore": "^1.12.0"
2222
},
2323
"prettier": "@sofie-automation/code-standard-preset/.prettierrc.json",

apps/worker/app/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.50.2-alpha.0](https://github.com/nrkno/sofie-package-manager/compare/v1.50.1...v1.50.2-alpha.0) (2024-02-29)
7+
8+
**Note:** Version bump only for package @worker/app
9+
10+
11+
12+
13+
614
# [1.50.0](https://github.com/nrkno/tv-automation-package-manager/compare/v1.50.0-alpha.10...v1.50.0) (2024-02-19)
715

816
**Note:** Version bump only for package @worker/app

apps/worker/app/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@worker/app",
3-
"version": "1.50.0",
3+
"version": "1.50.2-alpha.0",
44
"description": "Boilerplace",
55
"private": true,
66
"scripts": {
@@ -12,7 +12,7 @@
1212
"start": "node dist/index.js"
1313
},
1414
"dependencies": {
15-
"@worker/generic": "1.50.0"
15+
"@worker/generic": "1.50.2-alpha.0"
1616
},
1717
"prettier": "@sofie-automation/code-standard-preset/.prettierrc.json",
1818
"engines": {

apps/worker/packages/generic/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.50.2-alpha.0](https://github.com/nrkno/sofie-package-manager/compare/v1.50.1...v1.50.2-alpha.0) (2024-02-29)
7+
8+
**Note:** Version bump only for package @worker/generic
9+
10+
11+
12+
13+
614
# [1.50.0](https://github.com/nrkno/tv-automation-package-manager/compare/v1.50.0-alpha.10...v1.50.0) (2024-02-19)
715

816
**Note:** Version bump only for package @worker/generic

apps/worker/packages/generic/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@worker/generic",
3-
"version": "1.50.0",
3+
"version": "1.50.2-alpha.0",
44
"private": true,
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -10,8 +10,8 @@
1010
"__test": "jest"
1111
},
1212
"dependencies": {
13-
"@sofie-package-manager/api": "1.50.0",
14-
"@sofie-package-manager/worker": "1.50.0"
13+
"@sofie-package-manager/api": "1.50.2-alpha.0",
14+
"@sofie-package-manager/worker": "1.50.2-alpha.0"
1515
},
1616
"prettier": "@sofie-automation/code-standard-preset/.prettierrc.json",
1717
"engines": {

0 commit comments

Comments
 (0)