Skip to content

Commit 99424a6

Browse files
committed
v1.50.7
1 parent 09691ec commit 99424a6

File tree

11 files changed

+62
-12
lines changed

11 files changed

+62
-12
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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.7](https://github.com/nrkno/tv-automation-package-manager/compare/v1.50.6...v1.50.7) (2024-07-04)
7+
8+
9+
### Bug Fixes
10+
11+
* http-server: add '/list' endpoint, that displays a HTML page with a list of the packages ([1acfb0c](https://github.com/nrkno/tv-automation-package-manager/commit/1acfb0c21d0b4a0cbf76a959cff83ea2a8cdd102))
12+
* improve the info message at '/' and refactor ([d5ac4a1](https://github.com/nrkno/tv-automation-package-manager/commit/d5ac4a15468f568a27d2d8704559fd4ded7e36f3))
13+
* the path need to be relative to account for when the http-server is proxied ([79e67b4](https://github.com/nrkno/tv-automation-package-manager/commit/79e67b4d1c189a643b6ac8ed8b2c190db2cecf84))
14+
15+
16+
17+
18+
619
# [1.50.5](https://github.com/nrkno/tv-automation-package-manager/compare/v1.50.4...v1.50.5) (2024-04-09)
720

821
### Bug Fixes

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.7](https://github.com/nrkno/tv-automation-package-manager/compare/v1.50.6...v1.50.7) (2024-07-04)
7+
8+
**Note:** Version bump only for package @http-server/app
9+
10+
11+
12+
13+
614
# [1.50.5](https://github.com/nrkno/tv-automation-package-manager/compare/v1.50.4...v1.50.5) (2024-04-09)
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.6",
3+
"version": "1.50.7",
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.6",
14+
"@http-server/generic": "1.50.7",
1515
"rimraf": "^5.0.5"
1616
},
1717
"prettier": "@sofie-automation/code-standard-preset/.prettierrc.json",

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

+13
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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.7](https://github.com/nrkno/tv-automation-package-manager/compare/v1.50.6...v1.50.7) (2024-07-04)
7+
8+
9+
### Bug Fixes
10+
11+
* http-server: add '/list' endpoint, that displays a HTML page with a list of the packages ([1acfb0c](https://github.com/nrkno/tv-automation-package-manager/commit/1acfb0c21d0b4a0cbf76a959cff83ea2a8cdd102))
12+
* improve the info message at '/' and refactor ([d5ac4a1](https://github.com/nrkno/tv-automation-package-manager/commit/d5ac4a15468f568a27d2d8704559fd4ded7e36f3))
13+
* the path need to be relative to account for when the http-server is proxied ([79e67b4](https://github.com/nrkno/tv-automation-package-manager/commit/79e67b4d1c189a643b6ac8ed8b2c190db2cecf84))
14+
15+
16+
17+
18+
619
# [1.50.5](https://github.com/nrkno/tv-automation-package-manager/compare/v1.50.4...v1.50.5) (2024-04-09)
720

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

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@http-server/generic",
3-
"version": "1.50.6",
3+
"version": "1.50.7",
44
"private": true,
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

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.7](https://github.com/nrkno/tv-automation-package-manager/compare/v1.50.6...v1.50.7) (2024-07-04)
7+
8+
**Note:** Version bump only for package @single-app/app
9+
10+
11+
12+
13+
614
# [1.50.5](https://github.com/nrkno/tv-automation-package-manager/compare/v1.50.4...v1.50.5) (2024-04-09)
715

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

apps/single-app/app/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@single-app/app",
3-
"version": "1.50.6",
3+
"version": "1.50.7",
44
"description": "Package Manager, http-proxy etc.. all in one application",
55
"private": true,
66
"scripts": {
@@ -17,7 +17,7 @@
1717
},
1818
"dependencies": {
1919
"@appcontainer-node/generic": "1.50.6",
20-
"@http-server/generic": "1.50.6",
20+
"@http-server/generic": "1.50.7",
2121
"@package-manager/generic": "1.50.6",
2222
"@quantel-http-transformer-proxy/generic": "1.50.6",
2323
"@sofie-package-manager/api": "1.50.6",

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"apps/**",
55
"tests/**"
66
],
7-
"version": "1.50.6",
7+
"version": "1.50.7",
88
"npmClient": "yarn"
99
}

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.50.7](https://github.com/nrkno/tv-automation-package-manager/compare/v1.50.6...v1.50.7) (2024-07-04)
7+
8+
**Note:** Version bump only for package @tests/internal-tests
9+
10+
11+
12+
13+
614
# [1.50.5](https://github.com/nrkno/tv-automation-package-manager/compare/v1.50.4...v1.50.5) (2024-04-09)
715

816
### Bug Fixes

tests/internal-tests/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tests/internal-tests",
3-
"version": "1.50.6",
3+
"version": "1.50.7",
44
"description": "Internal tests",
55
"private": true,
66
"scripts": {
@@ -19,7 +19,7 @@
1919
"tv-automation-quantel-gateway-client": "^3.1.7"
2020
},
2121
"dependencies": {
22-
"@http-server/generic": "1.50.6",
22+
"@http-server/generic": "1.50.7",
2323
"@package-manager/generic": "1.50.6",
2424
"@sofie-package-manager/api": "1.50.6",
2525
"@sofie-package-manager/expectation-manager": "1.50.6",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -596,13 +596,13 @@ __metadata:
596596
version: 0.0.0-use.local
597597
resolution: "@http-server/app@workspace:apps/http-server/app"
598598
dependencies:
599-
"@http-server/generic": "npm:1.50.6"
599+
"@http-server/generic": "npm:1.50.7"
600600
lerna: "npm:^6.6.1"
601601
rimraf: "npm:^5.0.5"
602602
languageName: unknown
603603
linkType: soft
604604

605-
"@http-server/generic@npm:1.50.6, @http-server/generic@workspace:apps/http-server/packages/generic":
605+
"@http-server/generic@npm:1.50.7, @http-server/generic@workspace:apps/http-server/packages/generic":
606606
version: 0.0.0-use.local
607607
resolution: "@http-server/generic@workspace:apps/http-server/packages/generic"
608608
dependencies:
@@ -1892,7 +1892,7 @@ __metadata:
18921892
resolution: "@single-app/app@workspace:apps/single-app/app"
18931893
dependencies:
18941894
"@appcontainer-node/generic": "npm:1.50.6"
1895-
"@http-server/generic": "npm:1.50.6"
1895+
"@http-server/generic": "npm:1.50.7"
18961896
"@package-manager/generic": "npm:1.50.6"
18971897
"@quantel-http-transformer-proxy/generic": "npm:1.50.6"
18981898
"@sofie-package-manager/api": "npm:1.50.6"
@@ -2096,7 +2096,7 @@ __metadata:
20962096
version: 0.0.0-use.local
20972097
resolution: "@tests/internal-tests@workspace:tests/internal-tests"
20982098
dependencies:
2099-
"@http-server/generic": "npm:1.50.6"
2099+
"@http-server/generic": "npm:1.50.7"
21002100
"@package-manager/generic": "npm:1.50.6"
21012101
"@sofie-package-manager/api": "npm:1.50.6"
21022102
"@sofie-package-manager/expectation-manager": "npm:1.50.6"

0 commit comments

Comments
 (0)