@betty-blocks/cli 25.9.0 → 25.9.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +13 -14
  2. package/CHANGELOG.md +0 -1227
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@betty-blocks/cli",
3
- "version": "25.9.0",
3
+ "version": "25.9.1",
4
4
  "description": "A Betty Blocks CLI",
5
5
  "main": "build/index.js",
6
6
  "author": "Niek Nijland <niek.nijland@bettyblocks.com>",
@@ -27,39 +27,38 @@
27
27
  }
28
28
  },
29
29
  "devDependencies": {
30
- "@commitlint/cli": "^8.2.0",
31
- "@commitlint/config-angular": "^8.2.0",
32
- "@commitlint/prompt-cli": "^8.2.0",
33
- "@semantic-release/changelog": "^5.0.1",
34
- "@semantic-release/git": "^9.0.0",
30
+ "@commitlint/cli": "^15.0.0",
31
+ "@commitlint/config-angular": "^15.0.0",
32
+ "@commitlint/prompt-cli": "^15.0.0",
33
+ "@semantic-release/changelog": "^6.0.1",
34
+ "@semantic-release/git": "^10.0.1",
35
35
  "@types/app-root-path": "^1.2.4",
36
- "@types/babel__generator": "^7.0.2",
36
+ "@types/babel__generator": "^7.6.3",
37
37
  "@types/babel__traverse": "^7.0.7",
38
38
  "@types/fs-extra": "^8.0.0",
39
39
  "@types/lodash": "^4.14.176",
40
40
  "@types/node": "^12.6.8",
41
41
  "@types/promise-sequential": "^1.1.0",
42
+ "@types/semver": "^7.3.9",
42
43
  "@typescript-eslint/eslint-plugin": "^2.3.2",
43
44
  "@typescript-eslint/parser": "^2.3.2",
44
45
  "app-root-path": "^2.2.1",
45
- "ava": "^3.7.1",
46
+ "ava": "^3.15.0",
46
47
  "eslint": "^6.8.0",
47
48
  "eslint-config-airbnb-base": "^14.0.0",
48
49
  "eslint-config-prettier": "^6.4.0",
49
50
  "eslint-plugin-import": "^2.18.2",
50
51
  "eslint-plugin-prettier": "^3.1.1",
51
52
  "husky": "^3.0.5",
52
- "jest": "^25.1.0",
53
53
  "prettier": "^1.18.2",
54
- "semantic-release": "^17.4.7",
55
- "ts-jest": "^25.2.1",
54
+ "semantic-release": "^18.0.1",
56
55
  "tsc-watch": "^2.2.1",
57
56
  "typescript": "^3.5.3"
58
57
  },
