Skip to content

Commit 91496b4

Browse files
authored
Merge pull request #45 from bluecadet/changeset-release/develop
Version Packages
2 parents f7612af + b71314a commit 91496b4

File tree

13 files changed

+80
-25
lines changed

13 files changed

+80
-25
lines changed

.changeset/red-foxes-wait.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.3.0
4+
5+
### Minor Changes
6+
7+
- [#39](https://github.com/bluecadet/launchpad/pull/39) [`7611cc4`](https://github.com/bluecadet/launchpad/commit/7611cc40742bf32012d5ce6dd5da155644ba0e23) Thanks [@github-actions](https://github.com/apps/github-actions)! - Changeset monorepo restructure
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`7611cc4`](https://github.com/bluecadet/launchpad/commit/7611cc40742bf32012d5ce6dd5da155644ba0e23)]:
12+
- @bluecadet/launchpad-utils@1.2.0
13+
314
## 1.2.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.2.0",
3+
"version": "1.3.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.1.0",
25+
"@bluecadet/launchpad-utils": "~1.2.0",
2626
"@portabletext/to-html": "^1.0.3",
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.2.0
4+
5+
### Minor Changes
6+
7+
- [#39](https://github.com/bluecadet/launchpad/pull/39) [`7611cc4`](https://github.com/bluecadet/launchpad/commit/7611cc40742bf32012d5ce6dd5da155644ba0e23) Thanks [@github-actions](https://github.com/apps/github-actions)! - Changeset monorepo restructure
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`7611cc4`](https://github.com/bluecadet/launchpad/commit/7611cc40742bf32012d5ce6dd5da155644ba0e23)]:
12+
- @bluecadet/launchpad-utils@1.2.0
13+
314
## 1.1.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.1.0",
3+
"version": "1.2.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.1.0"
21+
"@bluecadet/launchpad-utils": "~1.2.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.2.0
4+
5+
### Minor Changes
6+
7+
- [#39](https://github.com/bluecadet/launchpad/pull/39) [`7611cc4`](https://github.com/bluecadet/launchpad/commit/7611cc40742bf32012d5ce6dd5da155644ba0e23) Thanks [@github-actions](https://github.com/apps/github-actions)! - Changeset monorepo restructure
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`7611cc4`](https://github.com/bluecadet/launchpad/commit/7611cc40742bf32012d5ce6dd5da155644ba0e23)]:
12+
- @bluecadet/launchpad-content@1.3.0
13+
- @bluecadet/launchpad-dashboard@1.2.0
14+
- @bluecadet/launchpad-monitor@1.2.0
15+
- @bluecadet/launchpad-scaffold@1.2.0
16+
- @bluecadet/launchpad-utils@1.2.0
17+
318
## 1.1.0
419

520
### Minor 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.1.0",
3+
"version": "1.2.0",
44
"description": "Suite of tools to manage media installations",
55
"engines": {
66
"npm": ">=7"
@@ -37,11 +37,11 @@
3737
},
3838
"homepage": "https://github.com/bluecadet/launchpad#readme",
3939
"dependencies": {
40-
"@bluecadet/launchpad-utils": "~1.1.0",
41-
"@bluecadet/launchpad-dashboard": "~1.1.0",
42-
"@bluecadet/launchpad-monitor": "~1.1.0",
43-
"@bluecadet/launchpad-scaffold": "~1.1.0",
44-
"@bluecadet/launchpad-content": "~1.2.0",
40+
"@bluecadet/launchpad-utils": "~1.2.0",
41+
"@bluecadet/launchpad-dashboard": "~1.2.0",
42+
"@bluecadet/launchpad-monitor": "~1.2.0",
43+
"@bluecadet/launchpad-scaffold": "~1.2.0",
44+
"@bluecadet/launchpad-content": "~1.3.0",
4545
"chalk": "^5.0.0",
4646
"fs-extra": "^10.0.0"
4747
},

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.2.0
4+
5+
### Minor Changes
6+
7+
- [#39](https://github.com/bluecadet/launchpad/pull/39) [`7611cc4`](https://github.com/bluecadet/launchpad/commit/7611cc40742bf32012d5ce6dd5da155644ba0e23) Thanks [@github-actions](https://github.com/apps/github-actions)! - Changeset monorepo restructure
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`7611cc4`](https://github.com/bluecadet/launchpad/commit/7611cc40742bf32012d5ce6dd5da155644ba0e23)]:
12+
- @bluecadet/launchpad-utils@1.2.0
13+
314
## 1.1.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.1.0",
3+
"version": "1.2.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.1.0",
25+
"@bluecadet/launchpad-utils": "~1.2.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.2.0
4+
5+
### Minor Changes
6+
7+
- [#39](https://github.com/bluecadet/launchpad/pull/39) [`7611cc4`](https://github.com/bluecadet/launchpad/commit/7611cc40742bf32012d5ce6dd5da155644ba0e23) Thanks [@github-actions](https://github.com/apps/github-actions)! - Changeset monorepo restructure
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`7611cc4`](https://github.com/bluecadet/launchpad/commit/7611cc40742bf32012d5ce6dd5da155644ba0e23)]:
12+
- @bluecadet/launchpad-utils@1.2.0
13+
314
## 1.1.0
415

516
### Minor Changes

packages/scaffold/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-scaffold",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "Suite of PS1 scripts to configure Windows 8/10 PCs for permanent exhibits.",
55
"type": "module",
66
"main": "index.js",
@@ -19,7 +19,7 @@
1919
"url": "https://github.com/bluecadet/launchpad/issues"
2020
},
2121
"dependencies": {
22-
"@bluecadet/launchpad-utils": "~1.1.0",
22+
"@bluecadet/launchpad-utils": "~1.2.0",
2323
"sudo-prompt": "^9.2.1"
2424
},
2525
"homepage": "https://github.com/bluecadet/launchpad/packages/scaffold"

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.2.0
4+
5+
### Minor Changes
6+
7+
- [#39](https://github.com/bluecadet/launchpad/pull/39) [`7611cc4`](https://github.com/bluecadet/launchpad/commit/7611cc40742bf32012d5ce6dd5da155644ba0e23) Thanks [@github-actions](https://github.com/apps/github-actions)! - Changeset monorepo restructure
8+
39
## 1.1.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.1.0",
3+
"version": "1.2.0",
44
"description": "Common utilities used by multiple launchpad modules",
55
"type": "module",
66
"main": "index.js",

0 commit comments

Comments
 (0)