Skip to content

Commit c8a5466

Browse files
committed
v1.0.2
1 parent 9f04c0f commit c8a5466

File tree

22 files changed

+121
-25
lines changed

22 files changed

+121
-25
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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.0.2](https://github.com/nrkno/tv-automation-package-manager/compare/v1.0.1...v1.0.2) (2021-09-15)
7+
8+
9+
### Bug Fixes
10+
11+
* all handlers that handle http_proxy should also be able to handle http ([feac6d7](https://github.com/nrkno/tv-automation-package-manager/commit/feac6d7dc03817f8ce01594ef2070c7bcb955834))
12+
* previews should support the source-types file-share and http_proxy ([982ff4f](https://github.com/nrkno/tv-automation-package-manager/commit/982ff4f396be8a676a1498c5241ac912a7e3afb7))
+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.0.2](https://github.com/nrkno/tv-automation-package-manager/compare/v1.0.1...v1.0.2) (2021-09-15)
7+
8+
**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.1",
3+
"version": "1.0.2",
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.1"
19+
"@appcontainer-node/generic": "^1.0.2"
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.0.2](https://github.com/nrkno/tv-automation-package-manager/compare/v1.0.1...v1.0.2) (2021-09-15)
7+
8+
**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.0.1",
3+
"version": "1.0.2",
44
"private": true,
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -15,7 +15,7 @@
1515
},
1616
"dependencies": {
1717
"@shared/api": "^1.0.1",
18-
"@shared/worker": "^1.0.1"
18+
"@shared/worker": "^1.0.2"
1919
},
2020
"devDependencies": {
2121
"lint-staged": "^7.2.0"

apps/package-manager/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.0.2](https://github.com/nrkno/tv-automation-package-manager/compare/v1.0.1...v1.0.2) (2021-09-15)
7+
8+
**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.1",
3+
"version": "1.0.2",
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.1"
18+
"@package-manager/generic": "^1.0.2"
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.0.2](https://github.com/nrkno/tv-automation-package-manager/compare/v1.0.1...v1.0.2) (2021-09-15)
7+
8+
**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.0.1",
3+
"version": "1.0.2",
44
"private": true,
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -16,8 +16,8 @@
1616
},
1717
"dependencies": {
1818
"@shared/api": "^1.0.1",
19-
"@shared/expectation-manager": "^1.0.1",
20-
"@shared/worker": "^1.0.1",
19+
"@shared/expectation-manager": "^1.0.2",
20+
"@shared/worker": "^1.0.2",
2121
"chokidar": "^3.5.1",
2222
"deep-extend": "^0.6.0",
2323
"fast-clone": "^1.5.13",

apps/single-app/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.0.2](https://github.com/nrkno/tv-automation-package-manager/compare/v1.0.1...v1.0.2) (2021-09-15)
7+
8+
**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.0.1",
3+
"version": "1.0.2",
44
"description": "Package Manager, http-proxy etc.. all in one application",
55
"private": true,
66
"scripts": {
@@ -16,12 +16,12 @@
1616
"nexe": "^3.3.7"
1717
},
1818
"dependencies": {
19-
"@appcontainer-node/generic": "^1.0.1",
19+
"@appcontainer-node/generic": "^1.0.2",
2020
"@http-server/generic": "^1.0.1",
21-
"@package-manager/generic": "^1.0.1",
21+
"@package-manager/generic": "^1.0.2",
2222
"@quantel-http-transformer-proxy/generic": "^1.0.1",
2323
"@shared/api": "^1.0.1",
24-
"@shared/worker": "^1.0.1",
24+
"@shared/worker": "^1.0.2",
2525
"@shared/workforce": "^1.0.1",
2626
"underscore": "^1.12.0"
2727
},

apps/worker/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.0.2](https://github.com/nrkno/tv-automation-package-manager/compare/v1.0.1...v1.0.2) (2021-09-15)
7+
8+
**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.1",
3+
"version": "1.0.2",
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.1"
20+
"@worker/generic": "^1.0.2"
2121
},
2222
"peerDependencies": {
2323
"@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.0.2](https://github.com/nrkno/tv-automation-package-manager/compare/v1.0.1...v1.0.2) (2021-09-15)
7+
8+
**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.0.1",
3+
"version": "1.0.2",
44
"private": true,
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -15,7 +15,7 @@
1515
},
1616
"dependencies": {
1717
"@shared/api": "^1.0.1",
18-
"@shared/worker": "^1.0.1"
18+
"@shared/worker": "^1.0.2"
1919
},
2020
"devDependencies": {
2121
"lint-staged": "^7.2.0"

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"apps/**",
55
"tests/**"
66
],
7-
"version": "1.0.1",
7+
"version": "1.0.2",
88
"npmClient": "yarn",
99
"useWorkspaces": true
1010
}
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.0.2](https://github.com/nrkno/tv-automation-package-manager/compare/v1.0.1...v1.0.2) (2021-09-15)
7+
8+
**Note:** Version bump only for package @shared/expectation-manager

shared/packages/expectationManager/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shared/expectation-manager",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"main": "dist/index.js",
55
"types": "dist/index.d.ts",
66
"license": "MIT",
@@ -18,7 +18,7 @@
1818
},
1919
"dependencies": {
2020
"@shared/api": "^1.0.1",
21-
"@shared/worker": "^1.0.1",
21+
"@shared/worker": "^1.0.2",
2222
"@sofie-automation/blueprints-integration": "*",
2323
"@supercharge/promise-pool": "^1.7.0",
2424
"underscore": "^1.12.0"

shared/packages/worker/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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.0.2](https://github.com/nrkno/tv-automation-package-manager/compare/v1.0.1...v1.0.2) (2021-09-15)
7+
8+
9+
### Bug Fixes
10+
11+
* all handlers that handle http_proxy should also be able to handle http ([feac6d7](https://github.com/nrkno/tv-automation-package-manager/commit/feac6d7dc03817f8ce01594ef2070c7bcb955834))
12+
* previews should support the source-types file-share and http_proxy ([982ff4f](https://github.com/nrkno/tv-automation-package-manager/commit/982ff4f396be8a676a1498c5241ac912a7e3afb7))

shared/packages/worker/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shared/worker",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
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
@@ -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.0.2](https://github.com/nrkno/tv-automation-package-manager/compare/v1.0.1...v1.0.2) (2021-09-15)
7+
8+
**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.0.1",
3+
"version": "1.0.2",
44
"description": "Internal tests",
55
"private": true,
66
"scripts": {
@@ -18,10 +18,10 @@
1818
},
1919
"dependencies": {
2020
"@http-server/generic": "^1.0.1",
21-
"@package-manager/generic": "^1.0.1",
21+
"@package-manager/generic": "^1.0.2",
2222
"@shared/api": "^1.0.1",
23-
"@shared/expectation-manager": "^1.0.1",
24-
"@shared/worker": "^1.0.1",
23+
"@shared/expectation-manager": "^1.0.2",
24+
"@shared/worker": "^1.0.2",
2525
"@shared/workforce": "^1.0.1",
2626
"underscore": "^1.12.0"
2727
},

0 commit comments

Comments
 (0)