Skip to content

Commit 8fb61b8

Browse files
committed
v1.50.1
1 parent 255cd6c commit 8fb61b8

File tree

4 files changed

+18
-2
lines changed

4 files changed

+18
-2
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.50.1](https://github.com/nrkno/tv-automation-package-manager/compare/v1.50.0...v1.50.1) (2024-02-22)
7+
8+
**Note:** Version bump only for package package-manager-monorepo
9+
10+
11+
12+
13+
614
# [1.50.0](https://github.com/nrkno/tv-automation-package-manager/compare/v1.50.0-alpha.10...v1.50.0) (2024-02-19)
715

816
### Bug Fixes

apps/single-app/app/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.50.1](https://github.com/nrkno/tv-automation-package-manager/compare/v1.50.0...v1.50.1) (2024-02-22)
7+
8+
**Note:** Version bump only for package @single-app/app
9+
10+
11+
12+
13+
614
# [1.50.0](https://github.com/nrkno/tv-automation-package-manager/compare/v1.50.0-alpha.10...v1.50.0) (2024-02-19)
715

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

apps/single-app/app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@single-app/app",
3-
"version": "1.50.0",
3+
"version": "1.50.1",
44
"description": "Package Manager, http-proxy etc.. all in one application",
55
"private": true,
66
"scripts": {

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"apps/**",
55
"tests/**"
66
],
7-
"version": "1.50.0",
7+
"version": "1.50.1",
88
"npmClient": "yarn"
99
}

0 commit comments

Comments
 (0)