Skip to content

Commit 2fec01f

Browse files
committed
v1.42.1-alpha.4
1 parent ac0cd46 commit 2fec01f

File tree

6 files changed

+36
-3
lines changed

6 files changed

+36
-3
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.42.1-alpha.4](https://github.com/nrkno/tv-automation-package-manager/compare/v1.42.1-alpha.3...v1.42.1-alpha.4) (2023-06-19)
7+
8+
9+
### Bug Fixes
10+
11+
* remove version reporting ([ac0cd46](https://github.com/nrkno/tv-automation-package-manager/commit/ac0cd4684a5709dfbb6e1eda268d42e446d67967))
12+
13+
14+
15+
16+
617
## [1.42.1-alpha.3](https://github.com/nrkno/tv-automation-package-manager/compare/v1.42.1-alpha.2...v1.42.1-alpha.3) (2023-06-19)
718

819

apps/http-server/app/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.42.1-alpha.4](https://github.com/nrkno/sofie-package-manager/compare/v1.42.1-alpha.3...v1.42.1-alpha.4) (2023-06-19)
7+
8+
9+
### Bug Fixes
10+
11+
* remove version reporting ([ac0cd46](https://github.com/nrkno/sofie-package-manager/commit/ac0cd4684a5709dfbb6e1eda268d42e446d67967))
12+
13+
14+
15+
16+
617
## [1.42.1-alpha.3](https://github.com/nrkno/sofie-package-manager/compare/v1.42.1-alpha.2...v1.42.1-alpha.3) (2023-06-19)
718

819

apps/http-server/app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@http-server/app",
3-
"version": "1.42.1-alpha.3",
3+
"version": "1.42.1-alpha.4",
44
"description": "Upload to and serve proxies of packages",
55
"private": true,
66
"scripts": {

apps/single-app/app/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.42.1-alpha.4](https://github.com/nrkno/sofie-package-manager/compare/v1.42.1-alpha.3...v1.42.1-alpha.4) (2023-06-19)
7+
8+
9+
### Bug Fixes
10+
11+
* remove version reporting ([ac0cd46](https://github.com/nrkno/sofie-package-manager/commit/ac0cd4684a5709dfbb6e1eda268d42e446d67967))
12+
13+
14+
15+
16+
617
## [1.42.1-alpha.3](https://github.com/nrkno/sofie-package-manager/compare/v1.42.1-alpha.2...v1.42.1-alpha.3) (2023-06-19)
718

819

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.42.1-alpha.3",
3+
"version": "1.42.1-alpha.4",
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,7 +4,7 @@
44
"apps/**",
55
"tests/**"
66
],
7-
"version": "1.42.1-alpha.3",
7+
"version": "1.42.1-alpha.4",
88
"npmClient": "yarn",
99
"useWorkspaces": true
1010
}

0 commit comments

Comments
 (0)