59
58
  "dependencies": {
60
59
  "@azure/ms-rest-js": "^2.0.4",
61
60
  "@azure/storage-blob": "^10.3.0",
62
- "@babel/generator": "^7.5.5",
61
+ "@babel/generator": "^7.16.0",
63
62
  "@babel/parser": "^7.5.5",
64
63
  "@babel/traverse": "^7.5.5",
65
64
  "@babel/types": "^7.5.5",
@@ -75,13 +74,13 @@
75
74
  "form-data": "^4.0.0",
76
75
  "fs-extra": "^8.1.0",
77
76
  "joi": "^17.2.1",
78
- "jsdoc-api": "^7.0.0",
77
+ "jsdoc-api": "^7.1.0",
79
78
  "jsonschema": "^1.4.0",
80
79
  "lodash": "^4.17.21",
81
80
  "minimist": "^1.2.5",
82
81
  "node-fetch": "^2.6.0",
83
82
  "ora": "^5.0.0",
84
- "prismjs": "^1.21.0",
83
+ "prismjs": "^1.25.0",
85
84
  "prompts": "^2.3.2",
86
85
  "semver": "^6.3.0",
87
86
  "serve": "^11.1.0",
package/CHANGELOG.md DELETED
@@ -1,1227 +0,0 @@
1
- # [25.9.0](https://github.com/bettyblocks/cli/compare/v25.8.0...v25.9.0) (2021-12-02)
2
-
3
-
4
- ### Features
5
-
6
- * move test and lint to dev dependencies ([#264](https://github.com/bettyblocks/cli/issues/264)) ([ab44d76](https://github.com/bettyblocks/cli/commit/ab44d76))
7
-
8
- # [25.8.0](https://github.com/bettyblocks/cli/compare/v25.7.0...v25.8.0) (2021-11-25)
9
-
10
-
11
- ### Features
12
-
13
- * add actionjs component option ([a2f86d9](https://github.com/bettyblocks/cli/commit/a2f86d9))
14
-
15
- # [25.7.0](https://github.com/bettyblocks/cli/compare/v25.6.0...v25.7.0) (2021-11-02)
16
-
17
-
18
- ### Features
19
-
20
- * add ICON option support ([#261](https://github.com/bettyblocks/cli/issues/261)) ([5f44d5a](https://github.com/bettyblocks/cli/commit/5f44d5a))
21
-
22
- # [25.6.0](https://github.com/bettyblocks/cli/compare/v25.5.0...v25.6.0) (2021-10-25)
23
-
24
-
25
- ### Features
26
-
27
- * update function json for tests ([5c03135](https://github.com/bettyblocks/cli/commit/5c03135))
28
-
29
- # [25.5.0](https://github.com/bettyblocks/cli/compare/v25.4.0...v25.5.0) (2021-10-11)
30
-
31
-
32
- ### Features
33
-
34
- * log results of function publish ([8cbc5f1](https://github.com/bettyblocks/cli/commit/8cbc5f1))
35
- * move duplicate logResult code to validation module ([e6ae7eb](https://github.com/bettyblocks/cli/commit/e6ae7eb))
36
- * rename validated to valid ([f73f466](https://github.com/bettyblocks/cli/commit/f73f466))
37
-
38
- # [25.4.0](https://github.com/bettyblocks/cli/compare/v25.3.0...v25.4.0) (2021-09-27)
39
-
40
-
41
- ### Features
42
-
43
- * use buildDir to build and publish CustomFunctions ([#255](https://github.com/bettyblocks/cli/issues/255)) ([c698125](https://github.com/bettyblocks/cli/commit/c698125))
44
-
45
- # [25.3.0](https://github.com/bettyblocks/cli/compare/v25.2.0...v25.3.0) (2021-09-23)
46
-
47
-
48
- ### Features
49
-
50
- * add FunctionValidator class ([4755bb4](https://github.com/bettyblocks/cli/commit/4755bb4))
51
-
52
- # [25.2.0](https://github.com/bettyblocks/cli/compare/v25.1.1...v25.2.0) (2021-09-23)
53
-
54
-
55
- ### Features
56
-
57
- * make dynamic validation based on component styleType ([#250](https://github.com/bettyblocks/cli/issues/250)) ([4f1d606](https://github.com/bettyblocks/cli/commit/4f1d606))
58
-
59
- ## [25.1.1](https://github.com/bettyblocks/cli/compare/v25.1.0...v25.1.1) (2021-09-15)
60
-
61
-
62
- ### Bug Fixes
63
-
64
- * remove unused 'io' option in blueprint template ([#242](https://github.com/bettyblocks/cli/issues/242)) ([684e4c0](https://github.com/bettyblocks/cli/commit/684e4c0))
65
-
66
- # [25.1.0](https://github.com/bettyblocks/cli/compare/v25.0.0...v25.1.0) (2021-09-14)
67
-
68
-
69
- ### Features
70
-
71
- * add style name to structure in prefab ([#248](https://github.com/bettyblocks/cli/issues/248)) ([6c659c8](https://github.com/bettyblocks/cli/commit/6c659c8))
72
-
73
- # [25.0.0](https://github.com/bettyblocks/cli/compare/v24.0.0...v25.0.0) (2021-09-10)
74
-
75
-
76
- ### Bug Fixes
77
-
78
- * unable to reload v2 property option page 787 ([#247](https://github.com/bettyblocks/cli/issues/247)) ([cf1b1b9](https://github.com/bettyblocks/cli/commit/cf1b1b9))
79
-
80
-
81
- ### BREAKING CHANGES
82
-
83
- * users can no longer use apiVersion v1 for options with
84
- type 'PROPERTY'
85
-
86
- Co-authored-by: Lars Hisken <lars.hisken@bettyblocks.com>
87
- Co-authored-by: DylanBetty <dylan.carver@bettyblocks.com>
88
-
89
- # [24.0.0](https://github.com/bettyblocks/cli/compare/v23.53.0...v24.0.0) (2021-08-27)
90
-
91
-
92
- ### Bug Fixes
93
-
94
- * remove components preview ([5b3fca4](https://github.com/bettyblocks/cli/commit/5b3fca4))
95
-
96
-
97
- ### BREAKING CHANGES
98
-
99
- * users can no longer use the components preview
100
-
101
- # [23.53.0](https://github.com/bettyblocks/cli/compare/v23.52.0...v23.53.0) (2021-08-25)
102
-
103
-
104
- ### Features
105
-
106
- * added the locale type ([#241](https://github.com/bettyblocks/cli/issues/241)) ([3fa4cf7](https://github.com/bettyblocks/cli/commit/3fa4cf7))
107
-
108
- # [23.52.0](https://github.com/bettyblocks/cli/compare/v23.51.0...v23.52.0) (2021-08-23)
109
-
110
-
111
- ### Features
112
-
113
- * uppercase yield defaults ([416e250](https://github.com/bettyblocks/cli/commit/416e250))
114
-
115
- # [23.51.0](https://github.com/bettyblocks/cli/compare/v23.50.0...v23.51.0) (2021-08-23)
116
-
117
-
118
- ### Features
119
-
120
- * allow any 200-ish to be seen as successful login ([#239](https://github.com/bettyblocks/cli/issues/239)) ([ca1fa74](https://github.com/bettyblocks/cli/commit/ca1fa74))
121
-
122
- # [23.50.0](https://github.com/bettyblocks/cli/compare/v23.49.0...v23.50.0) (2021-08-12)
123
-
124
-
125
- ### Features
126
-
127
- * add `bb functions new` and update `bb functions publish` ([#234](https://github.com/bettyblocks/cli/issues/234)) ([3ae7999](https://github.com/bettyblocks/cli/commit/3ae7999))
128
-
129
- # [23.49.0](https://github.com/bettyblocks/cli/compare/v23.48.0...v23.49.0) (2021-08-09)
130
-
131
-
132
- ### Features
133
-
134
- * increase interaction limit to 60 ([#231](https://github.com/bettyblocks/cli/issues/231)) ([b995d66](https://github.com/bettyblocks/cli/commit/b995d66))
135
-
136
- # [23.48.0](https://github.com/bettyblocks/cli/compare/v23.47.0...v23.48.0) (2021-07-28)
137
-
138
-
139
- ### Features
140
-
141
- * add `bb functions validate` command ([#228](https://github.com/bettyblocks/cli/issues/228)) ([77aeb2f](https://github.com/bettyblocks/cli/commit/77aeb2f))
142
-
143
- # [23.47.0](https://github.com/bettyblocks/cli/compare/v23.46.0...v23.47.0) (2021-06-15)
144
-
145
-
146
- ### Features
147
-
148
- * add-new-icons-for-componentset ([#226](https://github.com/bettyblocks/cli/issues/226)) ([36c7862](https://github.com/bettyblocks/cli/commit/36c7862))
149
-
150
- # [23.46.0](https://github.com/bettyblocks/cli/compare/v23.45.0...v23.46.0) (2021-05-25)
151
-
152
-
153
- ### Features
154
-
155
- * add Zone detection to functions publish ([#222](https://github.com/bettyblocks/cli/issues/222)) ([d1c2e8f](https://github.com/bettyblocks/cli/commit/d1c2e8f))
156
-
157
- # [23.45.0](https://github.com/bettyblocks/cli/compare/v23.44.0...v23.45.0) (2021-05-21)
158
-
159
-
160
- ### Features
161
-
162
- * increase interaction limit to 30 ([#221](https://github.com/bettyblocks/cli/issues/221)) ([1ff3856](https://github.com/bettyblocks/cli/commit/1ff3856))
163
-
164
- # [23.44.0](https://github.com/bettyblocks/cli/compare/v23.43.0...v23.44.0) (2021-05-18)
165
-
166
-
167
- ### Features
168
-
169
- * update sayHello template to reflect latest ActionsJS ([#220](https://github.com/bettyblocks/cli/issues/220)) ([892837a](https://github.com/bettyblocks/cli/commit/892837a))
170
-
171
- # [23.43.0](https://github.com/bettyblocks/cli/compare/v23.42.0...v23.43.0) (2021-05-14)
172
-
173
-
174
- ### Features
175
-
176
- * release publishing app functions and FusionAuth authentication ([2e532de](https://github.com/bettyblocks/cli/commit/2e532de))
177
-
178
- # [23.42.0](https://github.com/bettyblocks/cli/compare/v23.41.0...v23.42.0) (2021-05-11)
179
-
180
-
181
- ### Features
182
-
183
- * add preview info to prefabs ([448bc0e](https://github.com/bettyblocks/cli/commit/448bc0e))
184
-
185
- # [23.41.0](https://github.com/bettyblocks/cli/compare/v23.40.1...v23.41.0) (2021-04-02)
186
-
187
-
188
- ### Features
189
-
190
- * support logging in with FusionAuth ([#213](https://github.com/bettyblocks/cli/issues/213)) ([b5216f7](https://github.com/bettyblocks/cli/commit/b5216f7))
191
-
192
- ## [23.40.1](https://github.com/bettyblocks/cli/compare/v23.40.0...v23.40.1) (2021-03-24)
193
-
194
-
195
- ### Bug Fixes
196
-
197
- * keywords type ([#210](https://github.com/bettyblocks/cli/issues/210)) ([8807fe3](https://github.com/bettyblocks/cli/commit/8807fe3))
198
-
199
- # [23.40.0](https://github.com/bettyblocks/cli/compare/v23.39.0...v23.40.0) (2021-03-23)
200
-
201
-
202
- ### Features
203
-
204
- * **ta-2353:** adds the keywords property to prefab type ([#209](https://github.com/bettyblocks/cli/issues/209)) ([8d01235](https://github.com/bettyblocks/cli/commit/8d01235))
205
-
206
- # [23.39.0](https://github.com/bettyblocks/cli/compare/v23.38.0...v23.39.0) (2021-03-22)
207
-
208
-
209
- ### Features
210
-
211
- * add hash to component pndjs 2328 work 385 ([#208](https://github.com/bettyblocks/cli/issues/208)) ([01a2f93](https://github.com/bettyblocks/cli/commit/01a2f93))
212
-
213
- # [23.38.0](https://github.com/bettyblocks/cli/compare/v23.37.0...v23.38.0) (2021-03-22)
214
-
215
-
216
- ### Features
217
-
218
- * extract custom interaction parameters using jsdoc comments ([#206](https://github.com/bettyblocks/cli/issues/206)) ([a83f7fb](https://github.com/bettyblocks/cli/commit/a83f7fb))
219
-
220
- # [23.37.0](https://github.com/bettyblocks/cli/compare/v23.36.1...v23.37.0) (2021-03-19)
221
-
222
-
223
- ### Features
224
-
225
- * add host option to bb functions publish ([#207](https://github.com/bettyblocks/cli/issues/207)) ([2463219](https://github.com/bettyblocks/cli/commit/2463219))
226
-
227
- ## [23.36.1](https://github.com/bettyblocks/cli/compare/v23.36.0...v23.36.1) (2021-03-08)
228
-
229
-
230
- ### Bug Fixes
231
-
232
- * switch icon name to match ide one ([#205](https://github.com/bettyblocks/cli/issues/205)) ([3d75a7c](https://github.com/bettyblocks/cli/commit/3d75a7c))
233
-
234
- # [23.36.0](https://github.com/bettyblocks/cli/compare/v23.35.0...v23.36.0) (2021-02-26)
235
-
236
-
237
- ### Features
238
-
239
- * remove THEME option type ([2916455](https://github.com/bettyblocks/cli/commit/2916455))
240
-
241
- # [23.35.0](https://github.com/bettyblocks/cli/compare/v23.34.0...v23.35.0) (2021-02-19)
242
-
243
-
244
- ### Features
245
-
246
- * **ta-2245:** adds openPage button icon ([#202](https://github.com/bettyblocks/cli/issues/202)) ([35ab07e](https://github.com/bettyblocks/cli/commit/35ab07e))
247
-
248
- # [23.34.0](https://github.com/bettyblocks/cli/compare/v23.33.0...v23.34.0) (2021-02-11)
249
-
250
-
251
- ### Features
252
-
253
- * add logout prefab ([#201](https://github.com/bettyblocks/cli/issues/201)) ([75a41b0](https://github.com/bettyblocks/cli/commit/75a41b0))
254
-
255
- # [23.33.0](https://github.com/bettyblocks/cli/compare/v23.32.2...v23.33.0) (2021-02-05)
256
-
257
-
258
- ### Features
259
-
260
- * allow styleType on component ([d341f99](https://github.com/bettyblocks/cli/commit/d341f99))
261
-
262
- ## [23.32.2](https://github.com/bettyblocks/cli/compare/v23.32.1...v23.32.2) (2021-02-01)
263
-
264
-
265
- ### Bug Fixes
266
-
267
- * remove travis file ([#197](https://github.com/bettyblocks/cli/issues/197)) ([3c1c8db](https://github.com/bettyblocks/cli/commit/3c1c8db))
268
-
269
- ## [23.32.1](https://github.com/bettyblocks/cli/compare/v23.32.0...v23.32.1) (2021-01-28)
270
-
271
-
272
- ### Bug Fixes
273
-
274
- * add Integer to allowed variable_kinds and allow pageId for variable ([#194](https://github.com/bettyblocks/cli/issues/194)) ([a970605](https://github.com/bettyblocks/cli/commit/a970605))
275
-
276
- # [23.32.0](https://github.com/bettyblocks/cli/compare/v23.31.0...v23.32.0) (2021-01-28)
277
-
278
-
279
- ### Features
280
-
281
- * add menu icons to validation ([4e27050](https://github.com/bettyblocks/cli/commit/4e27050))
282
-
283
- # [23.31.0](https://github.com/bettyblocks/cli/compare/v23.30.0...v23.31.0) (2021-01-26)
284
-
285
-
286
- ### Features
287
-
288
- * **ART-2788:** Make action-name optional in prefabs. ([#192](https://github.com/bettyblocks/cli/issues/192)) ([9c5bf63](https://github.com/bettyblocks/cli/commit/9c5bf63))
289
-
290
- # [23.30.0](https://github.com/bettyblocks/cli/compare/v23.29.0...v23.30.0) (2021-01-21)
291
-
292
-
293
- ### Features
294
-
295
- * add list with data icon ([3440376](https://github.com/bettyblocks/cli/commit/3440376))
296
- * add switch icon ([0131c28](https://github.com/bettyblocks/cli/commit/0131c28))
297
-
298
- # [23.29.0](https://github.com/bettyblocks/cli/compare/v23.28.0...v23.29.0) (2021-01-19)
299
-
300
-
301
- ### Features
302
-
303
- * support delete record icon ([#190](https://github.com/bettyblocks/cli/issues/190)) ([ea47c23](https://github.com/bettyblocks/cli/commit/ea47c23))
304
-
305
- # [23.28.0](https://github.com/bettyblocks/cli/compare/v23.27.0...v23.28.0) (2021-01-18)
306
-
307
-
308
- ### Features
309
-
310
- * publish page prefabs ([#189](https://github.com/bettyblocks/cli/issues/189)) ([ff62d11](https://github.com/bettyblocks/cli/commit/ff62d11))
311
-
312
- # [23.27.0](https://github.com/bettyblocks/cli/compare/v23.26.0...v23.27.0) (2021-01-12)
313
-
314
-
315
- ### Features
316
-
317
- * build page prefabs to separate file ([dc7b15d](https://github.com/bettyblocks/cli/commit/dc7b15d))
318
-
319
- # [23.26.0](https://github.com/bettyblocks/cli/compare/v23.25.1...v23.26.0) (2021-01-06)
320
-
321
-
322
- ### Features
323
-
324
- * global void type interactions are now valid ([#187](https://github.com/bettyblocks/cli/issues/187)) ([dfedb7a](https://github.com/bettyblocks/cli/commit/dfedb7a))
325
-
326
- ## [23.25.1](https://github.com/bettyblocks/cli/compare/v23.25.0...v23.25.1) (2021-01-05)
327
-
328
-
329
- ### Bug Fixes
330
-
331
- * parameter interaction validation and add tests ([#186](https://github.com/bettyblocks/cli/issues/186)) ([6798dc2](https://github.com/bettyblocks/cli/commit/6798dc2))
332
-
333
- # [23.25.0](https://github.com/bettyblocks/cli/compare/v23.24.0...v23.25.0) (2020-12-31)
334
-
335
-
336
- ### Features
337
-
338
- * support either component ref or id option in global interaction ([#183](https://github.com/bettyblocks/cli/issues/183)) ([9c3e968](https://github.com/bettyblocks/cli/commit/9c3e968))
339
-
340
- # [23.24.0](https://github.com/bettyblocks/cli/compare/v23.23.0...v23.24.0) (2020-12-29)
341
-
342
-
343
- ### Features
344
-
345
- * support delete action event ([#185](https://github.com/bettyblocks/cli/issues/185)) ([3937c3d](https://github.com/bettyblocks/cli/commit/3937c3d))
346
-
347
- # [23.23.0](https://github.com/bettyblocks/cli/compare/v23.22.0...v23.23.0) (2020-12-29)
348
-
349
-
350
- ### Features
351
-
352
- * login form icon ([#184](https://github.com/bettyblocks/cli/issues/184)) ([1f215b6](https://github.com/bettyblocks/cli/commit/1f215b6))
353
-
354
- # [23.22.0](https://github.com/bettyblocks/cli/compare/v23.21.1...v23.22.0) (2020-12-24)
355
-
356
-
357
- ### Features
358
-
359
- * support fields for login prefab ([#182](https://github.com/bettyblocks/cli/issues/182)) ([b77c124](https://github.com/bettyblocks/cli/commit/b77c124))
360
-
361
- ## [23.21.1](https://github.com/bettyblocks/cli/compare/v23.21.0...v23.21.1) (2020-12-24)
362
-
363
-
364
- ### Bug Fixes
365
-
366
- * allow empty string for variable name ([#175](https://github.com/bettyblocks/cli/issues/175)) ([5e58d83](https://github.com/bettyblocks/cli/commit/5e58d83))
367
- * replace travis with github actions ([e5f6591](https://github.com/bettyblocks/cli/commit/e5f6591))
368
- * switch to github actions ([#177](https://github.com/bettyblocks/cli/issues/177)) ([34c7261](https://github.com/bettyblocks/cli/commit/34c7261))
369
-
370
- # [23.21.0](https://github.com/bettyblocks/cli/compare/v23.20.0...v23.21.0) (2020-12-16)
371
-
372
-
373
- ### Features
374
-
375
- * bump cli version in boilerplate package.json ([5dc22e6](https://github.com/bettyblocks/cli/commit/5dc22e6))
376
-
377
- # [23.20.0](https://github.com/bettyblocks/cli/compare/v23.19.2...v23.20.0) (2020-12-16)
378
-
379
-
380
- ### Features
381
-
382
- * add icons for update form and create form ([8b8ab06](https://github.com/bettyblocks/cli/commit/8b8ab06))
383
-
384
- ## [23.19.2](https://github.com/bettyblocks/cli/compare/v23.19.1...v23.19.2) (2020-12-14)
385
-
386
-
387
- ### Bug Fixes
388
-
389
- * configurable event options art 2744 ([#171](https://github.com/bettyblocks/cli/issues/171)) ([8009272](https://github.com/bettyblocks/cli/commit/8009272))
390
-
391
- ## [23.19.1](https://github.com/bettyblocks/cli/compare/v23.19.0...v23.19.1) (2020-11-30)
392
-
393
-
394
- ### Bug Fixes
395
-
396
- * drop node-libcurl in favor of node-fetch ([9e8d281](https://github.com/bettyblocks/cli/commit/9e8d281))
397
-
398
- # [23.19.0](https://github.com/bettyblocks/cli/compare/v23.18.2...v23.19.0) (2020-11-26)
399
-
400
-
401
- ### Features
402
-
403
- * create action from prefab ([b557586](https://github.com/bettyblocks/cli/commit/b557586))
404
-
405
- ## [23.18.2](https://github.com/bettyblocks/cli/compare/v23.18.1...v23.18.2) (2020-11-10)
406
-
407
-
408
- ### Bug Fixes
409
-
410
- * updates nodemon structure to watch ts files too ([#163](https://github.com/bettyblocks/cli/issues/163)) ([931eff4](https://github.com/bettyblocks/cli/commit/931eff4))
411
-
412
- ## [23.18.1](https://github.com/bettyblocks/cli/compare/v23.18.0...v23.18.1) (2020-10-30)
413
-
414
-
415
- ### Bug Fixes
416
-
417
- * pushing custom code art 2504 ([#161](https://github.com/bettyblocks/cli/issues/161)) ([27f67b7](https://github.com/bettyblocks/cli/commit/27f67b7))
418
-
419
- # [23.18.0](https://github.com/bettyblocks/cli/compare/v23.17.0...v23.18.0) (2020-10-28)
420
-
421
-
422
- ### Features
423
-
424
- * add visibility option type ([#162](https://github.com/bettyblocks/cli/issues/162)) ([a8c9113](https://github.com/bettyblocks/cli/commit/a8c9113))
425
-
426
- # [23.17.0](https://github.com/bettyblocks/cli/compare/v23.16.1...v23.17.0) (2020-10-21)
427
-
428
-
429
- ### Features
430
-
431
- * add snackbar icon ([bd9f322](https://github.com/bettyblocks/cli/commit/bd9f322))
432
-
433
- ## [23.16.1](https://github.com/bettyblocks/cli/compare/v23.16.0...v23.16.1) (2020-10-15)
434
-
435
-
436
- ### Bug Fixes
437
-
438
- * windows support with building json ([10e036b](https://github.com/bettyblocks/cli/commit/10e036b))
439
-
440
- # [23.16.0](https://github.com/bettyblocks/cli/compare/v23.15.0...v23.16.0) (2020-10-14)
441
-
442
-
443
- ### Features
444
-
445
- * introduce beforeCreate hook for prefab ([e4aa1ed](https://github.com/bettyblocks/cli/commit/e4aa1ed))
446
-
447
- # [23.15.0](https://github.com/bettyblocks/cli/compare/v23.14.0...v23.15.0) (2020-10-02)
448
-
449
-
450
- ### Features
451
-
452
- * allow actionProperties as an option ([#156](https://github.com/bettyblocks/cli/issues/156)) ([746e84c](https://github.com/bettyblocks/cli/commit/746e84c))
453
-
454
- # [23.14.0](https://github.com/bettyblocks/cli/compare/v23.13.0...v23.14.0) (2020-09-22)
455
-
456
-
457
- ### Features
458
-
459
- * add form data option ([8afc50f](https://github.com/bettyblocks/cli/commit/8afc50f))
460
-
461
- # [23.13.0](https://github.com/bettyblocks/cli/compare/v23.12.0...v23.13.0) (2020-09-18)
462
-
463
-
464
- ### Features
465
-
466
- * add DecimalInputIcon ([#154](https://github.com/bettyblocks/cli/issues/154)) ([d0b76a1](https://github.com/bettyblocks/cli/commit/d0b76a1))
467
-
468
- # [23.12.0](https://github.com/bettyblocks/cli/compare/v23.11.0...v23.12.0) (2020-09-02)
469
-
470
-
471
- ### Bug Fixes
472
-
473
- * * is sufficient because there is no auth ([9247b63](https://github.com/bettyblocks/cli/commit/9247b63))
474
- * eslint warnings ([e4d6978](https://github.com/bettyblocks/cli/commit/e4d6978))
475
- * use correct createserver for http/https ([8c06bc8](https://github.com/bettyblocks/cli/commit/8c06bc8))
476
-
477
-
478
- ### Features
479
-
480
- * add support for https and different hostname ([d5d8bda](https://github.com/bettyblocks/cli/commit/d5d8bda))
481
- * define serveoptions type for serve arguments ([29b57c4](https://github.com/bettyblocks/cli/commit/29b57c4))
482
- * support https, proper error handling ([0551bd1](https://github.com/bettyblocks/cli/commit/0551bd1))
483
-
484
- # [23.11.0](https://github.com/bettyblocks/cli/compare/v23.10.0...v23.11.0) (2020-09-01)
485
-
486
-
487
- ### Features
488
-
489
- * add custom model attribute to build validation ([a68af9c](https://github.com/bettyblocks/cli/commit/a68af9c))
490
-
491
- # [23.10.0](https://github.com/bettyblocks/cli/compare/v23.9.3...v23.10.0) (2020-08-31)
492
-
493
-
494
- ### Features
495
-
496
- * check if value of options with type FILTER is an object ([dbfa51e](https://github.com/bettyblocks/cli/commit/dbfa51e))
497
-
498
- ## [23.9.3](https://github.com/bettyblocks/cli/compare/v23.9.2...v23.9.3) (2020-08-18)
499
-
500
-
501
- ### Bug Fixes
502
-
503
- * resolve vulnerability warnings ([#149](https://github.com/bettyblocks/cli/issues/149)) ([6da7ea4](https://github.com/bettyblocks/cli/commit/6da7ea4))
504
-
505
- ## [23.9.2](https://github.com/bettyblocks/cli/compare/v23.9.1...v23.9.2) (2020-08-12)
506
-
507
-
508
- ### Bug Fixes
509
-
510
- * exclude interactions compile and no longer emit program. fixes [#145](https://github.com/bettyblocks/cli/issues/145) ([#147](https://github.com/bettyblocks/cli/issues/147)) ([1d126a7](https://github.com/bettyblocks/cli/commit/1d126a7))
511
-
512
- ## [23.9.1](https://github.com/bettyblocks/cli/compare/v23.9.0...v23.9.1) (2020-08-11)
513
-
514
-
515
- ### Bug Fixes
516
-
517
- * example parameters to object ([94c1a41](https://github.com/bettyblocks/cli/commit/94c1a41))
518
-
519
- # [23.9.0](https://github.com/bettyblocks/cli/compare/v23.8.0...v23.9.0) (2020-08-03)
520
-
521
-
522
- ### Features
523
-
524
- * adds strict programmatically ([#142](https://github.com/bettyblocks/cli/issues/142)) ([6d4f0e1](https://github.com/bettyblocks/cli/commit/6d4f0e1))
525
-
526
- # [23.8.0](https://github.com/bettyblocks/cli/compare/v23.7.0...v23.8.0) (2020-08-03)
527
-
528
-
529
- ### Features
530
-
531
- * add diagnostic reporting for interactions pndjs 1337 ([#141](https://github.com/bettyblocks/cli/issues/141)) ([8adaa60](https://github.com/bettyblocks/cli/commit/8adaa60))
532
-
533
- # [23.7.0](https://github.com/bettyblocks/cli/compare/v23.6.0...v23.7.0) (2020-07-31)
534
-
535
-
536
- ### Features
537
-
538
- * global interactions type object ([679917d](https://github.com/bettyblocks/cli/commit/679917d))
539
-
540
- # [23.6.0](https://github.com/bettyblocks/cli/compare/v23.5.0...v23.6.0) (2020-07-29)
541
-
542
-
543
- ### Features
544
-
545
- * allow option type AUTHENTICATION_PROFILE ([89c1c32](https://github.com/bettyblocks/cli/commit/89c1c32))
546
-
547
- # [23.5.0](https://github.com/bettyblocks/cli/compare/v23.4.0...v23.5.0) (2020-06-11)
548
-
549
-
550
- ### Features
551
-
552
- * add step, dialog and conditional icon ([fc7eb23](https://github.com/bettyblocks/cli/commit/fc7eb23))
553
-
554
- # [23.4.0](https://github.com/bettyblocks/cli/compare/v23.3.2...v23.4.0) (2020-06-02)
555
-
556
-
557
- ### Features
558
-
559
- * add stepper, avatar, drawer and checkboxgroup icons ([2c317cf](https://github.com/bettyblocks/cli/commit/2c317cf))
560
-
561
- ## [23.3.2](https://github.com/bettyblocks/cli/compare/v23.3.1...v23.3.2) (2020-05-29)
562
-
563
-
564
- ### Bug Fixes
565
-
566
- * inline triggers ([#126](https://github.com/bettyblocks/cli/issues/126)) ([a13e8a3](https://github.com/bettyblocks/cli/commit/a13e8a3))
567
-
568
- ## [23.3.1](https://github.com/bettyblocks/cli/compare/v23.3.0...v23.3.1) (2020-05-29)
569
-
570
-
571
- ### Bug Fixes
572
-
573
- * isolate identifier ([#124](https://github.com/bettyblocks/cli/issues/124)) ([984ebaa](https://github.com/bettyblocks/cli/commit/984ebaa))
574
-
575
- # [23.3.0](https://github.com/bettyblocks/cli/compare/v23.2.6...v23.3.0) (2020-05-27)
576
-
577
-
578
- ### Features
579
-
580
- * bumper ([#123](https://github.com/bettyblocks/cli/issues/123)) ([9f57725](https://github.com/bettyblocks/cli/commit/9f57725))
581
-
582
- ## [23.2.6](https://github.com/bettyblocks/cli/compare/v23.2.5...v23.2.6) (2020-05-15)
583
-
584
-
585
- ### Bug Fixes
586
-
587
- * bump for semantic release fix ([00041a4](https://github.com/bettyblocks/cli/commit/00041a4))
588
-
589
- ## [23.2.4](https://github.com/bettyblocks/cli/compare/v23.2.3...v23.2.4) (2020-05-07)
590
-
591
-
592
- ### Bug Fixes
593
-
594
- * make interactions directory optional ([#117](https://github.com/bettyblocks/cli/issues/117)) ([96d74fd](https://github.com/bettyblocks/cli/commit/96d74fd))
595
-
596
- ## [23.2.3](https://github.com/bettyblocks/cli/compare/v23.2.2...v23.2.3) (2020-05-07)
597
-
598
-
599
- ### Bug Fixes
600
-
601
- * add exit code 1 to error of building ([bcea37b](https://github.com/bettyblocks/cli/commit/bcea37b))
602
-
603
- ## [23.2.2](https://github.com/bettyblocks/cli/compare/v23.2.1...v23.2.2) (2020-05-03)
604
-
605
-
606
- ### Bug Fixes
607
-
608
- * change key to something more descriptive ([612a0a5](https://github.com/bettyblocks/cli/commit/612a0a5))
609
-
610
- ## [23.2.1](https://github.com/bettyblocks/cli/compare/v23.2.0...v23.2.1) (2020-05-01)
611
-
612
-
613
- ### Bug Fixes
614
-
615
- * change key to avoid double negative ([5fa27b2](https://github.com/bettyblocks/cli/commit/5fa27b2))
616
-
617
- # [23.2.0](https://github.com/bettyblocks/cli/compare/v23.1.0...v23.2.0) (2020-05-01)
618
-
619
-
620
- ### Features
621
-
622
- * add custom model configuration to the validation ([22d755c](https://github.com/bettyblocks/cli/commit/22d755c))
623
-
624
- # [23.1.0](https://github.com/bettyblocks/cli/compare/v23.0.0...v23.1.0) (2020-04-23)
625
-
626
-
627
- ### Bug Fixes
628
-
629
- * remove duplicate tabs icon ([0089c9c](https://github.com/bettyblocks/cli/commit/0089c9c))
630
- * semantic release ([57a4d6f](https://github.com/bettyblocks/cli/commit/57a4d6f))
631
- * upgrade eslint, jest and semantic-release ([a2c7541](https://github.com/bettyblocks/cli/commit/a2c7541))
632
-
633
-
634
- ### Features
635
-
636
- * add new icons for the material component set ([9a673d9](https://github.com/bettyblocks/cli/commit/9a673d9))
637
-
638
- # [23.0.0](https://github.com/bettyblocks/cli/compare/v22.39.1...v23.0.0) (2020-03-11)
639
-
640
-
641
- ### Bug Fixes
642
-
643
- * lowercase option keys when validating ([f0dc4f2](https://github.com/bettyblocks/cli/commit/f0dc4f2))
644
-
645
-
646
- ### BREAKING CHANGES
647
-
648
- * Option keys like 'Hello' and 'hELLO' on the same prefab are no longer allowed
649
-
650
- ## [22.39.1](https://github.com/bettyblocks/cli/compare/v22.39.0...v22.39.1) (2020-03-10)
651
-
652
-
653
- ### Bug Fixes
654
-
655
- * disallow multiline as option type ([3e05d3c](https://github.com/bettyblocks/cli/commit/3e05d3c))
656
-
657
- # [22.39.0](https://github.com/bettyblocks/cli/compare/v22.38.0...v22.39.0) (2020-02-07)
658
-
659
-
660
- ### Features
661
-
662
- * validate conditional comparators ([93e92f7](https://github.com/bettyblocks/cli/commit/93e92f7))
663
-
664
- # [22.38.0](https://github.com/bettyblocks/cli/compare/v22.37.2...v22.38.0) (2020-01-30)
665
-
666
-
667
- ### Features
668
-
669
- * add data list and sidebar left icons ([9415567](https://github.com/bettyblocks/cli/commit/9415567))
670
-
671
- ## [22.37.2](https://github.com/bettyblocks/cli/compare/v22.37.1...v22.37.2) (2020-01-23)
672
-
673
-
674
- ### Bug Fixes
675
-
676
- * added apiVersion configuration to prefab validation ([414708c](https://github.com/bettyblocks/cli/commit/414708c))
677
-
678
- ## [22.37.1](https://github.com/bettyblocks/cli/compare/v22.37.0...v22.37.1) (2020-01-16)
679
-
680
-
681
- ### Bug Fixes
682
-
683
- * linter warning ([510f65d](https://github.com/bettyblocks/cli/commit/510f65d))
684
-
685
- # [22.37.0](https://github.com/bettyblocks/cli/compare/v22.36.5...v22.37.0) (2020-01-15)
686
-
687
-
688
- ### Features
689
-
690
- * add ACTION and ACTION_INPUT as valid option types ([f4b0dd2](https://github.com/bettyblocks/cli/commit/f4b0dd2))
691
-
692
- ## [22.36.5](https://github.com/bettyblocks/cli/compare/v22.36.4...v22.36.5) (2020-01-10)
693
-
694
-
695
- ### Bug Fixes
696
-
697
- * raise error when a component/prefab doesn't return anything ([#90](https://github.com/bettyblocks/cli/issues/90)) ([3bf433d](https://github.com/bettyblocks/cli/commit/3bf433d))
698
-
699
- ## [22.36.4](https://github.com/bettyblocks/cli/compare/v22.36.3...v22.36.4) (2020-01-03)
700
-
701
-
702
- ### Bug Fixes
703
-
704
- * update README with cli@22 ([d662ccd](https://github.com/bettyblocks/cli/commit/d662ccd))
705
-
706
- ## [22.36.3](https://github.com/bettyblocks/cli/compare/v22.36.2...v22.36.3) (2019-12-20)
707
-
708
-
709
- ### Bug Fixes
710
-
711
- * awaiting the version check before running the command ([a6260d9](https://github.com/bettyblocks/cli/commit/a6260d9))
712
-
713
- ## [22.36.2](https://github.com/bettyblocks/cli/compare/v22.36.1...v22.36.2) (2019-12-19)
714
-
715
-
716
- ### Bug Fixes
717
-
718
- * property missing from prefab validation ([#81](https://github.com/bettyblocks/cli/issues/81)) ([2862ebb](https://github.com/bettyblocks/cli/commit/2862ebb))
719
-
720
- ## [22.36.1](https://github.com/bettyblocks/cli/compare/v22.36.0...v22.36.1) (2019-12-19)
721
-
722
-
723
- ### Bug Fixes
724
-
725
- * resolved cli warnings while installing ([#80](https://github.com/bettyblocks/cli/issues/80)) ([61952c6](https://github.com/bettyblocks/cli/commit/61952c6))
726
-
727
- # [22.36.0](https://github.com/bettyblocks/cli/compare/v22.35.0...v22.36.0) (2019-12-16)
728
-
729
-
730
- ### Features
731
-
732
- * add THEME option type ([ca2b99b](https://github.com/bettyblocks/cli/commit/ca2b99b))
733
-
734
- # [22.35.0](https://github.com/bettyblocks/cli/compare/v22.34.0...v22.35.0) (2019-12-12)
735
-
736
-
737
- ### Features
738
-
739
- * improve error feedback ([d6afb88](https://github.com/bettyblocks/cli/commit/d6afb88))
740
-
741
- # [22.34.0](https://github.com/bettyblocks/cli/compare/v22.33.0...v22.34.0) (2019-12-11)
742
-
743
-
744
- ### Features
745
-
746
- * generate boilerplate components ([3e862a2](https://github.com/bettyblocks/cli/commit/3e862a2))
747
-
748
- # [22.33.0](https://github.com/bettyblocks/cli/compare/v22.32.2...v22.33.0) (2019-12-11)
749
-
750
-
751
- ### Bug Fixes
752
-
753
- * huskyrc remove prettier pre-comit ([3d743f9](https://github.com/bettyblocks/cli/commit/3d743f9))
754
- * typo fix in test case and double type declaration in test case ([19709da](https://github.com/bettyblocks/cli/commit/19709da))
755
-
756
-
757
- ### Features
758
-
759
- * add feedback for duplicate option keys ([8df2e91](https://github.com/bettyblocks/cli/commit/8df2e91))
760
- * improve CLI build step validation ([8f96d10](https://github.com/bettyblocks/cli/commit/8f96d10))
761
-
762
- ## [22.32.2](https://github.com/bettyblocks/cli/compare/v22.32.1...v22.32.2) (2019-12-11)
763
-
764
-
765
- ### Bug Fixes
766
-
767
- * change boilerplate component icon to a valid icon ([d9b80bf](https://github.com/bettyblocks/cli/commit/d9b80bf))
768
-
769
- ## [22.32.1](https://github.com/bettyblocks/cli/compare/v22.32.0...v22.32.1) (2019-12-11)
770
-
771
-
772
- ### Bug Fixes
773
-
774
- * remove partials from publish command ([8a43171](https://github.com/bettyblocks/cli/commit/8a43171))
775
-
776
- # [22.32.0](https://github.com/bettyblocks/cli/compare/v22.31.2...v22.32.0) (2019-12-10)
777
-
778
-
779
- ### Features
780
-
781
- * validate icons with enum ([8296b97](https://github.com/bettyblocks/cli/commit/8296b97))
782
-
783
- ## [22.31.2](https://github.com/bettyblocks/cli/compare/v22.31.1...v22.31.2) (2019-12-09)
784
-
785
-
786
- ### Bug Fixes
787
-
788
- * preview version bump ([#65](https://github.com/bettyblocks/cli/issues/65)) ([0e278b1](https://github.com/bettyblocks/cli/commit/0e278b1))
789
-
790
- ## [22.31.1](https://github.com/bettyblocks/cli/compare/v22.31.0...v22.31.1) (2019-12-03)
791
-
792
-
793
- ### Bug Fixes
794
-
795
- * directory check ([275475d](https://github.com/bettyblocks/cli/commit/275475d))
796
- * replace generic types with concrete types ([e91b295](https://github.com/bettyblocks/cli/commit/e91b295))
797
- * simplify/fix path check ([bb5b84e](https://github.com/bettyblocks/cli/commit/bb5b84e))
798
- * type bug in error feedback ([f787e77](https://github.com/bettyblocks/cli/commit/f787e77))
799
-
800
- # [22.31.0](https://github.com/bettyblocks/cli/compare/v22.30.0...v22.31.0) (2019-12-02)
801
-
802
-
803
- ### Features
804
-
805
- * init a bundle project ([78baf18](https://github.com/bettyblocks/cli/commit/78baf18))
806
-
807
- # [22.30.0](https://github.com/bettyblocks/cli/compare/v22.29.2...v22.30.0) (2019-11-21)
808
-
809
-
810
- ### Features
811
-
812
- * update preview version to 1.1.1 ([#55](https://github.com/bettyblocks/cli/issues/55)) ([6390a26](https://github.com/bettyblocks/cli/commit/6390a26))
813
-
814
- ## [22.29.2](https://github.com/bettyblocks/cli/compare/v22.29.1...v22.29.2) (2019-11-15)
815
-
816
-
817
- ### Bug Fixes
818
-
819
- * path to preview ([9479d40](https://github.com/bettyblocks/cli/commit/9479d40))
820
-
821
- ## [22.29.1](https://github.com/bettyblocks/cli/compare/v22.29.0...v22.29.1) (2019-11-15)
822
-
823
-
824
- ### Bug Fixes
825
-
826
- * path to preview and added preview to boilerplate ([25c93c3](https://github.com/bettyblocks/cli/commit/25c93c3))
827
-
828
- # [22.29.0](https://github.com/bettyblocks/cli/compare/v22.28.2...v22.29.0) (2019-11-14)
829
-
830
-
831
- ### Bug Fixes
832
-
833
- * bump preview ([30f652c](https://github.com/bettyblocks/cli/commit/30f652c))
834
- * make preview work ([19c0bf7](https://github.com/bettyblocks/cli/commit/19c0bf7))
835
- * prepare preview ([296e387](https://github.com/bettyblocks/cli/commit/296e387))
836
-
837
-
838
- ### Features
839
-
840
- * added preview ([315bd3e](https://github.com/bettyblocks/cli/commit/315bd3e))
841
-
842
- ## [22.28.2](https://github.com/bettyblocks/cli/compare/v22.28.1...v22.28.2) (2019-10-17)
843
-
844
-
845
- ### Bug Fixes
846
-
847
- * add cache-control header to dev server ([e336411](https://github.com/bettyblocks/cli/commit/e336411)), closes [#32](https://github.com/bettyblocks/cli/issues/32)
848
-
849
- ## [22.28.1](https://github.com/bettyblocks/cli/compare/v22.28.0...v22.28.1) (2019-10-14)
850
-
851
-
852
- ### Bug Fixes
853
-
854
- * version command ([b8543f0](https://github.com/bettyblocks/cli/commit/b8543f0))
855
-
856
- # [22.28.0](https://github.com/bettyblocks/cli/compare/v22.27.1...v22.28.0) (2019-10-14)
857
-
858
-
859
- ### Features
860
-
861
- * add component ref name reference check ([2376a00](https://github.com/bettyblocks/cli/commit/2376a00))
862
-
863
- ## [22.27.1](https://github.com/bettyblocks/cli/compare/v22.27.0...v22.27.1) (2019-10-14)
864
-
865
-
866
- ### Bug Fixes
867
-
868
- * async build step ([b6c338f](https://github.com/bettyblocks/cli/commit/b6c338f))
869
-
870
- # Change Log
871
-
872
- All notable changes to this project will be documented in this file.
873
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
874
-
875
- # [22.6.0](https://gitlab.betty.services/code/js-mono/compare/v22.5.0...v22.6.0) (2019-09-11)
876
-
877
-
878
- ### Features
879
-
880
- * **cli:** update component helpers ([a25ff4b](https://gitlab.betty.services/code/js-mono/commit/a25ff4b))
881
-
882
-
883
-
884
-
885
-
886
- # [22.4.0](https://gitlab.betty.services/code/js-mono/compare/v22.3.0...v22.4.0) (2019-09-10)
887
-
888
-
889
- ### Bug Fixes
890
-
891
- * describe hooks ([8109912](https://gitlab.betty.services/code/js-mono/commit/8109912))
892
- * fix useState example ([c575236](https://gitlab.betty.services/code/js-mono/commit/c575236))
893
- * incorporate comments by Niek ([48f0f94](https://gitlab.betty.services/code/js-mono/commit/48f0f94))
894
-
895
-
896
- ### Features
897
-
898
- * explain data stuff ([9cd4b39](https://gitlab.betty.services/code/js-mono/commit/9cd4b39))
899
- * link within API documentation ([380daad](https://gitlab.betty.services/code/js-mono/commit/380daad))
900
-
901
-
902
-
903
-
904
-
905
- # [22.0.0](https://gitlab.betty.services/code/js-mono/compare/v21.4.11...v22.0.0) (2019-09-05)
906
-
907
- **Note:** Version bump only for package @betty-blocks/cli
908
-
909
-
910
-
911
-
912
-
913
- ## [21.4.5](https://gitlab.betty.services/code/js-mono/compare/v21.4.4...v21.4.5) (2019-09-03)
914
-
915
- **Note:** Version bump only for package @betty-blocks/cli
916
-
917
-
918
-
919
-
920
-
921
- ## [21.4.1](https://gitlab.betty.services/code/js-mono/compare/v21.4.0...v21.4.1) (2019-08-30)
922
-
923
- **Note:** Version bump only for package @betty-blocks/cli
924
-
925
-
926
-
927
-
928
-
929
- # [21.4.0](https://gitlab.betty.services/code/js-mono/compare/v21.3.0...v21.4.0) (2019-08-30)
930
-
931
-
932
- ### Bug Fixes
933
-
934
- * **cli:** fix tests ([b0e07ed](https://gitlab.betty.services/code/js-mono/commit/b0e07ed))
935
- * **cli:** throw error if any component miss req props ([5c704ed](https://gitlab.betty.services/code/js-mono/commit/5c704ed))
936
-
937
-
938
- ### Features
939
-
940
- * **cli:** throw error when required props are missing ([8af3bc9](https://gitlab.betty.services/code/js-mono/commit/8af3bc9))
941
-
942
-
943
-
944
-
945
-
946
- # [21.2.0](https://gitlab.betty.services/code/js-mono/compare/v21.1.0...v21.2.0) (2019-08-29)
947
-
948
-
949
- ### Features
950
-
951
- * **cli:** update betty cli in boilerplate assets ([add5422](https://gitlab.betty.services/code/js-mono/commit/add5422))
952
-
953
-
954
-
955
-
956
-
957
- # [21.1.0](https://gitlab.betty.services/code/js-mono/compare/v21.0.1...v21.1.0) (2019-08-29)
958
-
959
-
960
- ### Features
961
-
962
- * **cli:** add history, location and match to globals in component set ([8a8482c](https://gitlab.betty.services/code/js-mono/commit/8a8482c))
963
-
964
-
965
-
966
-
967
-
968
- # [21.0.0](https://gitlab.betty.services/code/js-mono/compare/v20.32.1...v21.0.0) (2019-08-27)
969
-
970
-
971
- ### Bug Fixes
972
-
973
- * **cli build:** outputs are json ([6b7123e](https://gitlab.betty.services/code/js-mono/commit/6b7123e))
974
-
975
-
976
- ### BREAKING CHANGES
977
-
978
- * **cli build:** components sets now will be a truly json file
979
-
980
-
981
-
982
-
983
-
984
- ## [20.26.3](https://gitlab.betty.services/code/js-mono/compare/v20.26.2...v20.26.3) (2019-08-19)
985
-
986
-
987
- ### Bug Fixes
988
-
989
- * **cli:** exit process when publish fail ([49deae9](https://gitlab.betty.services/code/js-mono/commit/49deae9))
990
-
991
-
992
-
993
-
994
-
995
- ## [20.26.1](https://gitlab.betty.services/code/js-mono/compare/v20.26.0...v20.26.1) (2019-08-19)
996
-
997
- **Note:** Version bump only for package @betty-blocks/cli
998
-
999
-
1000
-
1001
-
1002
-
1003
- # [20.23.0](https://gitlab.betty.services/code/js-mono/compare/v20.22.1...v20.23.0) (2019-08-16)
1004
-
1005
-
1006
- ### Features
1007
-
1008
- * **cli:** exit process when build fail ([be34f2c](https://gitlab.betty.services/code/js-mono/commit/be34f2c))
1009
-
1010
-
1011
-
1012
-
1013
-
1014
- # [20.22.0](https://gitlab.betty.services/code/js-mono/compare/v20.21.0...v20.22.0) (2019-08-16)
1015
-
1016
-
1017
- ### Features
1018
-
1019
- * disable focus state canvas ([0e9d6c1](https://gitlab.betty.services/code/js-mono/commit/0e9d6c1))
1020
-
1021
-
1022
-
1023
-
1024
-
1025
- # [20.20.0](https://gitlab.betty.services/code/js-mono/compare/v20.19.0...v20.20.0) (2019-08-15)
1026
-
1027
-
1028
- ### Features
1029
-
1030
- * update publish script ([4d5a11f](https://gitlab.betty.services/code/js-mono/commit/4d5a11f))
1031
-
1032
-
1033
-
1034
-
1035
-
1036
- # [20.19.0](https://gitlab.betty.services/code/js-mono/compare/v20.18.0...v20.19.0) (2019-08-14)
1037
-
1038
-
1039
- ### Features
1040
-
1041
- * add partials build script ([815ab6c](https://gitlab.betty.services/code/js-mono/commit/815ab6c))
1042
-
1043
-
1044
-
1045
-
1046
-
1047
- ## [20.17.1](https://gitlab.betty.services/code/js-mono/compare/v20.17.0...v20.17.1) (2019-08-13)
1048
-
1049
-
1050
- ### Bug Fixes
1051
-
1052
- * **cli:** pin bb cli version in the asset ([e0c1191](https://gitlab.betty.services/code/js-mono/commit/e0c1191))
1053
-
1054
-
1055
-
1056
-
1057
-
1058
- ## [20.14.1](https://gitlab.betty.services/code/js-mono/compare/v20.14.0...v20.14.1) (2019-08-12)
1059
-
1060
-
1061
- ### Bug Fixes
1062
-
1063
- * **cli publish:** dont allow publish empty bucket name ([722fefe](https://gitlab.betty.services/code/js-mono/commit/722fefe))
1064
-
1065
-
1066
-
1067
-
1068
-
1069
- # [20.14.0](https://gitlab.betty.services/code/js-mono/compare/v20.13.0...v20.14.0) (2019-08-09)
1070
-
1071
-
1072
- ### Features
1073
-
1074
- * **cli:** add feedback with unknow commands ([6ab4f4f](https://gitlab.betty.services/code/js-mono/commit/6ab4f4f))
1075
-
1076
-
1077
-
1078
-
1079
-
1080
- ## [20.12.3](https://gitlab.betty.services/code/js-mono/compare/v20.12.2...v20.12.3) (2019-08-09)
1081
-
1082
- **Note:** Version bump only for package @betty-blocks/cli
1083
-
1084
-
1085
-
1086
-
1087
-
1088
- ## [20.12.2](https://gitlab.betty.services/code/js-mono/compare/v20.12.1...v20.12.2) (2019-08-09)
1089
-
1090
-
1091
- ### Bug Fixes
1092
-
1093
- * serialize component sets ([7bfb411](https://gitlab.betty.services/code/js-mono/commit/7bfb411))
1094
- * typo ([e41ee21](https://gitlab.betty.services/code/js-mono/commit/e41ee21))
1095
-
1096
-
1097
-
1098
-
1099
-
1100
- ## [20.12.1](https://gitlab.betty.services/code/js-mono/compare/v20.12.0...v20.12.1) (2019-08-09)
1101
-
1102
- **Note:** Version bump only for package @betty-blocks/cli
1103
-
1104
-
1105
-
1106
-
1107
-
1108
- # [20.12.0](https://gitlab.betty.services/code/js-mono/compare/v20.11.0...v20.12.0) (2019-08-08)
1109
-
1110
-
1111
- ### Features
1112
-
1113
- * **cli serve:** add port option ([398b4ad](https://gitlab.betty.services/code/js-mono/commit/398b4ad))
1114
- * **cli serve:** show dirname as feedback ([2d051a4](https://gitlab.betty.services/code/js-mono/commit/2d051a4))
1115
-
1116
-
1117
-
1118
-
1119
-
1120
- # [20.9.0](https://gitlab.betty.services/code/js-mono/compare/v20.8.1...v20.9.0) (2019-08-08)
1121
-
1122
-
1123
- ### Features
1124
-
1125
- * **cli publish:** humanize error logs ([0831452](https://gitlab.betty.services/code/js-mono/commit/0831452))
1126
-
1127
-
1128
-
1129
-
1130
-
1131
- ## [20.8.1](https://gitlab.betty.services/code/js-mono/compare/v20.8.0...v20.8.1) (2019-08-08)
1132
-
1133
-
1134
- ### Bug Fixes
1135
-
1136
- * **cli publish:** add cors rules before publishing ([0befa55](https://gitlab.betty.services/code/js-mono/commit/0befa55))
1137
- * **cli publish:** allow all origins and only get verb ([8c77580](https://gitlab.betty.services/code/js-mono/commit/8c77580))
1138
- * **cli publish:** fix typescript error in publish command ([5f01711](https://gitlab.betty.services/code/js-mono/commit/5f01711))
1139
-
1140
-
1141
-
1142
-
1143
-
1144
- # [20.8.0](https://gitlab.betty.services/code/js-mono/compare/v20.7.1...v20.8.0) (2019-08-08)
1145
-
1146
-
1147
- ### Features
1148
-
1149
- * **cli publish:** make path optional and default to dist ([55e75b6](https://gitlab.betty.services/code/js-mono/commit/55e75b6))
1150
-
1151
-
1152
-
1153
-
1154
-
1155
- # [20.7.0](https://gitlab.betty.services/code/js-mono/compare/v20.6.0...v20.7.0) (2019-08-07)
1156
-
1157
-
1158
- ### Features
1159
-
1160
- * **cli publish:** show url feedbak when succesful upload ([9d03c57](https://gitlab.betty.services/code/js-mono/commit/9d03c57))
1161
-
1162
-
1163
-
1164
-
1165
-
1166
- # [20.5.0](https://gitlab.betty.services/code/js-mono/compare/v20.4.5...v20.5.0) (2019-08-07)
1167
-
1168
-
1169
- ### Features
1170
-
1171
- * **cli:** add bb cli to component set boilerplate ([451a20e](https://gitlab.betty.services/code/js-mono/commit/451a20e))
1172
-
1173
-
1174
-
1175
-
1176
-
1177
- ## [20.4.3](https://gitlab.betty.services/code/js-mono/compare/v20.4.2...v20.4.3) (2019-08-06)
1178
-
1179
-
1180
- ### Bug Fixes
1181
-
1182
- * cli ([5b7af79](https://gitlab.betty.services/code/js-mono/commit/5b7af79))
1183
-
1184
-
1185
-
1186
-
1187
-
1188
- ## [20.4.2](https://gitlab.betty.services/code/js-mono/compare/v20.4.1...v20.4.2) (2019-08-06)
1189
-
1190
-
1191
- ### Bug Fixes
1192
-
1193
- * just works ([ed5876f](https://gitlab.betty.services/code/js-mono/commit/ed5876f))
1194
-
1195
-
1196
-
1197
-
1198
-
1199
- ## [20.4.1](https://gitlab.betty.services/code/js-mono/compare/v20.4.0...v20.4.1) (2019-08-05)
1200
-
1201
-
1202
- ### Bug Fixes
1203
-
1204
- * **cli:** don't use relative path for assets ([1fe9f0e](https://gitlab.betty.services/code/js-mono/commit/1fe9f0e))
1205
-
1206
-
1207
-
1208
-
1209
-
1210
- # [20.4.0](https://gitlab.betty.services/code/js-mono/compare/v20.3.1...v20.4.0) (2019-08-05)
1211
-
1212
-
1213
- ### Bug Fixes
1214
-
1215
- * **cli:** fix Lars ([4cff140](https://gitlab.betty.services/code/js-mono/commit/4cff140))
1216
- * no moar any ([ffd2bb5](https://gitlab.betty.services/code/js-mono/commit/ffd2bb5))
1217
-
1218
-
1219
- ### Features
1220
-
1221
- * publish your component set to a blob storage ([54e14fc](https://gitlab.betty.services/code/js-mono/commit/54e14fc))
1222
- * **cli:** add and restructure component set boilerplate ([a6be609](https://gitlab.betty.services/code/js-mono/commit/a6be609))
1223
- * **cli:** add bin option, check for existence of directory ([d3cf5e3](https://gitlab.betty.services/code/js-mono/commit/d3cf5e3))
1224
- * **cli:** add build command ([5feb6bb](https://gitlab.betty.services/code/js-mono/commit/5feb6bb))
1225
- * **cli:** add serve! ([1cf4d01](https://gitlab.betty.services/code/js-mono/commit/1cf4d01))
1226
- * setup commander basics ([dc084e4](https://gitlab.betty.services/code/js-mono/commit/dc084e4))
1227
- * **cli:** replace oclif by commanderjs ([8bdf350](https://gitlab.betty.services/code/js-mono/commit/8bdf350))