File tree 13 files changed +81
-26
lines changed
13 files changed +81
-26
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.8.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [ #68 ] ( https://github.com/bluecadet/launchpad/pull/68 ) [ ` a7172da ` ] ( https://github.com/bluecadet/launchpad/commit/a7172dad86b0f8ab479128b013593e13f36cb0e3 ) Thanks [ @benjaminbojko ] ( https://github.com/benjaminbojko ) ! - Updated documentation
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [[ ` a7172da ` ] ( https://github.com/bluecadet/launchpad/commit/a7172dad86b0f8ab479128b013593e13f36cb0e3 )] :
12
+ - @bluecadet/launchpad-utils @1.3.0
13
+
3
14
## 1.7.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.7 .0" ,
3
+ "version" : " 1.8 .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.2.1 " ,
25
+ "@bluecadet/launchpad-utils" : " ~1.3.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.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [ #68 ] ( https://github.com/bluecadet/launchpad/pull/68 ) [ ` a7172da ` ] ( https://github.com/bluecadet/launchpad/commit/a7172dad86b0f8ab479128b013593e13f36cb0e3 ) Thanks [ @benjaminbojko ] ( https://github.com/benjaminbojko ) ! - Updated documentation
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [[ ` a7172da ` ] ( https://github.com/bluecadet/launchpad/commit/a7172dad86b0f8ab479128b013593e13f36cb0e3 )] :
12
+ - @bluecadet/launchpad-utils @1.3.0
13
+
3
14
## 1.2.1
4
15
5
16
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @bluecadet/launchpad-dashboard" ,
3
- "version" : " 1.2.1 " ,
3
+ "version" : " 1.3.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.2.1 "
21
+ "@bluecadet/launchpad-utils" : " ~1.3.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.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [ #68 ] ( https://github.com/bluecadet/launchpad/pull/68 ) [ ` a7172da ` ] ( https://github.com/bluecadet/launchpad/commit/a7172dad86b0f8ab479128b013593e13f36cb0e3 ) Thanks [ @benjaminbojko ] ( https://github.com/benjaminbojko ) ! - Updated documentation
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [[ ` a7172da ` ] ( https://github.com/bluecadet/launchpad/commit/a7172dad86b0f8ab479128b013593e13f36cb0e3 )] :
12
+ - @bluecadet/launchpad-content @1.8.0
13
+ - @bluecadet/launchpad-dashboard @1.3.0
14
+ - @bluecadet/launchpad-monitor @1.3.0
15
+ - @bluecadet/launchpad-scaffold @1.4.0
16
+ - @bluecadet/launchpad-utils @1.3.0
17
+
3
18
## 1.2.6
4
19
5
20
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @bluecadet/launchpad" ,
3
- "version" : " 1.2.6 " ,
3
+ "version" : " 1.3.0 " ,
4
4
"description" : " Suite of tools to manage media installations" ,
5
5
"engines" : {
6
6
"npm" : " >=8.5.1" ,
7
- "node" : " >=17.5.0"
7
+ "node" : " >=17.5.0"
8
8
},
9
9
"type" : " module" ,
10
10
"main" : " ./index.js" ,
43
43
},
44
44
"homepage" : " https://github.com/bluecadet/launchpad#readme" ,
45
45
"dependencies" : {
46
- "@bluecadet/launchpad-utils" : " ~1.2.1 " ,
47
- "@bluecadet/launchpad-dashboard" : " ~1.2.1 " ,
48
- "@bluecadet/launchpad-monitor" : " ~1.2.1 " ,
49
- "@bluecadet/launchpad-scaffold" : " ~1.3 .0" ,
50
- "@bluecadet/launchpad-content" : " ~1.7 .0" ,
46
+ "@bluecadet/launchpad-utils" : " ~1.3.0 " ,
47
+ "@bluecadet/launchpad-dashboard" : " ~1.3.0 " ,
48
+ "@bluecadet/launchpad-monitor" : " ~1.3.0 " ,
49
+ "@bluecadet/launchpad-scaffold" : " ~1.4 .0" ,
50
+ "@bluecadet/launchpad-content" : " ~1.8 .0" ,
51
51
"chalk" : " ^5.0.0" ,
52
52
"fs-extra" : " ^10.0.0"
53
53
},
Original file line number Diff line number Diff line change 1
1
# @bluecadet/launchpad-monitor
2
2
3
+ ## 1.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [ #68 ] ( https://github.com/bluecadet/launchpad/pull/68 ) [ ` a7172da ` ] ( https://github.com/bluecadet/launchpad/commit/a7172dad86b0f8ab479128b013593e13f36cb0e3 ) Thanks [ @benjaminbojko ] ( https://github.com/benjaminbojko ) ! - Updated documentation
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [[ ` a7172da ` ] ( https://github.com/bluecadet/launchpad/commit/a7172dad86b0f8ab479128b013593e13f36cb0e3 )] :
12
+ - @bluecadet/launchpad-utils @1.3.0
13
+
3
14
## 1.2.1
4
15
5
16
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @bluecadet/launchpad-monitor" ,
3
- "version" : " 1.2.1 " ,
3
+ "version" : " 1.3.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.2.1 " ,
25
+ "@bluecadet/launchpad-utils" : " ~1.3.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.4.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [ #68 ] ( https://github.com/bluecadet/launchpad/pull/68 ) [ ` a7172da ` ] ( https://github.com/bluecadet/launchpad/commit/a7172dad86b0f8ab479128b013593e13f36cb0e3 ) Thanks [ @benjaminbojko ] ( https://github.com/benjaminbojko ) ! - Updated documentation
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [[ ` a7172da ` ] ( https://github.com/bluecadet/launchpad/commit/a7172dad86b0f8ab479128b013593e13f36cb0e3 )] :
12
+ - @bluecadet/launchpad-utils @1.3.0
13
+
3
14
## 1.3.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.3 .0" ,
3
+ "version" : " 1.4 .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.2.1 " ,
22
+ "@bluecadet/launchpad-utils" : " ~1.3.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.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [ #68 ] ( https://github.com/bluecadet/launchpad/pull/68 ) [ ` a7172da ` ] ( https://github.com/bluecadet/launchpad/commit/a7172dad86b0f8ab479128b013593e13f36cb0e3 ) Thanks [ @benjaminbojko ] ( https://github.com/benjaminbojko ) ! - Updated documentation
8
+
3
9
## 1.2.1
4
10
5
11
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @bluecadet/launchpad-utils" ,
3
- "version" : " 1.2.1 " ,
3
+ "version" : " 1.3.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