Skip to content

Commit c1d7cb4

Browse files
Version Packages
1 parent b701b3d commit c1d7cb4

File tree

9 files changed

+44
-17
lines changed

9 files changed

+44
-17
lines changed

.changeset/quick-avocados-bathe.md

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

packages/content/CHANGELOG.md

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

3+
## 1.8.1
4+
5+
### Patch Changes
6+
7+
- [`b701b3d`](https://github.com/bluecadet/launchpad/commit/b701b3db5b7177393a5dd0b53c8dcac82f0994e3) Thanks [@benjaminbojko](https://github.com/benjaminbojko)! - Updated documentation
8+
9+
- Updated dependencies [[`b701b3d`](https://github.com/bluecadet/launchpad/commit/b701b3db5b7177393a5dd0b53c8dcac82f0994e3)]:
10+
- @bluecadet/launchpad-utils@1.3.1
11+
312
## 1.8.0
413

514
### Minor Changes

packages/content/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-content",
3-
"version": "1.8.0",
3+
"version": "1.8.1",
44
"description": "Content syncing pipeline for various sources",
55
"main": "index.js",
66
"bin": "index.js",
@@ -22,7 +22,7 @@
2222
},
2323
"homepage": "https://github.com/bluecadet/launchpad/packages/content",
2424
"dependencies": {
25-
"@bluecadet/launchpad-utils": "~1.3.0",
25+
"@bluecadet/launchpad-utils": "~1.3.1",
2626
"@portabletext/to-html": "^1.0.3",
2727
"@sanity/block-content-to-markdown": "^0.0.5",
2828
"@sanity/client": "^3.3.2",

packages/launchpad/CHANGELOG.md

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

3+
## 1.3.3
4+
5+
### Patch Changes
6+
7+
- [`b701b3d`](https://github.com/bluecadet/launchpad/commit/b701b3db5b7177393a5dd0b53c8dcac82f0994e3) Thanks [@benjaminbojko](https://github.com/benjaminbojko)! - Updated documentation
8+
9+
- Updated dependencies [[`b701b3d`](https://github.com/bluecadet/launchpad/commit/b701b3db5b7177393a5dd0b53c8dcac82f0994e3)]:
10+
- @bluecadet/launchpad-content@1.8.1
11+
- @bluecadet/launchpad-monitor@1.3.1
12+
- @bluecadet/launchpad-utils@1.3.1
13+
314
## 1.3.2
415

516
### Patch Changes

packages/launchpad/package.json

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

packages/monitor/CHANGELOG.md

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

3+
## 1.3.1
4+
5+
### Patch Changes
6+
7+
- [`b701b3d`](https://github.com/bluecadet/launchpad/commit/b701b3db5b7177393a5dd0b53c8dcac82f0994e3) Thanks [@benjaminbojko](https://github.com/benjaminbojko)! - Updated documentation
8+
9+
- Updated dependencies [[`b701b3d`](https://github.com/bluecadet/launchpad/commit/b701b3db5b7177393a5dd0b53c8dcac82f0994e3)]:
10+
- @bluecadet/launchpad-utils@1.3.1
11+
312
## 1.3.0
413

514
### 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.3.0",
3+
"version": "1.3.1",
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.0",
25+
"@bluecadet/launchpad-utils": "~1.3.1",
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.1
4+
5+
### Patch Changes
6+
7+
- [`b701b3d`](https://github.com/bluecadet/launchpad/commit/b701b3db5b7177393a5dd0b53c8dcac82f0994e3) Thanks [@benjaminbojko](https://github.com/benjaminbojko)! - Updated documentation
8+
39
## 1.3.0
410

511
### Minor 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.0",
3+
"version": "1.3.1",
44
"description": "Common utilities used by multiple launchpad modules",
55
"type": "module",
66
"main": "index.js",

0 commit comments

Comments
 (0)