Skip to content

Commit f7a14a0

Browse files
Merge pull request #93 from bluecadet/changeset-release/develop
Version Packages
2 parents 94eae0c + c82863d commit f7a14a0

File tree

7 files changed

+31
-12
lines changed

7 files changed

+31
-12
lines changed

.changeset/famous-ears-beam.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/launchpad/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @bluecadet/launchpad
22

3+
## 1.3.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`56a0a60`](https://github.com/bluecadet/launchpad/commit/56a0a60d88671d788a90eb80c5d0b37187879158)]:
8+
- @bluecadet/launchpad-monitor@1.6.0
9+
- @bluecadet/launchpad-utils@1.3.2
10+
311
## 1.3.7
412

513
### Patch Changes

packages/launchpad/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bluecadet/launchpad",
3-
"version": "1.3.7",
3+
"version": "1.3.8",
44
"description": "Suite of tools to manage media installations",
55
"engines": {
66
"npm": ">=8.5.1",
@@ -43,9 +43,9 @@
4343
},
4444
"homepage": "https://github.com/bluecadet/launchpad#readme",
4545
"dependencies": {
46-
"@bluecadet/launchpad-utils": "~1.3.1",
46+
"@bluecadet/launchpad-utils": "~1.3.2",
4747
"@bluecadet/launchpad-dashboard": "~1.3.0",
48-
"@bluecadet/launchpad-monitor": "~1.5.0",
48+
"@bluecadet/launchpad-monitor": "~1.6.0",
4949
"@bluecadet/launchpad-scaffold": "~1.5.0",
5050
"@bluecadet/launchpad-content": "~1.9.0",
5151
"chalk": "^5.0.0",

packages/monitor/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @bluecadet/launchpad-monitor
22

3+
## 1.6.0
4+
5+
### Minor Changes
6+
7+
- [#90](https://github.com/bluecadet/launchpad/pull/90) [`56a0a60`](https://github.com/bluecadet/launchpad/commit/56a0a60d88671d788a90eb80c5d0b37187879158) Thanks [@claytercek](https://github.com/claytercek)! - connect to pm2 using `no-daemon-mode`, and route console method calls to the parent logger
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`56a0a60`](https://github.com/bluecadet/launchpad/commit/56a0a60d88671d788a90eb80c5d0b37187879158)]:
12+
- @bluecadet/launchpad-utils@1.3.2
13+
314
## 1.5.0
415

516
### Minor Changes

packages/monitor/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bluecadet/launchpad-monitor",
3-
"version": "1.5.0",
3+
"version": "1.6.0",
44
"description": "",
55
"main": "index.js",
66
"type": "module",
@@ -22,7 +22,7 @@
2222
},
2323
"homepage": "https://github.com/bluecadet/launchpad/packages/monitor",
2424
"dependencies": {
25-
"@bluecadet/launchpad-utils": "~1.3.1",
25+
"@bluecadet/launchpad-utils": "~1.3.2",
2626
"auto-bind": "^5.0.1",
2727
"axon": "^2.0.3",
2828
"chalk": "^5.0.0",

packages/utils/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @bluecadet/launchpad-utils
22

3+
## 1.3.2
4+
5+
### Patch Changes
6+
7+
- [#90](https://github.com/bluecadet/launchpad/pull/90) [`56a0a60`](https://github.com/bluecadet/launchpad/commit/56a0a60d88671d788a90eb80c5d0b37187879158) Thanks [@claytercek](https://github.com/claytercek)! - connect to pm2 using `no-daemon-mode`, and route console method calls to the parent logger
8+
39
## 1.3.1
410

511
### Patch Changes

packages/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bluecadet/launchpad-utils",
3-
"version": "1.3.1",
3+
"version": "1.3.2",
44
"description": "Common utilities used by multiple launchpad modules",
55
"type": "module",
66
"main": "index.js",

0 commit comments

Comments
 (0)