Skip to content

Commit 8ea8776

Browse files
Merge pull request #99 from bluecadet/changeset-release/develop
Version Packages
2 parents 619339e + 81d504a commit 8ea8776

File tree

13 files changed

+80
-25
lines changed

13 files changed

+80
-25
lines changed

.changeset/silly-teachers-knock.md

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

packages/content/CHANGELOG.md

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

3+
## 1.10.0
4+
5+
### Minor Changes
6+
7+
- [#98](https://github.com/bluecadet/launchpad/pull/98) [`a56c4f4`](https://github.com/bluecadet/launchpad/commit/a56c4f42e1ade3513783b7ccab3d8ff979f5deee) Thanks [@benjaminbojko](https://github.com/benjaminbojko)! - Added eslint and reformated code
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`a56c4f4`](https://github.com/bluecadet/launchpad/commit/a56c4f42e1ade3513783b7ccab3d8ff979f5deee)]:
12+
- @bluecadet/launchpad-utils@1.4.0
13+
314
## 1.9.0
415

516
### 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.9.0",
3+
"version": "1.10.0",
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.1",
25+
"@bluecadet/launchpad-utils": "~1.4.0",
2626
"@portabletext/to-html": "^1.0.4",
2727
"@sanity/block-content-to-markdown": "^0.0.5",
2828
"@sanity/client": "^3.3.2",

packages/dashboard/CHANGELOG.md

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

3+
## 1.4.0
4+
5+
### Minor Changes
6+
7+
- [#98](https://github.com/bluecadet/launchpad/pull/98) [`a56c4f4`](https://github.com/bluecadet/launchpad/commit/a56c4f42e1ade3513783b7ccab3d8ff979f5deee) Thanks [@benjaminbojko](https://github.com/benjaminbojko)! - Added eslint and reformated code
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`a56c4f4`](https://github.com/bluecadet/launchpad/commit/a56c4f42e1ade3513783b7ccab3d8ff979f5deee)]:
12+
- @bluecadet/launchpad-utils@1.4.0
13+
314
## 1.3.0
415

516
### Minor Changes

packages/dashboard/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-dashboard",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"description": "",
55
"main": "index.js",
66
"type": "module",
@@ -18,7 +18,7 @@
1818
"url": "https://github.com/bluecadet/launchpad/issues"
1919
},
2020
"dependencies": {
21-
"@bluecadet/launchpad-utils": "~1.3.0"
21+
"@bluecadet/launchpad-utils": "~1.4.0"
2222
},
2323
"homepage": "https://github.com/bluecadet/launchpad/packages/dashboard"
2424
}

packages/launchpad/CHANGELOG.md

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

3+
## 1.4.0
4+
5+
### Minor Changes
6+
7+
- [#98](https://github.com/bluecadet/launchpad/pull/98) [`a56c4f4`](https://github.com/bluecadet/launchpad/commit/a56c4f42e1ade3513783b7ccab3d8ff979f5deee) Thanks [@benjaminbojko](https://github.com/benjaminbojko)! - Added eslint and reformated code
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`a56c4f4`](https://github.com/bluecadet/launchpad/commit/a56c4f42e1ade3513783b7ccab3d8ff979f5deee)]:
12+
- @bluecadet/launchpad-content@1.10.0
13+
- @bluecadet/launchpad-dashboard@1.4.0
14+
- @bluecadet/launchpad-monitor@1.7.0
15+
- @bluecadet/launchpad-scaffold@1.7.0
16+
- @bluecadet/launchpad-utils@1.4.0
17+
318
## 1.3.9
419

520
### Patch Changes

packages/launchpad/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bluecadet/launchpad",
3-
"version": "1.3.9",
3+
"version": "1.4.0",
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.2",
47-
"@bluecadet/launchpad-dashboard": "~1.3.0",
48-
"@bluecadet/launchpad-monitor": "~1.6.0",
49-
"@bluecadet/launchpad-scaffold": "~1.6.0",
50-
"@bluecadet/launchpad-content": "~1.9.0",
46+
"@bluecadet/launchpad-utils": "~1.4.0",
47+
"@bluecadet/launchpad-dashboard": "~1.4.0",
48+
"@bluecadet/launchpad-monitor": "~1.7.0",
49+
"@bluecadet/launchpad-scaffold": "~1.7.0",
50+
"@bluecadet/launchpad-content": "~1.10.0",
5151
"auto-bind": "^5.0.1",
5252
"chalk": "^5.0.0",
5353
"fs-extra": "^10.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.7.0
4+
5+
### Minor Changes
6+
7+
- [#98](https://github.com/bluecadet/launchpad/pull/98) [`a56c4f4`](https://github.com/bluecadet/launchpad/commit/a56c4f42e1ade3513783b7ccab3d8ff979f5deee) Thanks [@benjaminbojko](https://github.com/benjaminbojko)! - Added eslint and reformated code
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`a56c4f4`](https://github.com/bluecadet/launchpad/commit/a56c4f42e1ade3513783b7ccab3d8ff979f5deee)]:
12+
- @bluecadet/launchpad-utils@1.4.0
13+
314
## 1.6.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.6.0",
3+
"version": "1.7.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.2",
25+
"@bluecadet/launchpad-utils": "~1.4.0",
2626
"auto-bind": "^5.0.1",
2727
"axon": "^2.0.3",
2828
"chalk": "^5.0.0",

packages/scaffold/CHANGELOG.md

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

3+
## 1.7.0
4+
5+
### Minor Changes
6+
7+
- [#98](https://github.com/bluecadet/launchpad/pull/98) [`a56c4f4`](https://github.com/bluecadet/launchpad/commit/a56c4f42e1ade3513783b7ccab3d8ff979f5deee) Thanks [@benjaminbojko](https://github.com/benjaminbojko)! - Added eslint and reformated code
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`a56c4f4`](https://github.com/bluecadet/launchpad/commit/a56c4f42e1ade3513783b7ccab3d8ff979f5deee)]:
12+
- @bluecadet/launchpad-utils@1.4.0
13+
314
## 1.6.0
415

516
### Minor Changes

0 commit comments

Comments
 (0)