File tree 13 files changed +80
-25
lines changed
13 files changed +80
-25
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
# @bluecadet/launchpad-content
2
2
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
+
3
14
## 1.2.0
4
15
5
16
### Minor Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @bluecadet/launchpad-content" ,
3
- "version" : " 1.2 .0" ,
3
+ "version" : " 1.3 .0" ,
4
4
"description" : " Content syncing pipeline for various sources" ,
5
5
"main" : " index.js" ,
6
6
"bin" : " index.js" ,
22
22
},
23
23
"homepage" : " https://github.com/bluecadet/launchpad/packages/content" ,
24
24
"dependencies" : {
25
- "@bluecadet/launchpad-utils" : " ~1.1 .0" ,
25
+ "@bluecadet/launchpad-utils" : " ~1.2 .0" ,
26
26
"@portabletext/to-html" : " ^1.0.3" ,
27
27
"@sanity/block-content-to-markdown" : " ^0.0.5" ,
28
28
"@sanity/client" : " ^3.3.2" ,
Original file line number Diff line number Diff line change 1
1
# @bluecadet/launchpad-dashboard
2
2
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
+
3
14
## 1.1.0
4
15
5
16
### Minor Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @bluecadet/launchpad-dashboard" ,
3
- "version" : " 1.1 .0" ,
3
+ "version" : " 1.2 .0" ,
4
4
"description" : " " ,
5
5
"main" : " index.js" ,
6
6
"type" : " module" ,
18
18
"url" : " https://github.com/bluecadet/launchpad/issues"
19
19
},
20
20
"dependencies" : {
21
- "@bluecadet/launchpad-utils" : " ~1.1 .0"
21
+ "@bluecadet/launchpad-utils" : " ~1.2 .0"
22
22
},
23
23
"homepage" : " https://github.com/bluecadet/launchpad/packages/dashboard"
24
24
}
Original file line number Diff line number Diff line change 1
1
# @bluecadet/launchpad
2
2
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
+
3
18
## 1.1.0
4
19
5
20
### Minor Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @bluecadet/launchpad" ,
3
- "version" : " 1.1 .0" ,
3
+ "version" : " 1.2 .0" ,
4
4
"description" : " Suite of tools to manage media installations" ,
5
5
"engines" : {
6
6
"npm" : " >=7"
37
37
},
38
38
"homepage" : " https://github.com/bluecadet/launchpad#readme" ,
39
39
"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" ,
45
45
"chalk" : " ^5.0.0" ,
46
46
"fs-extra" : " ^10.0.0"
47
47
},
Original file line number Diff line number Diff line change 1
1
# @bluecadet/launchpad-monitor
2
2
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
+
3
14
## 1.1.0
4
15
5
16
### Minor Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @bluecadet/launchpad-monitor" ,
3
- "version" : " 1.1 .0" ,
3
+ "version" : " 1.2 .0" ,
4
4
"description" : " " ,
5
5
"main" : " index.js" ,
6
6
"type" : " module" ,
22
22
},
23
23
"homepage" : " https://github.com/bluecadet/launchpad/packages/monitor" ,
24
24
"dependencies" : {
25
- "@bluecadet/launchpad-utils" : " ~1.1 .0" ,
25
+ "@bluecadet/launchpad-utils" : " ~1.2 .0" ,
26
26
"auto-bind" : " ^5.0.1" ,
27
27
"axon" : " ^2.0.3" ,
28
28
"chalk" : " ^5.0.0" ,
Original file line number Diff line number Diff line change 1
1
# @bluecadet/launchpad-scaffold
2
2
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
+
3
14
## 1.1.0
4
15
5
16
### Minor Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @bluecadet/launchpad-scaffold" ,
3
- "version" : " 1.1 .0" ,
3
+ "version" : " 1.2 .0" ,
4
4
"description" : " Suite of PS1 scripts to configure Windows 8/10 PCs for permanent exhibits." ,
5
5
"type" : " module" ,
6
6
"main" : " index.js" ,
19
19
"url" : " https://github.com/bluecadet/launchpad/issues"
20
20
},
21
21
"dependencies" : {
22
- "@bluecadet/launchpad-utils" : " ~1.1 .0" ,
22
+ "@bluecadet/launchpad-utils" : " ~1.2 .0" ,
23
23
"sudo-prompt" : " ^9.2.1"
24
24
},
25
25
"homepage" : " https://github.com/bluecadet/launchpad/packages/scaffold"
Original file line number Diff line number Diff line change 1
1
# @bluecadet/launchpad-utils
2
2
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
+
3
9
## 1.1.0
4
10
5
11
### Minor Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @bluecadet/launchpad-utils" ,
3
- "version" : " 1.1 .0" ,
3
+ "version" : " 1.2 .0" ,
4
4
"description" : " Common utilities used by multiple launchpad modules" ,
5
5
"type" : " module" ,
6
6
"main" : " index.js" ,
You can’t perform that action at this time.
0 commit comments