Skip to content

Commit

Permalink
v1.43.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nytamin committed Jan 22, 2024
1 parent 550e893 commit 3a5df89
Show file tree
Hide file tree
Showing 22 changed files with 119 additions and 25 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.43.1](https://github.com/nrkno/tv-automation-package-manager/compare/v1.43.0...v1.43.1) (2024-01-22)


### Bug Fixes

* refactor and fix issue with (wrongly) thown error "Error: Bad input data: content.filePath not set!" ([550e893](https://github.com/nrkno/tv-automation-package-manager/commit/550e8936cdbc464052d39c0efd5e60d3ece3a70d))





# [1.43.0](https://github.com/nrkno/tv-automation-package-manager/compare/v1.43.0-alpha.2...v1.43.0) (2024-01-11)


Expand Down
8 changes: 8 additions & 0 deletions apps/appcontainer-node/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.43.1](https://github.com/nrkno/tv-automation-package-manager/compare/v1.43.0...v1.43.1) (2024-01-22)

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





# [1.43.0](https://github.com/nrkno/tv-automation-package-manager/compare/v1.43.0-alpha.2...v1.43.0) (2024-01-11)

**Note:** Version bump only for package @appcontainer-node/app
Expand Down
4 changes: 2 additions & 2 deletions apps/appcontainer-node/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@appcontainer-node/app",
"version": "1.43.0",
"version": "1.43.1",
"description": "AppContainer-Node.js",
"private": true,
"scripts": {
Expand All @@ -14,7 +14,7 @@
"nexe": "^3.3.7"
},
"dependencies": {
"@appcontainer-node/generic": "1.43.0"
"@appcontainer-node/generic": "1.43.1"
},
"prettier": "@sofie-automation/code-standard-preset/.prettierrc.json",
"engines": {
Expand Down
8 changes: 8 additions & 0 deletions apps/appcontainer-node/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.43.1](https://github.com/nrkno/tv-automation-package-manager/compare/v1.43.0...v1.43.1) (2024-01-22)

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





# [1.43.0](https://github.com/nrkno/tv-automation-package-manager/compare/v1.43.0-alpha.2...v1.43.0) (2024-01-11)


Expand Down
4 changes: 2 additions & 2 deletions apps/appcontainer-node/packages/generic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@appcontainer-node/generic",
"version": "1.43.0",
"version": "1.43.1",
"private": true,
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -11,7 +11,7 @@
},
"dependencies": {
"@sofie-package-manager/api": "1.43.0",
"@sofie-package-manager/worker": "1.43.0",
"@sofie-package-manager/worker": "1.43.1",
"underscore": "^1.12.0"
},
"devDependencies": {
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.43.1](https://github.com/nrkno/tv-automation-package-manager/compare/v1.43.0...v1.43.1) (2024-01-22)

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





# [1.43.0](https://github.com/nrkno/tv-automation-package-manager/compare/v1.43.0-alpha.2...v1.43.0) (2024-01-11)

**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.43.0",
"version": "1.43.1",
"private": true,
"scripts": {
"build": "yarn rimraf dist && yarn build:main",
Expand All @@ -13,7 +13,7 @@
"nexe": "^3.3.7"
},
"dependencies": {
"@package-manager/generic": "1.43.0"
"@package-manager/generic": "1.43.1"
},
"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.43.1](https://github.com/nrkno/tv-automation-package-manager/compare/v1.43.0...v1.43.1) (2024-01-22)

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





# [1.43.0](https://github.com/nrkno/tv-automation-package-manager/compare/v1.43.0-alpha.2...v1.43.0) (2024-01-11)

**Note:** Version bump only for package @package-manager/generic
Expand Down
6 changes: 3 additions & 3 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.43.0",
"version": "1.43.1",
"private": true,
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -15,8 +15,8 @@
"dependencies": {
"@parcel/watcher": "^2.3.0",
"@sofie-package-manager/api": "1.43.0",
"@sofie-package-manager/expectation-manager": "1.43.0",
"@sofie-package-manager/worker": "1.43.0",
"@sofie-package-manager/expectation-manager": "1.43.1",
"@sofie-package-manager/worker": "1.43.1",
"data-store": "^4.0.3",
"deep-extend": "^0.6.0",
"fast-clone": "^1.5.13",
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.43.1](https://github.com/nrkno/tv-automation-package-manager/compare/v1.43.0...v1.43.1) (2024-01-22)

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





# [1.43.0](https://github.com/nrkno/tv-automation-package-manager/compare/v1.43.0-alpha.2...v1.43.0) (2024-01-11)

**Note:** Version bump only for package @single-app/app
Expand Down
8 changes: 4 additions & 4 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.43.0",
"version": "1.43.1",
"description": "Package Manager, http-proxy etc.. all in one application",
"private": true,
"scripts": {
Expand All @@ -14,12 +14,12 @@
"nexe": "^3.3.7"
},
"dependencies": {
"@appcontainer-node/generic": "1.43.0",
"@appcontainer-node/generic": "1.43.1",
"@http-server/generic": "1.43.0",
"@package-manager/generic": "1.43.0",
"@package-manager/generic": "1.43.1",
"@quantel-http-transformer-proxy/generic": "1.43.0",
"@sofie-package-manager/api": "1.43.0",
"@sofie-package-manager/worker": "1.43.0",
"@sofie-package-manager/worker": "1.43.1",
"@sofie-package-manager/workforce": "1.43.0",
"underscore": "^1.12.0"
},
Expand Down
8 changes: 8 additions & 0 deletions apps/worker/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.43.1](https://github.com/nrkno/tv-automation-package-manager/compare/v1.43.0...v1.43.1) (2024-01-22)

**Note:** Version bump only for package @worker/app





# [1.43.0](https://github.com/nrkno/tv-automation-package-manager/compare/v1.43.0-alpha.2...v1.43.0) (2024-01-11)

**Note:** Version bump only for package @worker/app
Expand Down
4 changes: 2 additions & 2 deletions apps/worker/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@worker/app",
"version": "1.43.0",
"version": "1.43.1",
"description": "Boilerplace",
"private": true,
"scripts": {
Expand All @@ -15,7 +15,7 @@
"nexe": "^3.3.7"
},
"dependencies": {
"@worker/generic": "1.43.0"
"@worker/generic": "1.43.1"
},
"prettier": "@sofie-automation/code-standard-preset/.prettierrc.json",
"engines": {
Expand Down
8 changes: 8 additions & 0 deletions apps/worker/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.43.1](https://github.com/nrkno/tv-automation-package-manager/compare/v1.43.0...v1.43.1) (2024-01-22)

**Note:** Version bump only for package @worker/generic





# [1.43.0](https://github.com/nrkno/tv-automation-package-manager/compare/v1.43.0-alpha.2...v1.43.0) (2024-01-11)

**Note:** Version bump only for package @worker/generic
Expand Down
4 changes: 2 additions & 2 deletions apps/worker/packages/generic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@worker/generic",
"version": "1.43.0",
"version": "1.43.1",
"private": true,
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -11,7 +11,7 @@
},
"dependencies": {
"@sofie-package-manager/api": "1.43.0",
"@sofie-package-manager/worker": "1.43.0"
"@sofie-package-manager/worker": "1.43.1"
},
"prettier": "@sofie-automation/code-standard-preset/.prettierrc.json",
"engines": {
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.43.0",
"version": "1.43.1",
"npmClient": "yarn"
}
8 changes: 8 additions & 0 deletions shared/packages/expectationManager/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.43.1](https://github.com/nrkno/tv-automation-package-manager/compare/v1.43.0...v1.43.1) (2024-01-22)

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





# [1.43.0](https://github.com/nrkno/tv-automation-package-manager/compare/v1.43.0-alpha.2...v1.43.0) (2024-01-11)

**Note:** Version bump only for package @sofie-package-manager/expectation-manager
Expand Down
4 changes: 2 additions & 2 deletions 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.43.0",
"version": "1.43.1",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "MIT",
Expand All @@ -14,7 +14,7 @@
},
"dependencies": {
"@sofie-package-manager/api": "1.43.0",
"@sofie-package-manager/worker": "1.43.0",
"@sofie-package-manager/worker": "1.43.1",
"@supercharge/promise-pool": "^2.4.0",
"underscore": "^1.12.0"
},
Expand Down
11 changes: 11 additions & 0 deletions shared/packages/worker/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.43.1](https://github.com/nrkno/tv-automation-package-manager/compare/v1.43.0...v1.43.1) (2024-01-22)


### Bug Fixes

* refactor and fix issue with (wrongly) thown error "Error: Bad input data: content.filePath not set!" ([550e893](https://github.com/nrkno/tv-automation-package-manager/commit/550e8936cdbc464052d39c0efd5e60d3ece3a70d))





# [1.43.0](https://github.com/nrkno/tv-automation-package-manager/compare/v1.43.0-alpha.2...v1.43.0) (2024-01-11)

**Note:** Version bump only for package @sofie-package-manager/worker
Expand Down
2 changes: 1 addition & 1 deletion shared/packages/worker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sofie-package-manager/worker",
"version": "1.43.0",
"version": "1.43.1",
"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.43.1](https://github.com/nrkno/tv-automation-package-manager/compare/v1.43.0...v1.43.1) (2024-01-22)

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





# [1.43.0](https://github.com/nrkno/tv-automation-package-manager/compare/v1.43.0-alpha.2...v1.43.0) (2024-01-11)

**Note:** Version bump only for package @tests/internal-tests
Expand Down
8 changes: 4 additions & 4 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.43.0",
"version": "1.43.1",
"description": "Internal tests",
"private": true,
"scripts": {
Expand All @@ -15,10 +15,10 @@
},
"dependencies": {
"@http-server/generic": "1.43.0",
"@package-manager/generic": "1.43.0",
"@package-manager/generic": "1.43.1",
"@sofie-package-manager/api": "1.43.0",
"@sofie-package-manager/expectation-manager": "1.43.0",
"@sofie-package-manager/worker": "1.43.0",
"@sofie-package-manager/expectation-manager": "1.43.1",
"@sofie-package-manager/worker": "1.43.1",
"@sofie-package-manager/workforce": "1.43.0",
"underscore": "^1.12.0",
"windows-network-drive": "^4.0.1"
Expand Down

0 comments on commit 3a5df89

Please sign in to comment.