Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nytamin committed Sep 28, 2021
1 parent 9ae5809 commit 6bd1c44
Show file tree
Hide file tree
Showing 38 changed files with 257 additions and 53 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.1.0](https://github.com/nrkno/tv-automation-package-manager/compare/v1.0.2...v1.1.0) (2021-09-28)


### Bug Fixes

* better handling of timed out jobs ([82bb9fc](https://github.com/nrkno/tv-automation-package-manager/commit/82bb9fc40f95636d6352a563f0d21fbcff59556e))
* bug fix: set the priority of the smartbull clip ([b74f239](https://github.com/nrkno/tv-automation-package-manager/commit/b74f239ddafd0494c96669d45a1d12e8746df095))
* clarify priorities ([8351e8b](https://github.com/nrkno/tv-automation-package-manager/commit/8351e8b19cf6629e30f83476876f6ee7cd1fb072))


### Features

* back-port release37-features onto release36 ([e2955ec](https://github.com/nrkno/tv-automation-package-manager/commit/e2955ec72a545756c5e270141530c158d27d08e8))





## [1.0.2](https://github.com/nrkno/tv-automation-package-manager/compare/v1.0.1...v1.0.2) (2021-09-15)


Expand Down
8 changes: 8 additions & 0 deletions apps/appcontainer-node/app/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.

# [1.1.0](https://github.com/nrkno/tv-automation-package-manager/compare/v1.0.2...v1.1.0) (2021-09-28)

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





## [1.0.2](https://github.com/nrkno/tv-automation-package-manager/compare/v1.0.1...v1.0.2) (2021-09-15)

**Note:** Version bump only for package @appcontainer-node/app
4 changes: 2 additions & 2 deletions apps/appcontainer-node/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@appcontainer-node/app",
"version": "1.0.2",
"version": "1.1.0",
"description": "AppContainer-Node.js",
"private": true,
"scripts": {
Expand All @@ -16,7 +16,7 @@
"nexe": "^3.3.7"
},
"dependencies": {
"@appcontainer-node/generic": "^1.0.2"
"@appcontainer-node/generic": "^1.1.0"
},
"peerDependencies": {
"@sofie-automation/blueprints-integration": "*"
Expand Down
11 changes: 11 additions & 0 deletions apps/appcontainer-node/packages/generic/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.

# [1.1.0](https://github.com/nrkno/tv-automation-package-manager/compare/v1.0.2...v1.1.0) (2021-09-28)


### Features

* back-port release37-features onto release36 ([e2955ec](https://github.com/nrkno/tv-automation-package-manager/commit/e2955ec72a545756c5e270141530c158d27d08e8))





## [1.0.2](https://github.com/nrkno/tv-automation-package-manager/compare/v1.0.1...v1.0.2) (2021-09-15)

**Note:** Version bump only for package @appcontainer-node/generic
6 changes: 3 additions & 3 deletions apps/appcontainer-node/packages/generic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@appcontainer-node/generic",
"version": "1.0.2",
"version": "1.1.0",
"private": true,
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -14,8 +14,8 @@
"@sofie-automation/blueprints-integration": "*"
},
"dependencies": {
"@shared/api": "^1.0.1",
"@shared/worker": "^1.0.2"
"@shared/api": "^1.1.0",
"@shared/worker": "^1.1.0"
},
"devDependencies": {
"lint-staged": "^7.2.0"
Expand Down
8 changes: 8 additions & 0 deletions apps/http-server/app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.1.0](https://github.com/nrkno/tv-automation-package-manager/compare/v1.0.2...v1.1.0) (2021-09-28)

**Note:** Version bump only for package @http-server/app
4 changes: 2 additions & 2 deletions apps/http-server/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@http-server/app",
"version": "1.0.1",
"version": "1.1.0",
"description": "Upload to and serve proxies of packages",
"private": true,
"scripts": {
Expand All @@ -16,7 +16,7 @@
"nexe": "^3.3.7"
},
"dependencies": {
"@http-server/generic": "^1.0.1"
"@http-server/generic": "^1.1.0"
},
"peerDependencies": {
"@sofie-automation/blueprints-integration": "*"
Expand Down
8 changes: 8 additions & 0 deletions apps/http-server/packages/generic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.1.0](https://github.com/nrkno/tv-automation-package-manager/compare/v1.0.2...v1.1.0) (2021-09-28)

**Note:** Version bump only for package @http-server/generic
4 changes: 2 additions & 2 deletions apps/http-server/packages/generic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@http-server/generic",
"version": "1.0.1",
"version": "1.1.0",
"private": true,
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -16,7 +16,7 @@
"dependencies": {
"@koa/cors": "^3.0.0",
"@koa/multer": "3.0.0",
"@shared/api": "^1.0.1",
"@shared/api": "^1.1.0",
"koa": "^2.11.0",
"koa-bodyparser": "^4.3.0",
"koa-range": "^0.3.0",
Expand Down
8 changes: 8 additions & 0 deletions apps/package-manager/app/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.

# [1.1.0](https://github.com/nrkno/tv-automation-package-manager/compare/v1.0.2...v1.1.0) (2021-09-28)

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





## [1.0.2](https://github.com/nrkno/tv-automation-package-manager/compare/v1.0.1...v1.0.2) (2021-09-15)

**Note:** Version bump only for package @package-manager/app
4 changes: 2 additions & 2 deletions apps/package-manager/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@package-manager/app",
"version": "1.0.2",
"version": "1.1.0",
"private": true,
"scripts": {
"build": "rimraf dist && yarn build:main",
Expand All @@ -15,7 +15,7 @@
"nexe": "^3.3.7"
},
"dependencies": {
"@package-manager/generic": "^1.0.2"
"@package-manager/generic": "^1.1.0"
},
"peerDependencies": {
"@sofie-automation/blueprints-integration": "*"
Expand Down
17 changes: 17 additions & 0 deletions apps/package-manager/packages/generic/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.1.0](https://github.com/nrkno/tv-automation-package-manager/compare/v1.0.2...v1.1.0) (2021-09-28)


### Bug Fixes

* bug fix: set the priority of the smartbull clip ([b74f239](https://github.com/nrkno/tv-automation-package-manager/commit/b74f239ddafd0494c96669d45a1d12e8746df095))
* clarify priorities ([8351e8b](https://github.com/nrkno/tv-automation-package-manager/commit/8351e8b19cf6629e30f83476876f6ee7cd1fb072))


### Features

* back-port release37-features onto release36 ([e2955ec](https://github.com/nrkno/tv-automation-package-manager/commit/e2955ec72a545756c5e270141530c158d27d08e8))





## [1.0.2](https://github.com/nrkno/tv-automation-package-manager/compare/v1.0.1...v1.0.2) (2021-09-15)

**Note:** Version bump only for package @package-manager/generic
8 changes: 4 additions & 4 deletions apps/package-manager/packages/generic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@package-manager/generic",
"version": "1.0.2",
"version": "1.1.0",
"private": true,
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -15,9 +15,9 @@
"@sofie-automation/server-core-integration": "*"
},
"dependencies": {
"@shared/api": "^1.0.1",
"@shared/expectation-manager": "^1.0.2",
"@shared/worker": "^1.0.2",
"@shared/api": "^1.1.0",
"@shared/expectation-manager": "^1.1.0",
"@shared/worker": "^1.1.0",
"chokidar": "^3.5.1",
"deep-extend": "^0.6.0",
"fast-clone": "^1.5.13",
Expand Down
8 changes: 8 additions & 0 deletions apps/quantel-http-transformer-proxy/app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.1.0](https://github.com/nrkno/tv-automation-package-manager/compare/v1.0.2...v1.1.0) (2021-09-28)

**Note:** Version bump only for package @quantel-http-transformer-proxy/app
4 changes: 2 additions & 2 deletions apps/quantel-http-transformer-proxy/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@quantel-http-transformer-proxy/app",
"version": "1.0.1",
"version": "1.1.0",
"description": "Proxy for a Quantel HTTP Transformer",
"private": true,
"scripts": {
Expand All @@ -15,7 +15,7 @@
"nexe": "^3.3.7"
},
"dependencies": {
"@quantel-http-transformer-proxy/generic": "^1.0.1"
"@quantel-http-transformer-proxy/generic": "^1.1.0"
},
"peerDependencies": {
"@sofie-automation/blueprints-integration": "*"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.1.0](https://github.com/nrkno/tv-automation-package-manager/compare/v1.0.2...v1.1.0) (2021-09-28)

**Note:** Version bump only for package @quantel-http-transformer-proxy/generic
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@quantel-http-transformer-proxy/generic",
"version": "1.0.1",
"version": "1.1.0",
"private": true,
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -16,7 +16,7 @@
"dependencies": {
"@koa/cors": "^3.0.0",
"@koa/multer": "3.0.0",
"@shared/api": "^1.0.1",
"@shared/api": "^1.1.0",
"got": "^11.8.2",
"koa": "^2.11.0",
"koa-bodyparser": "^4.3.0",
Expand Down
8 changes: 8 additions & 0 deletions apps/single-app/app/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.

# [1.1.0](https://github.com/nrkno/tv-automation-package-manager/compare/v1.0.2...v1.1.0) (2021-09-28)

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





## [1.0.2](https://github.com/nrkno/tv-automation-package-manager/compare/v1.0.1...v1.0.2) (2021-09-15)

**Note:** Version bump only for package @single-app/app
16 changes: 8 additions & 8 deletions apps/single-app/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@single-app/app",
"version": "1.0.2",
"version": "1.1.0",
"description": "Package Manager, http-proxy etc.. all in one application",
"private": true,
"scripts": {
Expand All @@ -16,13 +16,13 @@
"nexe": "^3.3.7"
},
"dependencies": {
"@appcontainer-node/generic": "^1.0.2",
"@http-server/generic": "^1.0.1",
"@package-manager/generic": "^1.0.2",
"@quantel-http-transformer-proxy/generic": "^1.0.1",
"@shared/api": "^1.0.1",
"@shared/worker": "^1.0.2",
"@shared/workforce": "^1.0.1",
"@appcontainer-node/generic": "^1.1.0",
"@http-server/generic": "^1.1.0",
"@package-manager/generic": "^1.1.0",
"@quantel-http-transformer-proxy/generic": "^1.1.0",
"@shared/api": "^1.1.0",
"@shared/worker": "^1.1.0",
"@shared/workforce": "^1.1.0",
"underscore": "^1.12.0"
},
"peerDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions apps/worker/app/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.

# [1.1.0](https://github.com/nrkno/tv-automation-package-manager/compare/v1.0.2...v1.1.0) (2021-09-28)

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





## [1.0.2](https://github.com/nrkno/tv-automation-package-manager/compare/v1.0.1...v1.0.2) (2021-09-15)

**Note:** Version bump only for package @worker/app
4 changes: 2 additions & 2 deletions apps/worker/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@worker/app",
"version": "1.0.2",
"version": "1.1.0",
"description": "Boilerplace",
"private": true,
"scripts": {
Expand All @@ -17,7 +17,7 @@
"nexe": "^3.3.7"
},
"dependencies": {
"@worker/generic": "^1.0.2"
"@worker/generic": "^1.1.0"
},
"peerDependencies": {
"@sofie-automation/blueprints-integration": "*"
Expand Down
8 changes: 8 additions & 0 deletions apps/worker/packages/generic/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.

# [1.1.0](https://github.com/nrkno/tv-automation-package-manager/compare/v1.0.2...v1.1.0) (2021-09-28)

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





## [1.0.2](https://github.com/nrkno/tv-automation-package-manager/compare/v1.0.1...v1.0.2) (2021-09-15)

**Note:** Version bump only for package @worker/generic
6 changes: 3 additions & 3 deletions apps/worker/packages/generic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@worker/generic",
"version": "1.0.2",
"version": "1.1.0",
"private": true,
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -14,8 +14,8 @@
"@sofie-automation/blueprints-integration": "*"
},
"dependencies": {
"@shared/api": "^1.0.1",
"@shared/worker": "^1.0.2"
"@shared/api": "^1.1.0",
"@shared/worker": "^1.1.0"
},
"devDependencies": {
"lint-staged": "^7.2.0"
Expand Down
8 changes: 8 additions & 0 deletions apps/workforce/app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.1.0](https://github.com/nrkno/tv-automation-package-manager/compare/v1.0.2...v1.1.0) (2021-09-28)

**Note:** Version bump only for package @workforce/app
Loading

0 comments on commit 6bd1c44

Please sign in to comment.