Skip to content

Commit

Permalink
v1.40.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jstarpl committed Jan 26, 2023
1 parent 5f0917c commit 46e0910
Show file tree
Hide file tree
Showing 10 changed files with 54 additions and 8 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.40.2](https://github.com/nrkno/tv-automation-package-manager/compare/v1.40.1...v1.40.2) (2023-01-26)


### Bug Fixes

* app version is not reported to Core ([5f0917c](https://github.com/nrkno/tv-automation-package-manager/commit/5f0917c64942eae4eab18a1f7c8c4bc8c208e995))





## [1.40.1](https://github.com/nrkno/tv-automation-package-manager/compare/v1.40.0...v1.40.1) (2023-01-26)

**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.40.2](https://github.com/nrkno/sofie-package-manager/compare/v1.40.1...v1.40.2) (2023-01-26)

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





## [1.40.1](https://github.com/nrkno/sofie-package-manager/compare/v1.40.0...v1.40.1) (2023-01-26)

**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.40.1",
"version": "1.40.2",
"private": true,
"scripts": {
"build": "rimraf dist && yarn build:main",
Expand All @@ -13,7 +13,7 @@
"nexe": "^3.3.7"
},
"dependencies": {
"@package-manager/generic": "1.40.1"
"@package-manager/generic": "1.40.2"
},
"prettier": "@sofie-automation/code-standard-preset/.prettierrc.json",
"engines": {
Expand Down
11 changes: 11 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,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.40.2](https://github.com/nrkno/sofie-package-manager/compare/v1.40.1...v1.40.2) (2023-01-26)


### Bug Fixes

* app version is not reported to Core ([5f0917c](https://github.com/nrkno/sofie-package-manager/commit/5f0917c64942eae4eab18a1f7c8c4bc8c208e995))





## [1.40.1](https://github.com/nrkno/sofie-package-manager/compare/v1.40.0...v1.40.1) (2023-01-26)

**Note:** Version bump only for package @package-manager/generic
Expand Down
2 changes: 1 addition & 1 deletion 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.40.1",
"version": "1.40.2",
"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.40.2](https://github.com/nrkno/sofie-package-manager/compare/v1.40.1...v1.40.2) (2023-01-26)

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





## [1.40.1](https://github.com/nrkno/sofie-package-manager/compare/v1.40.0...v1.40.1) (2023-01-26)

**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.40.1",
"version": "1.40.2",
"description": "Package Manager, http-proxy etc.. all in one application",
"private": true,
"scripts": {
Expand All @@ -16,7 +16,7 @@
"dependencies": {
"@appcontainer-node/generic": "1.40.1",
"@http-server/generic": "1.40.1",
"@package-manager/generic": "1.40.1",
"@package-manager/generic": "1.40.2",
"@quantel-http-transformer-proxy/generic": "1.40.1",
"@sofie-package-manager/api": "1.40.1",
"@sofie-package-manager/worker": "1.40.1",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"apps/**",
"tests/**"
],
"version": "1.40.1",
"version": "1.40.2",
"npmClient": "yarn",
"useWorkspaces": true
}
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.40.2](https://github.com/nrkno/sofie-package-manager/compare/v1.40.1...v1.40.2) (2023-01-26)

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





## [1.40.1](https://github.com/nrkno/sofie-package-manager/compare/v1.40.0...v1.40.1) (2023-01-26)

**Note:** Version bump only for package @tests/internal-tests
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.40.1",
"version": "1.40.2",
"description": "Internal tests",
"private": true,
"scripts": {
Expand All @@ -16,7 +16,7 @@
},
"dependencies": {
"@http-server/generic": "1.40.1",
"@package-manager/generic": "1.40.1",
"@package-manager/generic": "1.40.2",
"@sofie-package-manager/api": "1.40.1",
"@sofie-package-manager/expectation-manager": "1.40.1",
"@sofie-package-manager/worker": "1.40.1",
Expand Down

0 comments on commit 46e0910

Please sign in to comment.