Skip to content

Commit

Permalink
v1.50.7
Browse files Browse the repository at this point in the history
  • Loading branch information
nytamin committed Jul 4, 2024
1 parent 09691ec commit 99424a6
Show file tree
Hide file tree
Showing 11 changed files with 62 additions and 12 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 8 additions & 0 deletions apps/http-server/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.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
Expand Down
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.50.6",
"version": "1.50.7",
"description": "Upload to and serve proxies of packages",
"private": true,
"scripts": {
Expand All @@ -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",
Expand Down
13 changes: 13 additions & 0 deletions apps/http-server/packages/generic/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion 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.50.6",
"version": "1.50.7",
"private": true,
"main": "dist/index.js",
"types": "dist/index.d.ts",
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.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
Expand Down
4 changes: 2 additions & 2 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.50.6",
"version": "1.50.7",
"description": "Package Manager, http-proxy etc.. all in one application",
"private": true,
"scripts": {
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"apps/**",
"tests/**"
],
"version": "1.50.6",
"version": "1.50.7",
"npmClient": "yarn"
}
8 changes: 8 additions & 0 deletions tests/internal-tests/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.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
Expand Down
4 changes: 2 additions & 2 deletions tests/internal-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tests/internal-tests",
"version": "1.50.6",
"version": "1.50.7",
"description": "Internal tests",
"private": true,
"scripts": {
Expand All @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 99424a6

Please sign in to comment.