Skip to content

Commit

Permalink
v1.50.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nytamin committed Apr 4, 2024
1 parent 5e4e8e8 commit e016590
Show file tree
Hide file tree
Showing 13 changed files with 72 additions and 18 deletions.
11 changes: 11 additions & 0 deletions 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.50.4](https://github.com/nrkno/tv-automation-package-manager/compare/v1.50.3...v1.50.4) (2024-04-04)


### Bug Fixes

* remove non-existant workers from the tracked availableWorkers & queriedWorkers ([49770d3](https://github.com/nrkno/tv-automation-package-manager/commit/49770d370aac4ac6adf24cf5b7fe1d650dcbf1da))





## [1.50.3](https://github.com/nrkno/tv-automation-package-manager/compare/v1.50.2...v1.50.3) (2024-03-27)

**Note:** Version bump only for package package-manager-monorepo
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.50.4](https://github.com/nrkno/tv-automation-package-manager/compare/v1.50.3...v1.50.4) (2024-04-04)

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





## [1.50.3](https://github.com/nrkno/tv-automation-package-manager/compare/v1.50.2...v1.50.3) (2024-03-27)

**Note:** Version bump only for package @package-manager/app
Expand Down
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.50.3",
"version": "1.50.4",
"private": true,
"scripts": {
"build": "yarn rimraf dist && yarn build:main",
Expand All @@ -10,7 +10,7 @@
"start": "node dist/index.js"
},
"dependencies": {
"@package-manager/generic": "1.50.3"
"@package-manager/generic": "1.50.4"
},
"prettier": "@sofie-automation/code-standard-preset/.prettierrc.json",
"engines": {
Expand Down
8 changes: 8 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,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.50.4](https://github.com/nrkno/tv-automation-package-manager/compare/v1.50.3...v1.50.4) (2024-04-04)

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





## [1.50.3](https://github.com/nrkno/tv-automation-package-manager/compare/v1.50.2...v1.50.3) (2024-03-27)

**Note:** Version bump only for package @package-manager/generic
Expand Down
4 changes: 2 additions & 2 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.50.3",
"version": "1.50.4",
"private": true,
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -16,7 +16,7 @@
"dependencies": {
"@parcel/watcher": "^2.3.0",
"@sofie-package-manager/api": "1.50.2",
"@sofie-package-manager/expectation-manager": "1.50.2",
"@sofie-package-manager/expectation-manager": "1.50.4",
"@sofie-package-manager/worker": "1.50.2",
"data-store": "^4.0.3",
"deep-extend": "^0.6.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.50.4](https://github.com/nrkno/tv-automation-package-manager/compare/v1.50.3...v1.50.4) (2024-04-04)

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





## [1.50.3](https://github.com/nrkno/tv-automation-package-manager/compare/v1.50.2...v1.50.3) (2024-03-27)

**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.3",
"version": "1.50.4",
"description": "Package Manager, http-proxy etc.. all in one application",
"private": true,
"scripts": {
Expand All @@ -13,7 +13,7 @@
"dependencies": {
"@appcontainer-node/generic": "1.50.2",
"@http-server/generic": "1.50.2",
"@package-manager/generic": "1.50.3",
"@package-manager/generic": "1.50.4",
"@quantel-http-transformer-proxy/generic": "1.50.2",
"@sofie-package-manager/api": "1.50.2",
"@sofie-package-manager/worker": "1.50.2",
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.3",
"version": "1.50.4",
"npmClient": "yarn"
}
11 changes: 11 additions & 0 deletions shared/packages/expectationManager/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.50.4](https://github.com/nrkno/tv-automation-package-manager/compare/v1.50.3...v1.50.4) (2024-04-04)


### Bug Fixes

* remove non-existant workers from the tracked availableWorkers & queriedWorkers ([49770d3](https://github.com/nrkno/tv-automation-package-manager/commit/49770d370aac4ac6adf24cf5b7fe1d650dcbf1da))





## [1.50.2](https://github.com/nrkno/tv-automation-package-manager/compare/v1.50.2-alpha.3...v1.50.2) (2024-03-27)


Expand Down
2 changes: 1 addition & 1 deletion shared/packages/expectationManager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sofie-package-manager/expectation-manager",
"version": "1.50.2",
"version": "1.50.4",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "MIT",
Expand Down
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.4](https://github.com/nrkno/tv-automation-package-manager/compare/v1.50.3...v1.50.4) (2024-04-04)

**Note:** Version bump only for package @tests/internal-tests





## [1.50.3](https://github.com/nrkno/tv-automation-package-manager/compare/v1.50.2...v1.50.3) (2024-03-27)

**Note:** Version bump only for package @tests/internal-tests
Expand Down
6 changes: 3 additions & 3 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.3",
"version": "1.50.4",
"description": "Internal tests",
"private": true,
"scripts": {
Expand All @@ -15,9 +15,9 @@
},
"dependencies": {
"@http-server/generic": "1.50.2",
"@package-manager/generic": "1.50.3",
"@package-manager/generic": "1.50.4",
"@sofie-package-manager/api": "1.50.2",
"@sofie-package-manager/expectation-manager": "1.50.2",
"@sofie-package-manager/expectation-manager": "1.50.4",
"@sofie-package-manager/worker": "1.50.2",
"@sofie-package-manager/workforce": "1.50.2",
"underscore": "^1.12.0",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1637,19 +1637,19 @@ __metadata:
version: 0.0.0-use.local
resolution: "@package-manager/app@workspace:apps/package-manager/app"
dependencies:
"@package-manager/generic": "npm:1.50.3"
"@package-manager/generic": "npm:1.50.4"
lerna: "npm:^6.6.1"
rimraf: "npm:^5.0.5"
languageName: unknown
linkType: soft

"@package-manager/generic@npm:1.50.3, @package-manager/generic@workspace:apps/package-manager/packages/generic":
"@package-manager/generic@npm:1.50.4, @package-manager/generic@workspace:apps/package-manager/packages/generic":
version: 0.0.0-use.local
resolution: "@package-manager/generic@workspace:apps/package-manager/packages/generic"
dependencies:
"@parcel/watcher": "npm:^2.3.0"
"@sofie-package-manager/api": "npm:1.50.2"
"@sofie-package-manager/expectation-manager": "npm:1.50.2"
"@sofie-package-manager/expectation-manager": "npm:1.50.4"
"@sofie-package-manager/worker": "npm:1.50.2"
"@types/deep-extend": "npm:0.4.31"
"@types/underscore": "npm:^1.10.24"
Expand Down Expand Up @@ -1890,7 +1890,7 @@ __metadata:
dependencies:
"@appcontainer-node/generic": "npm:1.50.2"
"@http-server/generic": "npm:1.50.2"
"@package-manager/generic": "npm:1.50.3"
"@package-manager/generic": "npm:1.50.4"
"@quantel-http-transformer-proxy/generic": "npm:1.50.2"
"@sofie-package-manager/api": "npm:1.50.2"
"@sofie-package-manager/worker": "npm:1.50.2"
Expand Down Expand Up @@ -2003,7 +2003,7 @@ __metadata:
languageName: unknown
linkType: soft

"@sofie-package-manager/expectation-manager@npm:1.50.2, @sofie-package-manager/expectation-manager@workspace:shared/packages/expectationManager":
"@sofie-package-manager/expectation-manager@npm:1.50.4, @sofie-package-manager/expectation-manager@workspace:shared/packages/expectationManager":
version: 0.0.0-use.local
resolution: "@sofie-package-manager/expectation-manager@workspace:shared/packages/expectationManager"
dependencies:
Expand Down Expand Up @@ -2077,9 +2077,9 @@ __metadata:
resolution: "@tests/internal-tests@workspace:tests/internal-tests"
dependencies:
"@http-server/generic": "npm:1.50.2"
"@package-manager/generic": "npm:1.50.3"
"@package-manager/generic": "npm:1.50.4"
"@sofie-package-manager/api": "npm:1.50.2"
"@sofie-package-manager/expectation-manager": "npm:1.50.2"
"@sofie-package-manager/expectation-manager": "npm:1.50.4"
"@sofie-package-manager/worker": "npm:1.50.2"
"@sofie-package-manager/workforce": "npm:1.50.2"
deep-extend: "npm:^0.6.0"
Expand Down

0 comments on commit e016590

Please sign in to comment.