File tree Expand file tree Collapse file tree 5 files changed +36
-2
lines changed Expand file tree Collapse file tree 5 files changed +36
-2
lines changed Original file line number Diff line number Diff line change 10
10
" angry-ladybugs-study" ,
11
11
" angry-radios-teach" ,
12
12
" chatty-insects-whisper" ,
13
+ " chilled-avocados-speak" ,
13
14
" chilly-pets-speak" ,
14
15
" cool-boats-kick" ,
15
16
" cool-mugs-knock" ,
20
21
" early-cherries-poke" ,
21
22
" eighty-poets-laugh" ,
22
23
" famous-books-switch" ,
24
+ " forty-jeans-speak" ,
23
25
" four-panthers-tap" ,
24
26
" gentle-flowers-tease" ,
25
27
" great-horses-heal" ,
29
31
" hungry-olives-allow" ,
30
32
" khaki-roses-sin" ,
31
33
" large-spoons-move" ,
34
+ " lemon-walls-sin" ,
32
35
" light-boats-guess" ,
33
36
" long-squids-run" ,
34
37
" loud-lemons-shave" ,
45
48
" olive-kiwis-exist" ,
46
49
" olive-trainers-relate" ,
47
50
" orange-ads-wave" ,
51
+ " orange-spiders-rescue" ,
48
52
" perfect-guests-eat" ,
49
53
" perfect-needles-rush" ,
50
54
" perfect-oranges-beg" ,
51
55
" pink-drinks-learn" ,
56
+ " popular-laws-walk" ,
52
57
" rare-owls-listen" ,
58
+ " rich-bugs-tickle" ,
53
59
" rotten-zebras-perform" ,
54
60
" rude-melons-whisper" ,
55
61
" sharp-shirts-think" ,
69
75
" violet-ways-reply" ,
70
76
" wet-sheep-act" ,
71
77
" wild-horses-lie" ,
78
+ " wise-needles-look" ,
79
+ " witty-geese-deliver" ,
72
80
" yellow-snakes-thank"
73
81
]
74
82
}
Original file line number Diff line number Diff line change 1
1
# create-jellycommands
2
2
3
+ ## 0.1.0-next.14
4
+
5
+ ### Patch Changes
6
+
7
+ - update styles of create-jellycommands ([ #156 ] ( https://github.com/ghostdevv/jellycommands/pull/156 ) )
8
+
9
+ - add src/app.d.ts ([ #155 ] ( https://github.com/ghostdevv/jellycommands/pull/155 ) )
10
+
11
+ - update the jsconfig.json and tsconfig.json ([ ` dc96114 ` ] ( https://github.com/ghostdevv/jellycommands/commit/dc961145241448e186a632eb254540b6ca044884 ) )
12
+
13
+ - update non-major dependancies ([ #162 ] ( https://github.com/ghostdevv/jellycommands/pull/162 ) )
14
+
3
15
## 0.1.0-next.13
4
16
5
17
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " create-jellycommands" ,
3
3
"description" : " Get started quickly with jellycommands by running npm create jellycommands" ,
4
- "version" : " 0.1.0-next.13 " ,
4
+ "version" : " 0.1.0-next.14 " ,
5
5
"type" : " module" ,
6
6
"bin" : {
7
7
"create-jellycommands" : " src/bin.js"
Original file line number Diff line number Diff line change 1
1
# jellycommands
2
2
3
+ ## 1.0.0-next.40
4
+
5
+ ### Patch Changes
6
+
7
+ - add errors to props.get, props.set, props.has to aid in migration ([ #159 ] ( https://github.com/ghostdevv/jellycommands/pull/159 ) )
8
+
9
+ - (breaking) update props api to be typesafe and easier to use ([ #155 ] ( https://github.com/ghostdevv/jellycommands/pull/155 ) )
10
+
11
+ - add a guard to catch no guild id when dev mode enabled ([ #165 ] ( https://github.com/ghostdevv/jellycommands/pull/165 ) )
12
+
13
+ - change command/event file resolution logic ([ #161 ] ( https://github.com/ghostdevv/jellycommands/pull/161 ) )
14
+
15
+ - update non-major dependancies ([ #162 ] ( https://github.com/ghostdevv/jellycommands/pull/162 ) )
16
+
3
17
## 1.0.0-next.39
4
18
5
19
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " jellycommands" ,
3
- "version" : " 1.0.0-next.39 " ,
3
+ "version" : " 1.0.0-next.40 " ,
4
4
"author" : " GHOST" ,
5
5
"license" : " MIT" ,
6
6
"main" : " dist/index.js" ,
You can’t perform that action at this time.
0 commit comments