Skip to content

Commit 6bd1c44

Browse files
committed
v1.1.0
1 parent 9ae5809 commit 6bd1c44

File tree

38 files changed

+257
-53
lines changed

38 files changed

+257
-53
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
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.1.0](https://github.com/nrkno/tv-automation-package-manager/compare/v1.0.2...v1.1.0) (2021-09-28)
7+
8+
9+
### Bug Fixes
10+
11+
* better handling of timed out jobs ([82bb9fc](https://github.com/nrkno/tv-automation-package-manager/commit/82bb9fc40f95636d6352a563f0d21fbcff59556e))
12+
* bug fix: set the priority of the smartbull clip ([b74f239](https://github.com/nrkno/tv-automation-package-manager/commit/b74f239ddafd0494c96669d45a1d12e8746df095))
13+
* clarify priorities ([8351e8b](https://github.com/nrkno/tv-automation-package-manager/commit/8351e8b19cf6629e30f83476876f6ee7cd1fb072))
14+
15+
16+
### Features
17+
18+
* back-port release37-features onto release36 ([e2955ec](https://github.com/nrkno/tv-automation-package-manager/commit/e2955ec72a545756c5e270141530c158d27d08e8))
19+
20+
21+
22+
23+
624
## [1.0.2](https://github.com/nrkno/tv-automation-package-manager/compare/v1.0.1...v1.0.2) (2021-09-15)
725

826

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.1.0](https://github.com/nrkno/tv-automation-package-manager/compare/v1.0.2...v1.1.0) (2021-09-28)
7+
8+
**Note:** Version bump only for package @appcontainer-node/app
9+
10+
11+
12+
13+
614
## [1.0.2](https://github.com/nrkno/tv-automation-package-manager/compare/v1.0.1...v1.0.2) (2021-09-15)
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.0.2",
3+
"version": "1.1.0",
44
"description": "AppContainer-Node.js",
55
"private": true,
66
"scripts": {
@@ -16,7 +16,7 @@
1616
"nexe": "^3.3.7"
1717
},
1818
"dependencies": {
19-
"@appcontainer-node/generic": "^1.0.2"
19+
"@appcontainer-node/generic": "^1.1.0"
2020
},
2121
"peerDependencies": {
2222
"@sofie-automation/blueprints-integration": "*"

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.1.0](https://github.com/nrkno/tv-automation-package-manager/compare/v1.0.2...v1.1.0) (2021-09-28)
7+
8+
9+
### Features
10+
11+
* back-port release37-features onto release36 ([e2955ec](https://github.com/nrkno/tv-automation-package-manager/commit/e2955ec72a545756c5e270141530c158d27d08e8))
12+
13+
14+
15+
16+
617
## [1.0.2](https://github.com/nrkno/tv-automation-package-manager/compare/v1.0.1...v1.0.2) (2021-09-15)
718

819
**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.0.2",
3+
"version": "1.1.0",
44
"private": true,
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -14,8 +14,8 @@
1414
"@sofie-automation/blueprints-integration": "*"
1515
},
1616
"dependencies": {
17-
"@shared/api": "^1.0.1",
18-
"@shared/worker": "^1.0.2"
17+
"@shared/api": "^1.1.0",
18+
"@shared/worker": "^1.1.0"
1919
},
2020
"devDependencies": {
2121
"lint-staged": "^7.2.0"

apps/http-server/app/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [1.1.0](https://github.com/nrkno/tv-automation-package-manager/compare/v1.0.2...v1.1.0) (2021-09-28)
7+
8+
**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.0.1",
3+
"version": "1.1.0",
44
"description": "Upload to and serve proxies of packages",
55
"private": true,
66
"scripts": {
@@ -16,7 +16,7 @@
1616
"nexe": "^3.3.7"
1717
},
1818
"dependencies": {
19-
"@http-server/generic": "^1.0.1"
19+
"@http-server/generic": "^1.1.0"
2020
},
2121
"peerDependencies": {
2222
"@sofie-automation/blueprints-integration": "*"
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [1.1.0](https://github.com/nrkno/tv-automation-package-manager/compare/v1.0.2...v1.1.0) (2021-09-28)
7+
8+
**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.0.1",
3+
"version": "1.1.0",
44
"private": true,
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -16,7 +16,7 @@
1616
"dependencies": {
1717
"@koa/cors": "^3.0.0",
1818
"@koa/multer": "3.0.0",
19-
"@shared/api": "^1.0.1",
19+
"@shared/api": "^1.1.0",
2020
"koa": "^2.11.0",
2121
"koa-bodyparser": "^4.3.0",
2222
"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.1.0](https://github.com/nrkno/tv-automation-package-manager/compare/v1.0.2...v1.1.0) (2021-09-28)
7+
8+
**Note:** Version bump only for package @package-manager/app
9+
10+
11+
12+
13+
614
## [1.0.2](https://github.com/nrkno/tv-automation-package-manager/compare/v1.0.1...v1.0.2) (2021-09-15)
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.0.2",
3+
"version": "1.1.0",
44
"private": true,
55
"scripts": {
66
"build": "rimraf dist && yarn build:main",
@@ -15,7 +15,7 @@
1515
"nexe": "^3.3.7"
1616
},
1717
"dependencies": {
18-
"@package-manager/generic": "^1.0.2"
18+
"@package-manager/generic": "^1.1.0"
1919
},
2020
"peerDependencies": {
2121
"@sofie-automation/blueprints-integration": "*"

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

+17
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
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.1.0](https://github.com/nrkno/tv-automation-package-manager/compare/v1.0.2...v1.1.0) (2021-09-28)
7+
8+
9+
### Bug Fixes
10+
11+
* bug fix: set the priority of the smartbull clip ([b74f239](https://github.com/nrkno/tv-automation-package-manager/commit/b74f239ddafd0494c96669d45a1d12e8746df095))
12+
* clarify priorities ([8351e8b](https://github.com/nrkno/tv-automation-package-manager/commit/8351e8b19cf6629e30f83476876f6ee7cd1fb072))
13+
14+
15+
### Features
16+
17+
* back-port release37-features onto release36 ([e2955ec](https://github.com/nrkno/tv-automation-package-manager/commit/e2955ec72a545756c5e270141530c158d27d08e8))
18+
19+
20+
21+
22+
623
## [1.0.2](https://github.com/nrkno/tv-automation-package-manager/compare/v1.0.1...v1.0.2) (2021-09-15)
724

825
**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.0.2",
3+
"version": "1.1.0",
44
"private": true,
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -15,9 +15,9 @@
1515
"@sofie-automation/server-core-integration": "*"
1616
},
1717
"dependencies": {
18-
"@shared/api": "^1.0.1",
19-
"@shared/expectation-manager": "^1.0.2",
20-
"@shared/worker": "^1.0.2",
18+
"@shared/api": "^1.1.0",
19+
"@shared/expectation-manager": "^1.1.0",
20+
"@shared/worker": "^1.1.0",
2121
"chokidar": "^3.5.1",
2222
"deep-extend": "^0.6.0",
2323
"fast-clone": "^1.5.13",
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [1.1.0](https://github.com/nrkno/tv-automation-package-manager/compare/v1.0.2...v1.1.0) (2021-09-28)
7+
8+
**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.0.1",
3+
"version": "1.1.0",
44
"description": "Proxy for a Quantel HTTP Transformer",
55
"private": true,
66
"scripts": {
@@ -15,7 +15,7 @@
1515
"nexe": "^3.3.7"
1616
},
1717
"dependencies": {
18-
"@quantel-http-transformer-proxy/generic": "^1.0.1"
18+
"@quantel-http-transformer-proxy/generic": "^1.1.0"
1919
},
2020
"peerDependencies": {
2121
"@sofie-automation/blueprints-integration": "*"
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [1.1.0](https://github.com/nrkno/tv-automation-package-manager/compare/v1.0.2...v1.1.0) (2021-09-28)
7+
8+
**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.0.1",
3+
"version": "1.1.0",
44
"private": true,
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -16,7 +16,7 @@
1616
"dependencies": {
1717
"@koa/cors": "^3.0.0",
1818
"@koa/multer": "3.0.0",
19-
"@shared/api": "^1.0.1",
19+
"@shared/api": "^1.1.0",
2020
"got": "^11.8.2",
2121
"koa": "^2.11.0",
2222
"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.1.0](https://github.com/nrkno/tv-automation-package-manager/compare/v1.0.2...v1.1.0) (2021-09-28)
7+
8+
**Note:** Version bump only for package @single-app/app
9+
10+
11+
12+
13+
614
## [1.0.2](https://github.com/nrkno/tv-automation-package-manager/compare/v1.0.1...v1.0.2) (2021-09-15)
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.0.2",
3+
"version": "1.1.0",
44
"description": "Package Manager, http-proxy etc.. all in one application",
55
"private": true,
66
"scripts": {
@@ -16,13 +16,13 @@
1616
"nexe": "^3.3.7"
1717
},
1818
"dependencies": {
19-
"@appcontainer-node/generic": "^1.0.2",
20-
"@http-server/generic": "^1.0.1",
21-
"@package-manager/generic": "^1.0.2",
22-
"@quantel-http-transformer-proxy/generic": "^1.0.1",
23-
"@shared/api": "^1.0.1",
24-
"@shared/worker": "^1.0.2",
25-
"@shared/workforce": "^1.0.1",
19+
"@appcontainer-node/generic": "^1.1.0",
20+
"@http-server/generic": "^1.1.0",
21+
"@package-manager/generic": "^1.1.0",
22+
"@quantel-http-transformer-proxy/generic": "^1.1.0",
23+
"@shared/api": "^1.1.0",
24+
"@shared/worker": "^1.1.0",
25+
"@shared/workforce": "^1.1.0",
2626
"underscore": "^1.12.0"
2727
},
2828
"peerDependencies": {

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.1.0](https://github.com/nrkno/tv-automation-package-manager/compare/v1.0.2...v1.1.0) (2021-09-28)
7+
8+
**Note:** Version bump only for package @worker/app
9+
10+
11+
12+
13+
614
## [1.0.2](https://github.com/nrkno/tv-automation-package-manager/compare/v1.0.1...v1.0.2) (2021-09-15)
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.0.2",
3+
"version": "1.1.0",
44
"description": "Boilerplace",
55
"private": true,
66
"scripts": {
@@ -17,7 +17,7 @@
1717
"nexe": "^3.3.7"
1818
},
1919
"dependencies": {
20-
"@worker/generic": "^1.0.2"
20+
"@worker/generic": "^1.1.0"
2121
},
2222
"peerDependencies": {
2323
"@sofie-automation/blueprints-integration": "*"

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.1.0](https://github.com/nrkno/tv-automation-package-manager/compare/v1.0.2...v1.1.0) (2021-09-28)
7+
8+
**Note:** Version bump only for package @worker/generic
9+
10+
11+
12+
13+
614
## [1.0.2](https://github.com/nrkno/tv-automation-package-manager/compare/v1.0.1...v1.0.2) (2021-09-15)
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.0.2",
3+
"version": "1.1.0",
44
"private": true,
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -14,8 +14,8 @@
1414
"@sofie-automation/blueprints-integration": "*"
1515
},
1616
"dependencies": {
17-
"@shared/api": "^1.0.1",
18-
"@shared/worker": "^1.0.2"
17+
"@shared/api": "^1.1.0",
18+
"@shared/worker": "^1.1.0"
1919
},
2020
"devDependencies": {
2121
"lint-staged": "^7.2.0"

apps/workforce/app/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [1.1.0](https://github.com/nrkno/tv-automation-package-manager/compare/v1.0.2...v1.1.0) (2021-09-28)
7+
8+
**Note:** Version bump only for package @workforce/app

0 commit comments

Comments
 (0)