Skip to content

Commit 607ec07

Browse files
committed
v1.42.0-alpha.5
1 parent a780b0a commit 607ec07

File tree

22 files changed

+119
-25
lines changed

22 files changed

+119
-25
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.42.0-alpha.5](https://github.com/nrkno/tv-automation-package-manager/compare/v1.42.0-alpha.4...v1.42.0-alpha.5) (2023-05-10)
7+
8+
9+
### Bug Fixes
10+
11+
* an issue where worker's log-levels wheren't respected ([a780b0a](https://github.com/nrkno/tv-automation-package-manager/commit/a780b0a5ba31baa4bf3f28260925f44398d52763))
12+
13+
14+
15+
16+
617
# [1.42.0-alpha.4](https://github.com/nrkno/tv-automation-package-manager/compare/v1.42.0-alpha.3...v1.42.0-alpha.4) (2023-05-03)
718

819
**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.42.0-alpha.5](https://github.com/nrkno/tv-automation-package-manager/compare/v1.42.0-alpha.4...v1.42.0-alpha.5) (2023-05-10)
7+
8+
**Note:** Version bump only for package @appcontainer-node/app
9+
10+
11+
12+
13+
614
# [1.42.0-alpha.4](https://github.com/nrkno/tv-automation-package-manager/compare/v1.42.0-alpha.3...v1.42.0-alpha.4) (2023-05-03)
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.42.0-alpha.4",
3+
"version": "1.42.0-alpha.5",
44
"description": "AppContainer-Node.js",
55
"private": true,
66
"scripts": {
@@ -14,7 +14,7 @@
1414
"nexe": "^3.3.7"
1515
},
1616
"dependencies": {
17-
"@appcontainer-node/generic": "1.42.0-alpha.4"
17+
"@appcontainer-node/generic": "1.42.0-alpha.5"
1818
},
1919
"prettier": "@sofie-automation/code-standard-preset/.prettierrc.json",
2020
"engines": {

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

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.42.0-alpha.5](https://github.com/nrkno/tv-automation-package-manager/compare/v1.42.0-alpha.4...v1.42.0-alpha.5) (2023-05-10)
7+
8+
9+
### Bug Fixes
10+
11+
* an issue where worker's log-levels wheren't respected ([a780b0a](https://github.com/nrkno/tv-automation-package-manager/commit/a780b0a5ba31baa4bf3f28260925f44398d52763))
12+
13+
14+
15+
16+
617
# [1.42.0-alpha.4](https://github.com/nrkno/tv-automation-package-manager/compare/v1.42.0-alpha.3...v1.42.0-alpha.4) (2023-05-03)
718

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

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@appcontainer-node/generic",
3-
"version": "1.42.0-alpha.4",
3+
"version": "1.42.0-alpha.5",
44
"private": true,
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@sofie-package-manager/api": "1.42.0-alpha.4",
14-
"@sofie-package-manager/worker": "1.42.0-alpha.4",
14+
"@sofie-package-manager/worker": "1.42.0-alpha.5",
1515
"underscore": "^1.12.0"
1616
},
1717
"devDependencies": {

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.42.0-alpha.5](https://github.com/nrkno/tv-automation-package-manager/compare/v1.42.0-alpha.4...v1.42.0-alpha.5) (2023-05-10)
7+
8+
**Note:** Version bump only for package @package-manager/app
9+
10+
11+
12+
13+
614
# [1.42.0-alpha.4](https://github.com/nrkno/tv-automation-package-manager/compare/v1.42.0-alpha.3...v1.42.0-alpha.4) (2023-05-03)
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.42.0-alpha.4",
3+
"version": "1.42.0-alpha.5",
44
"private": true,
55
"scripts": {
66
"build": "yarn rimraf dist && yarn build:main",
@@ -13,7 +13,7 @@
1313
"nexe": "^3.3.7"
1414
},
1515
"dependencies": {
16-
"@package-manager/generic": "1.42.0-alpha.4"
16+
"@package-manager/generic": "1.42.0-alpha.5"
1717
},
1818
"prettier": "@sofie-automation/code-standard-preset/.prettierrc.json",
1919
"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.42.0-alpha.5](https://github.com/nrkno/tv-automation-package-manager/compare/v1.42.0-alpha.4...v1.42.0-alpha.5) (2023-05-10)
7+
8+
**Note:** Version bump only for package @package-manager/generic
9+
10+
11+
12+
13+
614
# [1.42.0-alpha.4](https://github.com/nrkno/tv-automation-package-manager/compare/v1.42.0-alpha.3...v1.42.0-alpha.4) (2023-05-03)
715

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

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@package-manager/generic",
3-
"version": "1.42.0-alpha.4",
3+
"version": "1.42.0-alpha.5",
44
"private": true,
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -14,8 +14,8 @@
1414
},
1515
"dependencies": {
1616
"@sofie-package-manager/api": "1.42.0-alpha.4",
17-
"@sofie-package-manager/expectation-manager": "1.42.0-alpha.4",
18-
"@sofie-package-manager/worker": "1.42.0-alpha.4",
17+
"@sofie-package-manager/expectation-manager": "1.42.0-alpha.5",
18+
"@sofie-package-manager/worker": "1.42.0-alpha.5",
1919
"chokidar": "^3.5.1",
2020
"data-store": "^4.0.3",
2121
"deep-extend": "^0.6.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.42.0-alpha.5](https://github.com/nrkno/tv-automation-package-manager/compare/v1.42.0-alpha.4...v1.42.0-alpha.5) (2023-05-10)
7+
8+
**Note:** Version bump only for package @single-app/app
9+
10+
11+
12+
13+
614
# [1.42.0-alpha.4](https://github.com/nrkno/tv-automation-package-manager/compare/v1.42.0-alpha.3...v1.42.0-alpha.4) (2023-05-03)
715

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

apps/single-app/app/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@single-app/app",
3-
"version": "1.42.0-alpha.4",
3+
"version": "1.42.0-alpha.5",
44
"description": "Package Manager, http-proxy etc.. all in one application",
55
"private": true,
66
"scripts": {
@@ -14,12 +14,12 @@
1414
"nexe": "^3.3.7"
1515
},
1616
"dependencies": {
17-
"@appcontainer-node/generic": "1.42.0-alpha.4",
17+
"@appcontainer-node/generic": "1.42.0-alpha.5",
1818
"@http-server/generic": "1.42.0-alpha.4",
19-
"@package-manager/generic": "1.42.0-alpha.4",
19+
"@package-manager/generic": "1.42.0-alpha.5",
2020
"@quantel-http-transformer-proxy/generic": "1.42.0-alpha.4",
2121
"@sofie-package-manager/api": "1.42.0-alpha.4",
22-
"@sofie-package-manager/worker": "1.42.0-alpha.4",
22+
"@sofie-package-manager/worker": "1.42.0-alpha.5",
2323
"@sofie-package-manager/workforce": "1.42.0-alpha.4",
2424
"underscore": "^1.12.0"
2525
},

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.42.0-alpha.5](https://github.com/nrkno/tv-automation-package-manager/compare/v1.42.0-alpha.4...v1.42.0-alpha.5) (2023-05-10)
7+
8+
**Note:** Version bump only for package @worker/app
9+
10+
11+
12+
13+
614
# [1.42.0-alpha.4](https://github.com/nrkno/tv-automation-package-manager/compare/v1.42.0-alpha.3...v1.42.0-alpha.4) (2023-05-03)
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.42.0-alpha.4",
3+
"version": "1.42.0-alpha.5",
44
"description": "Boilerplace",
55
"private": true,
66
"scripts": {
@@ -15,7 +15,7 @@
1515
"nexe": "^3.3.7"
1616
},
1717
"dependencies": {
18-
"@worker/generic": "1.42.0-alpha.4"
18+
"@worker/generic": "1.42.0-alpha.5"
1919
},
2020
"prettier": "@sofie-automation/code-standard-preset/.prettierrc.json",
2121
"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.42.0-alpha.5](https://github.com/nrkno/tv-automation-package-manager/compare/v1.42.0-alpha.4...v1.42.0-alpha.5) (2023-05-10)
7+
8+
**Note:** Version bump only for package @worker/generic
9+
10+
11+
12+
13+
614
# [1.42.0-alpha.4](https://github.com/nrkno/tv-automation-package-manager/compare/v1.42.0-alpha.3...v1.42.0-alpha.4) (2023-05-03)
715

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

apps/worker/packages/generic/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@worker/generic",
3-
"version": "1.42.0-alpha.4",
3+
"version": "1.42.0-alpha.5",
44
"private": true,
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@sofie-package-manager/api": "1.42.0-alpha.4",
14-
"@sofie-package-manager/worker": "1.42.0-alpha.4"
14+
"@sofie-package-manager/worker": "1.42.0-alpha.5"
1515
},
1616
"prettier": "@sofie-automation/code-standard-preset/.prettierrc.json",
1717
"engines": {

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"apps/**",
55
"tests/**"
66
],
7-
"version": "1.42.0-alpha.4",
7+
"version": "1.42.0-alpha.5",
88
"npmClient": "yarn",
99
"useWorkspaces": true
1010
}

shared/packages/expectationManager/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.42.0-alpha.5](https://github.com/nrkno/tv-automation-package-manager/compare/v1.42.0-alpha.4...v1.42.0-alpha.5) (2023-05-10)
7+
8+
**Note:** Version bump only for package @sofie-package-manager/expectation-manager
9+
10+
11+
12+
13+
614
# [1.42.0-alpha.4](https://github.com/nrkno/tv-automation-package-manager/compare/v1.42.0-alpha.3...v1.42.0-alpha.4) (2023-05-03)
715

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

shared/packages/expectationManager/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sofie-package-manager/expectation-manager",
3-
"version": "1.42.0-alpha.4",
3+
"version": "1.42.0-alpha.5",
44
"main": "dist/index.js",
55
"types": "dist/index.d.ts",
66
"license": "MIT",
@@ -14,7 +14,7 @@
1414
},
1515
"dependencies": {
1616
"@sofie-package-manager/api": "1.42.0-alpha.4",
17-
"@sofie-package-manager/worker": "1.42.0-alpha.4",
17+
"@sofie-package-manager/worker": "1.42.0-alpha.5",
1818
"@supercharge/promise-pool": "^2.4.0",
1919
"underscore": "^1.12.0"
2020
},

shared/packages/worker/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.42.0-alpha.5](https://github.com/nrkno/tv-automation-package-manager/compare/v1.42.0-alpha.4...v1.42.0-alpha.5) (2023-05-10)
7+
8+
**Note:** Version bump only for package @sofie-package-manager/worker
9+
10+
11+
12+
13+
614
# [1.42.0-alpha.4](https://github.com/nrkno/tv-automation-package-manager/compare/v1.42.0-alpha.3...v1.42.0-alpha.4) (2023-05-03)
715

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

shared/packages/worker/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sofie-package-manager/worker",
3-
"version": "1.42.0-alpha.4",
3+
"version": "1.42.0-alpha.5",
44
"main": "dist/index.js",
55
"types": "dist/index.d.ts",
66
"license": "MIT",

tests/internal-tests/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.42.0-alpha.5](https://github.com/nrkno/tv-automation-package-manager/compare/v1.42.0-alpha.4...v1.42.0-alpha.5) (2023-05-10)
7+
8+
**Note:** Version bump only for package @tests/internal-tests
9+
10+
11+
12+
13+
614
# [1.42.0-alpha.4](https://github.com/nrkno/tv-automation-package-manager/compare/v1.42.0-alpha.3...v1.42.0-alpha.4) (2023-05-03)
715

816
**Note:** Version bump only for package @tests/internal-tests

tests/internal-tests/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tests/internal-tests",
3-
"version": "1.42.0-alpha.4",
3+
"version": "1.42.0-alpha.5",
44
"description": "Internal tests",
55
"private": true,
66
"scripts": {
@@ -15,10 +15,10 @@
1515
},
1616
"dependencies": {
1717
"@http-server/generic": "1.42.0-alpha.4",
18-
"@package-manager/generic": "1.42.0-alpha.4",
18+
"@package-manager/generic": "1.42.0-alpha.5",
1919
"@sofie-package-manager/api": "1.42.0-alpha.4",
20-
"@sofie-package-manager/expectation-manager": "1.42.0-alpha.4",
21-
"@sofie-package-manager/worker": "1.42.0-alpha.4",
20+
"@sofie-package-manager/expectation-manager": "1.42.0-alpha.5",
21+
"@sofie-package-manager/worker": "1.42.0-alpha.5",
2222
"@sofie-package-manager/workforce": "1.42.0-alpha.4",
2323
"underscore": "^1.12.0",
2424
"windows-network-drive": "^4.0.1"

0 commit comments

Comments
 (0)