File tree Expand file tree Collapse file tree 13 files changed +80
-25
lines changed Expand file tree Collapse file tree 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.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
+
3
14
## 1.9.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.9 .0" ,
3
+ "version" : " 1.10 .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.3.1 " ,
25
+ "@bluecadet/launchpad-utils" : " ~1.4.0 " ,
26
26
"@portabletext/to-html" : " ^1.0.4" ,
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.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
+
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-dashboard" ,
3
- "version" : " 1.3 .0" ,
3
+ "version" : " 1.4 .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.3 .0"
21
+ "@bluecadet/launchpad-utils" : " ~1.4 .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.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
+
3
18
## 1.3.9
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.3.9 " ,
3
+ "version" : " 1.4.0 " ,
4
4
"description" : " Suite of tools to manage media installations" ,
5
5
"engines" : {
6
6
"npm" : " >=8.5.1" ,
43
43
},
44
44
"homepage" : " https://github.com/bluecadet/launchpad#readme" ,
45
45
"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" ,
51
51
"auto-bind" : " ^5.0.1" ,
52
52
"chalk" : " ^5.0.0" ,
53
53
"fs-extra" : " ^10.0.0"
Original file line number Diff line number Diff line change 1
1
# @bluecadet/launchpad-monitor
2
2
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
+
3
14
## 1.6.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.6 .0" ,
3
+ "version" : " 1.7 .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.3.2 " ,
25
+ "@bluecadet/launchpad-utils" : " ~1.4.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.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
+
3
14
## 1.6.0
4
15
5
16
### Minor Changes
You can’t perform that action at this time.
0 commit comments