diff --git a/CHANGELOG.md b/CHANGELOG.md index 93b29d47..696d0c75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.50.7](https://github.com/nrkno/tv-automation-package-manager/compare/v1.50.6...v1.50.7) (2024-07-04) + + +### Bug Fixes + +* 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)) +* improve the info message at '/' and refactor ([d5ac4a1](https://github.com/nrkno/tv-automation-package-manager/commit/d5ac4a15468f568a27d2d8704559fd4ded7e36f3)) +* 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)) + + + + + # [1.50.5](https://github.com/nrkno/tv-automation-package-manager/compare/v1.50.4...v1.50.5) (2024-04-09) ### Bug Fixes diff --git a/apps/http-server/app/CHANGELOG.md b/apps/http-server/app/CHANGELOG.md index 600d2030..f4d02c46 100644 --- a/apps/http-server/app/CHANGELOG.md +++ b/apps/http-server/app/CHANGELOG.md @@ -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.50.7](https://github.com/nrkno/tv-automation-package-manager/compare/v1.50.6...v1.50.7) (2024-07-04) + +**Note:** Version bump only for package @http-server/app + + + + + # [1.50.5](https://github.com/nrkno/tv-automation-package-manager/compare/v1.50.4...v1.50.5) (2024-04-09) **Note:** Version bump only for package @http-server/app diff --git a/apps/http-server/app/package.json b/apps/http-server/app/package.json index 643289b5..896a49e4 100644 --- a/apps/http-server/app/package.json +++ b/apps/http-server/app/package.json @@ -1,6 +1,6 @@ { "name": "@http-server/app", - "version": "1.50.6", + "version": "1.50.7", "description": "Upload to and serve proxies of packages", "private": true, "scripts": { @@ -11,7 +11,7 @@ "start": "node dist/index.js" }, "dependencies": { - "@http-server/generic": "1.50.6", + "@http-server/generic": "1.50.7", "rimraf": "^5.0.5" }, "prettier": "@sofie-automation/code-standard-preset/.prettierrc.json", diff --git a/apps/http-server/packages/generic/CHANGELOG.md b/apps/http-server/packages/generic/CHANGELOG.md index f12da781..0435c01f 100644 --- a/apps/http-server/packages/generic/CHANGELOG.md +++ b/apps/http-server/packages/generic/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.50.7](https://github.com/nrkno/tv-automation-package-manager/compare/v1.50.6...v1.50.7) (2024-07-04) + + +### Bug Fixes + +* 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)) +* improve the info message at '/' and refactor ([d5ac4a1](https://github.com/nrkno/tv-automation-package-manager/commit/d5ac4a15468f568a27d2d8704559fd4ded7e36f3)) +* 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)) + + + + + # [1.50.5](https://github.com/nrkno/tv-automation-package-manager/compare/v1.50.4...v1.50.5) (2024-04-09) **Note:** Version bump only for package @http-server/generic diff --git a/apps/http-server/packages/generic/package.json b/apps/http-server/packages/generic/package.json index 9346c0a5..f4b450ec 100644 --- a/apps/http-server/packages/generic/package.json +++ b/apps/http-server/packages/generic/package.json @@ -1,6 +1,6 @@ { "name": "@http-server/generic", - "version": "1.50.6", + "version": "1.50.7", "private": true, "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/apps/single-app/app/CHANGELOG.md b/apps/single-app/app/CHANGELOG.md index a0d5dddf..6c0b81a4 100644 --- a/apps/single-app/app/CHANGELOG.md +++ b/apps/single-app/app/CHANGELOG.md @@ -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.50.7](https://github.com/nrkno/tv-automation-package-manager/compare/v1.50.6...v1.50.7) (2024-07-04) + +**Note:** Version bump only for package @single-app/app + + + + + # [1.50.5](https://github.com/nrkno/tv-automation-package-manager/compare/v1.50.4...v1.50.5) (2024-04-09) **Note:** Version bump only for package @single-app/app diff --git a/apps/single-app/app/package.json b/apps/single-app/app/package.json index c902e0b8..2e8e668f 100644 --- a/apps/single-app/app/package.json +++ b/apps/single-app/app/package.json @@ -1,6 +1,6 @@ { "name": "@single-app/app", - "version": "1.50.6", + "version": "1.50.7", "description": "Package Manager, http-proxy etc.. all in one application", "private": true, "scripts": { @@ -17,7 +17,7 @@ }, "dependencies": { "@appcontainer-node/generic": "1.50.6", - "@http-server/generic": "1.50.6", + "@http-server/generic": "1.50.7", "@package-manager/generic": "1.50.6", "@quantel-http-transformer-proxy/generic": "1.50.6", "@sofie-package-manager/api": "1.50.6", diff --git a/lerna.json b/lerna.json index 51647bc8..a2cb5eb7 100644 --- a/lerna.json +++ b/lerna.json @@ -4,6 +4,6 @@ "apps/**", "tests/**" ], - "version": "1.50.6", + "version": "1.50.7", "npmClient": "yarn" } diff --git a/tests/internal-tests/CHANGELOG.md b/tests/internal-tests/CHANGELOG.md index 22a665f3..c4e5442a 100644 --- a/tests/internal-tests/CHANGELOG.md +++ b/tests/internal-tests/CHANGELOG.md @@ -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.50.7](https://github.com/nrkno/tv-automation-package-manager/compare/v1.50.6...v1.50.7) (2024-07-04) + +**Note:** Version bump only for package @tests/internal-tests + + + + + # [1.50.5](https://github.com/nrkno/tv-automation-package-manager/compare/v1.50.4...v1.50.5) (2024-04-09) ### Bug Fixes diff --git a/tests/internal-tests/package.json b/tests/internal-tests/package.json index 31a5f701..10e558d0 100644 --- a/tests/internal-tests/package.json +++ b/tests/internal-tests/package.json @@ -1,6 +1,6 @@ { "name": "@tests/internal-tests", - "version": "1.50.6", + "version": "1.50.7", "description": "Internal tests", "private": true, "scripts": { @@ -19,7 +19,7 @@ "tv-automation-quantel-gateway-client": "^3.1.7" }, "dependencies": { - "@http-server/generic": "1.50.6", + "@http-server/generic": "1.50.7", "@package-manager/generic": "1.50.6", "@sofie-package-manager/api": "1.50.6", "@sofie-package-manager/expectation-manager": "1.50.6", diff --git a/yarn.lock b/yarn.lock index 1563a003..4befdab0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -596,13 +596,13 @@ __metadata: version: 0.0.0-use.local resolution: "@http-server/app@workspace:apps/http-server/app" dependencies: - "@http-server/generic": "npm:1.50.6" + "@http-server/generic": "npm:1.50.7" lerna: "npm:^6.6.1" rimraf: "npm:^5.0.5" languageName: unknown linkType: soft -"@http-server/generic@npm:1.50.6, @http-server/generic@workspace:apps/http-server/packages/generic": +"@http-server/generic@npm:1.50.7, @http-server/generic@workspace:apps/http-server/packages/generic": version: 0.0.0-use.local resolution: "@http-server/generic@workspace:apps/http-server/packages/generic" dependencies: @@ -1892,7 +1892,7 @@ __metadata: resolution: "@single-app/app@workspace:apps/single-app/app" dependencies: "@appcontainer-node/generic": "npm:1.50.6" - "@http-server/generic": "npm:1.50.6" + "@http-server/generic": "npm:1.50.7" "@package-manager/generic": "npm:1.50.6" "@quantel-http-transformer-proxy/generic": "npm:1.50.6" "@sofie-package-manager/api": "npm:1.50.6" @@ -2096,7 +2096,7 @@ __metadata: version: 0.0.0-use.local resolution: "@tests/internal-tests@workspace:tests/internal-tests" dependencies: - "@http-server/generic": "npm:1.50.6" + "@http-server/generic": "npm:1.50.7" "@package-manager/generic": "npm:1.50.6" "@sofie-package-manager/api": "npm:1.50.6" "@sofie-package-manager/expectation-manager": "npm:1.50.6"