sb-mig 2.9.2 → 3.0.0-beta.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 (81) hide show
  1. package/README.md +107 -471
  2. package/dist/api/componentPresets.d.ts +1 -0
  3. package/dist/api/componentPresets.js +18 -0
  4. package/{lib → dist}/api/components.d.ts +2 -2
  5. package/dist/api/components.js +63 -0
  6. package/dist/api/config.d.ts +2 -0
  7. package/dist/api/config.js +4 -0
  8. package/{lib → dist}/api/datasources.d.ts +1 -1
  9. package/dist/api/datasources.js +181 -0
  10. package/dist/api/migrate.d.ts +17 -0
  11. package/dist/api/migrate.js +139 -0
  12. package/{lib → dist}/api/mutateComponents.d.ts +0 -0
  13. package/dist/api/mutateComponents.js +45 -0
  14. package/{lib → dist}/api/presets.d.ts +1 -1
  15. package/dist/api/presets.js +52 -0
  16. package/{lib → dist}/api/resolvePresets.d.ts +0 -0
  17. package/{lib → dist}/api/resolvePresets.js +15 -14
  18. package/{lib → dist}/api/roles.d.ts +2 -2
  19. package/dist/api/roles.js +125 -0
  20. package/dist/cli-descriptions.d.ts +4 -0
  21. package/dist/cli-descriptions.js +69 -0
  22. package/dist/commands/backup.d.ts +2 -0
  23. package/dist/commands/backup.js +201 -0
  24. package/dist/commands/debug.d.ts +1 -0
  25. package/dist/commands/debug.js +5 -0
  26. package/dist/commands/sync.d.ts +2 -0
  27. package/dist/commands/sync.js +58 -0
  28. package/dist/config/config.d.ts +14 -0
  29. package/dist/config/config.js +49 -0
  30. package/dist/index.d.ts +2 -0
  31. package/dist/index.js +52 -0
  32. package/{lib/utils/discover2.d.ts → dist/utils/discover.d.ts} +1 -7
  33. package/{lib/utils/discover2.js → dist/utils/discover.js} +200 -143
  34. package/{lib → dist}/utils/files.d.ts +7 -1
  35. package/dist/utils/files.js +54 -0
  36. package/dist/utils/interfaces.d.ts +4 -0
  37. package/dist/utils/interfaces.js +1 -0
  38. package/{lib → dist}/utils/logger.d.ts +0 -3
  39. package/{lib → dist}/utils/logger.js +2 -12
  40. package/dist/utils/main.d.ts +13 -0
  41. package/dist/utils/main.js +28 -0
  42. package/{lib → dist}/utils/others.d.ts +0 -0
  43. package/dist/utils/others.js +1 -0
  44. package/package.json +63 -76
  45. package/CHANGELOG.md +0 -986
  46. package/bin/run +0 -5
  47. package/bin/run.cmd +0 -3
  48. package/lib/api/apiConfig.d.ts +0 -2
  49. package/lib/api/apiConfig.js +0 -9
  50. package/lib/api/componentPresets.d.ts +0 -1
  51. package/lib/api/componentPresets.js +0 -22
  52. package/lib/api/components.js +0 -71
  53. package/lib/api/datasources.js +0 -193
  54. package/lib/api/migrate.d.ts +0 -19
  55. package/lib/api/migrate.js +0 -220
  56. package/lib/api/mutateComponents.js +0 -50
  57. package/lib/api/presets.js +0 -59
  58. package/lib/api/roles.js +0 -133
  59. package/lib/api/spaces.d.ts +0 -2
  60. package/lib/api/spaces.js +0 -29
  61. package/lib/commands/backup.d.ts +0 -22
  62. package/lib/commands/backup.js +0 -217
  63. package/lib/commands/debug.d.ts +0 -9
  64. package/lib/commands/debug.js +0 -20
  65. package/lib/commands/sync.d.ts +0 -26
  66. package/lib/commands/sync.js +0 -93
  67. package/lib/config/StoryblokComponentsConfig.d.ts +0 -68
  68. package/lib/config/StoryblokComponentsConfig.js +0 -220
  69. package/lib/config/config.d.ts +0 -37
  70. package/lib/config/config.js +0 -36
  71. package/lib/core.d.ts +0 -16
  72. package/lib/core.js +0 -75
  73. package/lib/index.d.ts +0 -1
  74. package/lib/index.js +0 -5
  75. package/lib/types/storyblokTypes.d.ts +0 -171
  76. package/lib/types/storyblokTypes.js +0 -3
  77. package/lib/utils/discover.d.ts +0 -4
  78. package/lib/utils/discover.js +0 -96
  79. package/lib/utils/files.js +0 -54
  80. package/lib/utils/others.js +0 -5
  81. package/oclif.manifest.json +0 -1
package/CHANGELOG.md DELETED
@@ -1,986 +0,0 @@
1
- # Change Log
2
-
3
- All notable changes to this project will be documented in this file.
4
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
-
6
- ## <small>2.9.2 (2021-03-31)</small>
7
-
8
- * fix(eslint fixes): eslint whole sb-mig core, and fix some bugs with types ([25eb801](https://github.com/sb-mig/sb-mig/commit/25eb801))
9
- * chore(packages): update dependencies, such as typescript (3.9.9 -> 4.2.3), and some others ([b3b6f0b](https://github.com/sb-mig/sb-mig/commit/b3b6f0b))
10
-
11
-
12
-
13
-
14
-
15
- ## <small>2.9.1 (2021-02-25)</small>
16
-
17
- * fix(storyblok-js-client): fix axios peer dependency need from storyblok-js-client ([c104a8f](https://github.com/sb-mig/sb-mig/commit/c104a8f))
18
- * Update storyblok-js-client version ([ed91437](https://github.com/sb-mig/sb-mig/commit/ed91437))
19
-
20
-
21
-
22
-
23
-
24
- ## 2.9.0 (2020-11-09)
25
-
26
- * docs(sync roles): add roadmap point for syncing roles ([1fc89af](https://github.com/sb-mig/sb-mig/commit/1fc89af))
27
- * feat(backup roles): add backup all and one role to backup command ([d285513](https://github.com/sb-mig/sb-mig/commit/d285513))
28
- * feat(discover roles): add normalizDiscover and discovering rols files in local and node_modules ([ff15daf](https://github.com/sb-mig/sb-mig/commit/ff15daf))
29
- * feat(roles): add config entries for roles.sb.js files ([20b4d65](https://github.com/sb-mig/sb-mig/commit/20b4d65))
30
- * feat(sync roles): finalize sync roles: sync provided roles, sync all roles, updating and creating ([2a2dda4](https://github.com/sb-mig/sb-mig/commit/2a2dda4))
31
-
32
-
33
-
34
-
35
-
36
- ## <small>2.8.6 (2020-11-05)</small>
37
-
38
- **Note:** Version bump only for package sb-mig
39
-
40
-
41
-
42
-
43
-
44
- ## <small>2.8.5 (2020-11-05)</small>
45
-
46
- * fix(storyblokcomponentsconfig): wrong locationPath ([f361a2b](https://github.com/sb-mig/sb-mig/commit/f361a2b))
47
- * fix(sync): not syncing node_modules, when there is only 1 scope node_modules folder in component dir ([7631160](https://github.com/sb-mig/sb-mig/commit/7631160))
48
-
49
-
50
-
51
-
52
-
53
- ## <small>2.8.4 (2020-11-02)</small>
54
-
55
- * fix(discover): not getting external files, only looking for local ones ([a2297a3](https://github.com/sb-mig/sb-mig/commit/a2297a3))
56
-
57
-
58
-
59
-
60
-
61
- ## <small>2.8.3 (2020-11-02)</small>
62
-
63
- * fix(sync): change filePattern to look for schema files (by mistake it was for datasources) ([818d8cc](https://github.com/sb-mig/sb-mig/commit/818d8cc))
64
-
65
-
66
-
67
-
68
-
69
- ## <small>2.8.2 (2020-10-30)</small>
70
-
71
- * fix(contents): add link to contents list ([e59d4b2](https://github.com/sb-mig/sb-mig/commit/e59d4b2))
72
-
73
-
74
-
75
-
76
-
77
- ## <small>2.8.1 (2020-10-30)</small>
78
-
79
- * docs(adding components and overwriting schemas): add very rough docs about adding and overwriting ([0c8ec2f](https://github.com/sb-mig/sb-mig/commit/0c8ec2f))
80
- * fix(auto styles import): auto import styles from sb components, to not import not existing styles ([4eb4870](https://github.com/sb-mig/sb-mig/commit/4eb4870))
81
- * fix(docs): update readme ([915b380](https://github.com/sb-mig/sb-mig/commit/915b380))
82
-
83
-
84
-
85
-
86
-
87
- ## 2.8.0 (2020-10-29)
88
-
89
- * fix(comments): remove not needed comments and console.logs ([865bbb8](https://github.com/sb-mig/sb-mig/commit/865bbb8))
90
- * fix(storyblokcomponentsconfig): remove not needed isInstalled prop from config ([33fac47](https://github.com/sb-mig/sb-mig/commit/33fac47))
91
- * fix(types safety): decide on not using unknown for now (lot of refactor needed) ([8138f90](https://github.com/sb-mig/sb-mig/commit/8138f90))
92
- * fix(wip): wIP ([2b7f718](https://github.com/sb-mig/sb-mig/commit/2b7f718))
93
- * feat(adding and tracking): adding components rewrite, change tracking method for importing files ([1f2bd05](https://github.com/sb-mig/sb-mig/commit/1f2bd05))
94
- * feat(import styles): add discoverManyStyles function ([4b189f1](https://github.com/sb-mig/sb-mig/commit/4b189f1))
95
- * Merge branch 'master' of github.com:sb-mig/sb-mig into improve-tracking-components-feature ([20cd491](https://github.com/sb-mig/sb-mig/commit/20cd491))
96
- * Merge branch 'master' of github.com:sb-mig/sb-mig into improve-tracking-components-feature ([65c2423](https://github.com/sb-mig/sb-mig/commit/65c2423))
97
-
98
-
99
-
100
-
101
-
102
- ## 2.7.0 (2020-10-21)
103
-
104
- * fix(hotfix): fix problems with nanmed imports from datasources to core ([a7cf988](https://github.com/sb-mig/sb-mig/commit/a7cf988))
105
- * fix(hotfix): object is of type unknown ([66dbb8f](https://github.com/sb-mig/sb-mig/commit/66dbb8f))
106
- * feat(sync datasources): add feature of syncing datasources ([88e61d9](https://github.com/sb-mig/sb-mig/commit/88e61d9))
107
-
108
-
109
-
110
-
111
-
112
- ## 2.6.0 (2020-10-19)
113
-
114
- * feat(auto styles import): add match file config option ([775a081](https://github.com/sb-mig/sb-mig/commit/775a081))
115
- * feat(discover): rewrite whole discovering feature +++ ([f0d2b44](https://github.com/sb-mig/sb-mig/commit/f0d2b44))
116
- * feat(sync with lock file): syncing with lock file ([f3cdf0b](https://github.com/sb-mig/sb-mig/commit/f3cdf0b))
117
- * fix(core backup): add indentation to sb-mig backup components files ([36ea9a8](https://github.com/sb-mig/sb-mig/commit/36ea9a8))
118
- * fix(core config): remove not used npmScopeForComponents and reactComponentsDirectory ([2fd7627](https://github.com/sb-mig/sb-mig/commit/2fd7627))
119
- * fix(sb lock file): remove not needed duplicated file ([6c037db](https://github.com/sb-mig/sb-mig/commit/6c037db))
120
-
121
-
122
-
123
-
124
-
125
- ## <small>2.5.1 (2020-10-07)</small>
126
-
127
- * fix(not needed files): remove lib folder from github ([326de8c](https://github.com/sb-mig/sb-mig/commit/326de8c))
128
- * chore(release): beta -> 2.5.0 ([325d862](https://github.com/sb-mig/sb-mig/commit/325d862))
129
-
130
-
131
-
132
-
133
-
134
- ## 2.4.0-beta.2 (2020-10-07)
135
-
136
- **Note:** Version bump only for package sb-mig
137
-
138
-
139
-
140
-
141
-
142
- ## 2.4.0-beta.1 (2020-10-07)
143
-
144
- * fix(not needed files): remove not needed storyblok.config.js file ([47ba3b6](https://github.com/sb-mig/sb-mig/commit/47ba3b6))
145
- * chore(release): publish ([e152a63](https://github.com/sb-mig/sb-mig/commit/e152a63))
146
- * feat(setup): move to monorepo part 1 ([d0a4069](https://github.com/sb-mig/sb-mig/commit/d0a4069))
147
-
148
-
149
-
150
-
151
-
152
- ## 2.4.0-beta.0 (2020-10-07)
153
-
154
- * feat(setup): move to monorepo part 1 ([d0a4069](https://github.com/sb-mig/sb-mig/commit/d0a4069))
155
-
156
-
157
-
158
-
159
-
160
- # [2.4.0-beta.0](https://github.com/sb-mig/sb-mig/compare/v2.3.4...v2.4.0-beta.0) (2020-10-07)
161
-
162
-
163
- ### fix
164
-
165
- * change filenames in backup module to support Windows filenames ([09dd077](https://github.com/sb-mig/sb-mig/commit/09dd0778840f8f18f2e03cab826beaf73c1eacb3))
166
-
167
-
168
-
169
- ## [2.3.6-beta.0](https://github.com/sb-mig/sb-mig/compare/v2.3.6...v2.3.6-beta.0) (2020-10-07)
170
-
171
-
172
-
173
-
174
- ## [2.3.6](https://github.com/sb-mig/sb-mig/compare/v2.3.5...v2.3.6) (2020-09-08)
175
-
176
-
177
-
178
-
179
- ## [2.3.5](https://github.com/sb-mig/sb-mig/compare/v2.3.4...v2.3.5) (2020-08-03)
180
-
181
-
182
- ### fix
183
-
184
- * change filenames in backup module to support Windows filenames ([09dd077](https://github.com/sb-mig/sb-mig/commit/09dd0778840f8f18f2e03cab826beaf73c1eacb3))
185
-
186
-
187
-
188
- ## [2.3.4](https://github.com/sb-mig/sb-mig/compare/v2.3.3...v2.3.4) (2020-07-08)
189
-
190
-
191
- ### development
192
-
193
- * add build command for developing locally ([0d02096](https://github.com/sb-mig/sb-mig/commit/0d02096d7c7b431bc19e43de579112e4761a8a0a))
194
-
195
- ### fix
196
-
197
- * StoryblokComponentsConfig class fail, when there is no lock file ([f0e4428](https://github.com/sb-mig/sb-mig/commit/f0e442888e75ada5761b933089b91c069f6921fc))
198
-
199
-
200
-
201
- ## [2.3.3](https://github.com/sb-mig/sb-mig/compare/v2.3.2...v2.3.3) (2020-07-06)
202
-
203
-
204
- ### fix
205
-
206
- * remove test build on pr - deprecated a lot ([05f8951](https://github.com/sb-mig/sb-mig/commit/05f8951cc5d28faa6a9d148310937ae0f490bba5))
207
-
208
-
209
-
210
- ## [2.3.2](https://github.com/sb-mig/sb-mig/compare/v2.3.1...v2.3.2) (2020-07-06)
211
-
212
-
213
- ### fix
214
-
215
- * not available file ([41abf19](https://github.com/sb-mig/sb-mig/commit/41abf194366ff6e644b989d45a81e9e2d51c6303))
216
-
217
-
218
-
219
- ## [2.3.1](https://github.com/sb-mig/sb-mig/compare/v2.3.0...v2.3.1) (2020-07-06)
220
-
221
-
222
- ### fix
223
-
224
- * storyblok components config export default constructur ([9fd77b2](https://github.com/sb-mig/sb-mig/commit/9fd77b2603e54805dc3f0f7cb20e03fa94416758))
225
-
226
-
227
-
228
- # [2.3.0](https://github.com/sb-mig/sb-mig/compare/v2.2.1...v2.3.0) (2020-07-06)
229
-
230
-
231
- ### feat
232
-
233
- * add a components tracking storyblok.components.config.js file ([23ddd5d](https://github.com/sb-mig/sb-mig/commit/23ddd5d3be4d8cfc9f34803f8b4f8b1d47fd259d))
234
- * remove old tracking solution, add storyblok.components.lock.js file and class for handling all stuff regards tracking components ([a8885c2](https://github.com/sb-mig/sb-mig/commit/a8885c27d61d44452bc6918cd2c7f14249682c23))
235
-
236
-
237
-
238
- ## [2.2.1](https://github.com/sb-mig/sb-mig/compare/v2.2.0...v2.2.1) (2020-06-30)
239
-
240
-
241
- ### fix
242
-
243
- * fix tslint flat() not working in production ([87600cf](https://github.com/sb-mig/sb-mig/commit/87600cf3437c4dfc88e0db18cf24bb1e320079ce))
244
-
245
-
246
-
247
- # [2.2.0](https://github.com/sb-mig/sb-mig/compare/v2.1.12...v2.2.0) (2020-06-30)
248
-
249
-
250
- ### feat
251
-
252
- * syncing is now possible with package name. Example: sb-mig sync components @storyblok-components/simple-text-block --ext --packageName ([bfa8c49](https://github.com/sb-mig/sb-mig/commit/bfa8c490c0e87248a3c7d09e94d2c0a5547ac511))
253
-
254
-
255
-
256
- ## [2.1.12](https://github.com/sb-mig/sb-mig/compare/v2.1.11...v2.1.12) (2020-06-29)
257
-
258
-
259
- ### config
260
-
261
- * allow also nextjs env schema for preview token ([d0a56b6](https://github.com/sb-mig/sb-mig/commit/d0a56b6e4f0e3bc95c4f6a4e0d66642410760a0e))
262
-
263
-
264
-
265
- ## [2.1.11](https://github.com/sb-mig/sb-mig/compare/v2.1.10...v2.1.11) (2020-06-29)
266
-
267
-
268
- ### config
269
-
270
- * add config variable for path of matching component between react and storyblok ([217bd13](https://github.com/sb-mig/sb-mig/commit/217bd13f9c07ff5c01bf8aa83b0ae08f97ef29bc))
271
-
272
-
273
-
274
- ## [2.1.10](https://github.com/sb-mig/sb-mig/compare/v2.1.9...v2.1.10) (2020-06-27)
275
-
276
-
277
- ### docs
278
-
279
- * remove in progress label from plugin-generate-project ([27303a4](https://github.com/sb-mig/sb-mig/commit/27303a40f6a5074986084349a3f95ac50205e257))
280
-
281
-
282
-
283
- ## [2.1.9](https://github.com/sb-mig/sb-mig/compare/v2.1.8...v2.1.9) (2020-06-27)
284
-
285
-
286
- ### fix
287
-
288
- * change default storyblok-boilerplate repository ([8986df8](https://github.com/sb-mig/sb-mig/commit/8986df8a00112a4645df0dfd29ba8356b771f912))
289
-
290
-
291
-
292
- ## [2.1.8](https://github.com/sb-mig/sb-mig/compare/v2.1.7...v2.1.8) (2020-06-23)
293
-
294
-
295
- ### fix
296
-
297
- * follow symlinks while syncing components ([4169096](https://github.com/sb-mig/sb-mig/commit/41690960b2f6025cd50217e5887ef8f936a06268))
298
-
299
-
300
-
301
- ## [2.1.7](https://github.com/sb-mig/sb-mig/compare/v2.1.6...v2.1.7) (2020-06-16)
302
-
303
-
304
- ### fix
305
-
306
- * fix deploy with actions ([db50669](https://github.com/sb-mig/sb-mig/commit/db50669b6e6ec01f919c596cf7fcfbb06ba46512))
307
-
308
-
309
-
310
- ## [2.1.6](https://github.com/sb-mig/sb-mig/compare/v2.1.5...v2.1.6) (2020-06-16)
311
-
312
-
313
- ### packages
314
-
315
- * update oclif command ([a5e5569](https://github.com/sb-mig/sb-mig/commit/a5e5569903449cad567fa0d63451f704a7520c5c))
316
-
317
-
318
-
319
- ## [2.1.5](https://github.com/sb-mig/sb-mig/compare/v2.1.4...v2.1.5) (2020-06-16)
320
-
321
-
322
- ### packages
323
-
324
- * update ora ([2e3ecb7](https://github.com/sb-mig/sb-mig/commit/2e3ecb752031207fcc2c7a2d80d5dcd1af55945a))
325
-
326
-
327
-
328
- ## [2.1.4](https://github.com/sb-mig/sb-mig/compare/v2.1.3...v2.1.4) (2020-06-16)
329
-
330
-
331
- ### docs
332
-
333
- * Add plugins section with available plugins ([f59460d](https://github.com/sb-mig/sb-mig/commit/f59460d3f908429283699a5d15323236866edd9f))
334
-
335
- ### packages
336
-
337
- * update oclif plugins plugin ([21c41a9](https://github.com/sb-mig/sb-mig/commit/21c41a962ca066dae69fc72fe519d63d586cd162))
338
-
339
-
340
-
341
- ## [2.1.3](https://github.com/sb-mig/sb-mig/compare/v2.1.2...v2.1.3) (2020-05-06)
342
-
343
-
344
- ### docs
345
-
346
- * add generate project section to readme ([7537994](https://github.com/sb-mig/sb-mig/commit/7537994f9123dfe7641799ce65b09720f7f26e14))
347
- * add link to npm list of @storyblok-components ([b0bd4ab](https://github.com/sb-mig/sb-mig/commit/b0bd4ab643caebb7245cdb83b001ed91752b13a0))
348
-
349
-
350
-
351
- ## [2.1.2](https://github.com/sb-mig/sb-mig/compare/v2.1.1...v2.1.2) (2020-04-30)
352
-
353
-
354
- ### fix
355
-
356
- * debug not displaying values ([6a26c0f](https://github.com/sb-mig/sb-mig/commit/6a26c0f94b9ef40d9c4f4e9958a1906f587d65f7))
357
-
358
-
359
-
360
- ## [2.1.1](https://github.com/sb-mig/sb-mig/compare/v2.0.1...v2.1.1) (2020-04-30)
361
-
362
- ### hotfix
363
-
364
- * copy types from storyblok and modify, causing problems ([a70466b](https://github.com/sb-mig/sb-mig/commit/a70466bc090fb0c5604d37009f767a4f943c5d71))
365
-
366
-
367
-
368
- # [2.1.0](https://github.com/sb-mig/sb-mig/compare/v2.0.1...v2.1.0) (2020-04-30)
369
-
370
-
371
- ### chore
372
-
373
- * add warn if cli is outdated ([be9fe3e](https://github.com/sb-mig/sb-mig/commit/be9fe3e163d763c2ed17a2bb1cf6f79e7750d3df))
374
-
375
- ### feat
376
-
377
- * add helper and api method to base class ([7bcae6c](https://github.com/sb-mig/sb-mig/commit/7bcae6c7b038e3d7706f27a9e38597d84c412ff8))
378
- * expose some methods from api and from utils files in custom base class ([e698076](https://github.com/sb-mig/sb-mig/commit/e69807660d99ea024d41f45214e417c53bca7971))
379
- * Rewrite api to typescript, update storyblok-js-client, create core custom base class ([12a737f](https://github.com/sb-mig/sb-mig/commit/12a737fd84eaf14d2bb0e2466259306aadd41af2))
380
-
381
-
382
-
383
- ## [2.0.1](https://github.com/sb-mig/sb-mig/compare/v2.0.0-beta.14...v2.0.1) (2020-04-24)
384
-
385
-
386
-
387
-
388
- # [2.0.0](https://github.com/sb-mig/sb-mig/compare/v2.0.0-beta.14...v2.0.0) (2020-04-24)
389
-
390
-
391
-
392
-
393
- # [2.0.0-beta.14](https://github.com/sb-mig/sb-mig/compare/v2.0.0-beta.13...v2.0.0-beta.14) (2020-04-24)
394
-
395
-
396
- ### docs
397
-
398
- * modify contents links in readme ([27b637e](https://github.com/sb-mig/sb-mig/commit/27b637ec07792ba06bf6aeff10180deec3f1794b))
399
-
400
-
401
-
402
- # [2.0.0-beta.13](https://github.com/sb-mig/sb-mig/compare/v2.0.0-beta.12...v2.0.0-beta.13) (2020-04-24)
403
-
404
-
405
- ### docs
406
-
407
- * add migration guide for backing up ([3f77d11](https://github.com/sb-mig/sb-mig/commit/3f77d1110ee2d474f3bd5b0a25c181a9deb92356))
408
- * add migration guide for datasources ([5003aaf](https://github.com/sb-mig/sb-mig/commit/5003aaf5c47c879a8c4bb0b3f6ee401e0599e7b4))
409
-
410
-
411
-
412
- # [2.0.0-beta.12](https://github.com/sb-mig/sb-mig/compare/v2.0.0-beta.11...v2.0.0-beta.12) (2020-04-24)
413
-
414
-
415
- ### docs
416
-
417
- * add information about release ([a5a2998](https://github.com/sb-mig/sb-mig/commit/a5a2998647fecece3ef0561cdd1f451bc2957d13))
418
- * add plugins command to contents ([02a8c3a](https://github.com/sb-mig/sb-mig/commit/02a8c3a1ebb01eb856da0fb9de3d4ec40920c2b8))
419
- * update readme ([376d5db](https://github.com/sb-mig/sb-mig/commit/376d5db7e5ddd5da3cc47eb4330baaf558462911))
420
-
421
-
422
-
423
- # [2.0.0-beta.11](https://github.com/sb-mig/sb-mig/compare/v2.0.0-beta.10...v2.0.0-beta.11) (2020-04-23)
424
-
425
-
426
- ### fix
427
-
428
- * fix sb-mig scope for oclif plugins ([7bf48f3](https://github.com/sb-mig/sb-mig/commit/7bf48f3dbe77bc3407e5f00627aedbca2fcb6efb))
429
-
430
-
431
-
432
- # [2.0.0-beta.10](https://github.com/sb-mig/sb-mig/compare/v2.0.0-beta.9...v2.0.0-beta.10) (2020-04-23)
433
-
434
-
435
- ### plugins
436
-
437
- * add ability to install plugins runtime by user ([fccd9b0](https://github.com/sb-mig/sb-mig/commit/fccd9b0539573f83f38e0283af4ad95b2da201c7))
438
-
439
-
440
-
441
- # [2.0.0-beta.9](https://github.com/sb-mig/sb-mig/compare/v2.0.0-beta.8...v2.0.0-beta.9) (2020-04-23)
442
-
443
-
444
- ### migrating
445
-
446
- * fix sync groupName issue ([6dc4e87](https://github.com/sb-mig/sb-mig/commit/6dc4e879775be5437e338279389f4b905ec81088))
447
-
448
-
449
-
450
- # [2.0.0-beta.8](https://github.com/sb-mig/sb-mig/compare/v2.0.0-beta.7...v2.0.0-beta.8) (2020-04-21)
451
-
452
-
453
- ### docs
454
-
455
- * update readme with new commands, remove old readme ([8431b85](https://github.com/sb-mig/sb-mig/commit/8431b85a7685da86d98a9d4f9c827935858c0978))
456
-
457
-
458
-
459
- # [2.0.0-beta.7](https://github.com/sb-mig/sb-mig/compare/v2.0.0-beta.6...v2.0.0-beta.7) (2020-04-21)
460
-
461
-
462
- ### docs
463
-
464
- * update readme ([cee6d1b](https://github.com/sb-mig/sb-mig/commit/cee6d1ba8d9586195399686738228b1e2d65146f))
465
-
466
-
467
-
468
- # [2.0.0-beta.6](https://github.com/sb-mig/sb-mig/compare/v2.0.0-beta.5...v2.0.0-beta.6) (2020-04-21)
469
-
470
-
471
- ### docs
472
-
473
- * update migration guide and readme ([867fb29](https://github.com/sb-mig/sb-mig/commit/867fb29b0c2643704928a76920809132f1311696))
474
-
475
-
476
-
477
- # [2.0.0-beta.5](https://github.com/sb-mig/sb-mig/compare/v2.0.0-beta.4...v2.0.0-beta.5) (2020-04-21)
478
-
479
-
480
- ### migrating
481
-
482
- * Migrate synchronizing components to sync command ([fbf6196](https://github.com/sb-mig/sb-mig/commit/fbf6196a27bd72f8fbeec8d47c62baea7bf8bf1d))
483
-
484
-
485
-
486
- # [2.0.0-beta.4](https://github.com/sb-mig/sb-mig/compare/v2.0.0-beta.0...v2.0.0-beta.4) (2020-04-21)
487
-
488
-
489
- ### chore
490
-
491
- * modify name of main command, fix linting issue ([f24bcaf](https://github.com/sb-mig/sb-mig/commit/f24bcafbf33c4e88315a5804b67f7bfa7ee58179))
492
- * remove package-lock ([cc9c7c5](https://github.com/sb-mig/sb-mig/commit/cc9c7c5d8d735b0c1dc01dceb9756b4f65265e48))
493
-
494
- ### docs
495
-
496
- * clean readme a little ([663bd0d](https://github.com/sb-mig/sb-mig/commit/663bd0dc35d6537318ae27dd7a3a72bce4bc75aa))
497
-
498
- ### ichore
499
-
500
- * modify package.json version script ([f690815](https://github.com/sb-mig/sb-mig/commit/f6908156bb70555fd0b39852eaf51a4310c27971))
501
-
502
- ### migration
503
-
504
- * add migration guide document ([17c0bac](https://github.com/sb-mig/sb-mig/commit/17c0bac3f071930b9e3007fe1ea64de056c5bc5e))
505
- * add sync command ([0494515](https://github.com/sb-mig/sb-mig/commit/0494515cdcd46dd936cd53f0404635554537865b))
506
- * migrate all backup (get*) functionality to backup command ([a3b8abf](https://github.com/sb-mig/sb-mig/commit/a3b8abf7842e33ef0dc3d8d76f8da4e0d217bebf))
507
- * update migration guide - change of commands structure ([340910e](https://github.com/sb-mig/sb-mig/commit/340910e43a9766ffa2e680bfd1cc56585df275bf))
508
-
509
-
510
-
511
- # [2.0.0-beta.3](https://github.com/sb-mig/sb-mig/compare/v2.0.0-beta.0...v2.0.0-beta.3) (2020-04-21)
512
-
513
-
514
- ### chore
515
-
516
- * modify name of main command, fix linting issue ([f24bcaf](https://github.com/sb-mig/sb-mig/commit/f24bcafbf33c4e88315a5804b67f7bfa7ee58179))
517
- * remove package-lock ([cc9c7c5](https://github.com/sb-mig/sb-mig/commit/cc9c7c5d8d735b0c1dc01dceb9756b4f65265e48))
518
-
519
- ### docs
520
-
521
- * clean readme a little ([663bd0d](https://github.com/sb-mig/sb-mig/commit/663bd0dc35d6537318ae27dd7a3a72bce4bc75aa))
522
-
523
- ### migration
524
-
525
- * add migration guide document ([17c0bac](https://github.com/sb-mig/sb-mig/commit/17c0bac3f071930b9e3007fe1ea64de056c5bc5e))
526
- * migrate all backup (get*) functionality to backup command ([a3b8abf](https://github.com/sb-mig/sb-mig/commit/a3b8abf7842e33ef0dc3d8d76f8da4e0d217bebf))
527
- * update migration guide - change of commands structure ([340910e](https://github.com/sb-mig/sb-mig/commit/340910e43a9766ffa2e680bfd1cc56585df275bf))
528
-
529
-
530
-
531
- # [2.0.0-beta.2](https://github.com/sb-mig/sb-mig/compare/v2.0.0-beta.0...v2.0.0-beta.2) (2020-04-21)
532
-
533
-
534
- ### chore
535
-
536
- * modify name of main command, fix linting issue ([f24bcaf](https://github.com/sb-mig/sb-mig/commit/f24bcafbf33c4e88315a5804b67f7bfa7ee58179))
537
- * remove package-lock ([cc9c7c5](https://github.com/sb-mig/sb-mig/commit/cc9c7c5d8d735b0c1dc01dceb9756b4f65265e48))
538
-
539
- ### docs
540
-
541
- * clean readme a little ([663bd0d](https://github.com/sb-mig/sb-mig/commit/663bd0dc35d6537318ae27dd7a3a72bce4bc75aa))
542
-
543
- ### migration
544
-
545
- * add migration guide document ([17c0bac](https://github.com/sb-mig/sb-mig/commit/17c0bac3f071930b9e3007fe1ea64de056c5bc5e))
546
- * migrate all backup (get*) functionality to backup command ([a3b8abf](https://github.com/sb-mig/sb-mig/commit/a3b8abf7842e33ef0dc3d8d76f8da4e0d217bebf))
547
- * update migration guide - change of commands structure ([340910e](https://github.com/sb-mig/sb-mig/commit/340910e43a9766ffa2e680bfd1cc56585df275bf))
548
-
549
-
550
-
551
- # [2.0.0-beta.1](https://github.com/sb-mig/sb-mig/compare/v2.0.0-beta.0...v2.0.0-beta.1) (2020-04-20)
552
-
553
- # [2.0.0-beta.0](https://github.com/sb-mig/sb-mig/compare/v1.3.11...v2.0.0-beta.0) (2020-04-20)
554
-
555
-
556
- ### feat
557
-
558
- * Moving whole CLI to use Oclif and plugin system to customize it ([36776f4](https://github.com/sb-mig/sb-mig/commit/36776f42fea769a4d5e0fcbe349f5c42a25be279))
559
-
560
-
561
-
562
- ## [1.3.11](https://github.com/marckraw/sb-mig/compare/v1.3.7...v1.3.11) (2020-04-20)
563
-
564
-
565
- ### chore
566
-
567
- * update .gitignore ([48a330c](https://github.com/marckraw/sb-mig/commit/48a330c7b41046b845e0fae38423713a3a3b4a0b))
568
-
569
- ### feat
570
-
571
- * fix generate command and adding components ([7a1310b](https://github.com/marckraw/sb-mig/commit/7a1310b87d81a163d88a09902f676ed612ba7d55))
572
-
573
-
574
-
575
- ## [1.3.10](https://github.com/marckraw/sb-mig/compare/v1.3.9...v1.3.10) (2020-03-25)
576
-
577
- ### build(deps)
578
-
579
- * bump acorn from 5.7.3 to 5.7.4 ([d6510e5](https://github.com/marckraw/sb-mig/commit/d6510e5))
580
-
581
-
582
- ## [1.3.9](https://github.com/marckraw/sb-mig/compare/v1.3.8...v1.3.9) (2020-03-25)
583
-
584
- ### node-version-needed
585
-
586
- * d6510e5 nump version to 12 (using Promise.allSettled)
587
-
588
- ### add-command
589
-
590
- * improve loaders and async copyfolder / installing ([ade4c61](https://github.com/marckraw/sb-mig/commit/ade4c61))
591
- * add copyFolder utils, change the way folder is copying, add ora loaders ([6847a03](https://github.com/marckraw/sb-mig/commit/6847a03))
592
-
593
-
594
- ## [1.3.8](https://github.com/marckraw/sb-mig/compare/v1.3.7...v1.3.8) (2020-03-20)
595
-
596
-
597
- ### feat
598
-
599
- * fix generate command and adding components ([7a1310b](https://github.com/marckraw/sb-mig/commit/7a1310b87d81a163d88a09902f676ed612ba7d55))
600
-
601
-
602
-
603
- ## [1.3.7](https://github.com/marckraw/sb-mig/compare/v1.3.6...v1.3.7) (2020-03-19)
604
-
605
-
606
- ### add
607
-
608
- * add command to install and move storyblok scoped components ([1dc427a](https://github.com/marckraw/sb-mig/commit/1dc427aadf273e15300f3be093328443fa124b14))
609
-
610
-
611
-
612
- ## [1.3.6](https://github.com/marckraw/sb-mig/compare/v1.3.5...v1.3.6) (2020-03-13)
613
-
614
-
615
- ### update
616
-
617
- * change logs for presets to warning from error ([0f4035d](https://github.com/marckraw/sb-mig/commit/0f4035d507ae9acaa957a7789f90254aafa6f9af))
618
-
619
-
620
-
621
- ## [1.3.5](https://github.com/marckraw/sb-mig/compare/v1.3.3...v1.3.5) (2020-02-28)
622
-
623
-
624
- ### feature
625
-
626
- * improve windows support ([258654e](https://github.com/marckraw/sb-mig/commit/258654ee30b7e44da91fd058cebf680ff552acc8))
627
-
628
- ### fix
629
-
630
- * typo in components.js generator ([e950f2c](https://github.com/marckraw/sb-mig/commit/e950f2caa3b7a6e369a8acbe2f47d540bfd91325))
631
-
632
-
633
-
634
- ## [1.3.3](https://github.com/marckraw/sb-mig/compare/v1.3.2...v1.3.3) (2020-02-26)
635
-
636
-
637
- ### fix
638
-
639
- * ordering of tasks in generating project ([f3ce9fc](https://github.com/marckraw/sb-mig/commit/f3ce9fceedd268a9f2e84b00b61e8d1ca910132f))
640
-
641
-
642
-
643
- ## [1.3.2](https://github.com/marckraw/sb-mig/compare/v1.3.1...v1.3.2) (2020-02-26)
644
-
645
-
646
- ### fix
647
-
648
- * .env and components.js generation was failing ([d6ac7f0](https://github.com/marckraw/sb-mig/commit/d6ac7f084f3892f2140fc64510e23b8d7f1137cb))
649
-
650
-
651
-
652
- ## [1.3.1](https://github.com/marckraw/sb-mig/compare/v1.3.0...v1.3.1) (2020-02-26)
653
-
654
-
655
- ### feature
656
-
657
- * add components.js generation file, and finish experimental generate feature ([a1e763f](https://github.com/marckraw/sb-mig/commit/a1e763ffc8a50f8e3a47e17dd8b1313c9634262d))
658
- * add generating project - beta functionality ([a23be49](https://github.com/marckraw/sb-mig/commit/a23be491bff5f81c86178abaa2708b888020b14a))
659
- * full solution for generating whole project ([8eb0772](https://github.com/marckraw/sb-mig/commit/8eb077234d72ac4a8d0c7cc011c77c41639d145f))
660
-
661
- ### packages
662
-
663
- * add camelcase and execa package ([ed3fb7e](https://github.com/marckraw/sb-mig/commit/ed3fb7eebd4faa2e30bc731f675c8c1ad061b886))
664
-
665
-
666
-
667
- # [1.3.0](https://github.com/marckraw/sb-mig/compare/v1.2.9...v1.3.0) (2020-02-25)
668
-
669
-
670
- ### docs
671
-
672
- * update readme with docs for syncing datasources ([18b5eff](https://github.com/marckraw/sb-mig/commit/18b5effc54f6afe851951af00ba5386170d7729e))
673
-
674
- ### feature
675
-
676
- * add adding/updating datasource entries: need cleanup and tests ([72e25c1](https://github.com/marckraw/sb-mig/commit/72e25c10c8f0310f06e6c2a07a09bedc6bd914cb))
677
- * add discover for .datasource.js ([9586e2f](https://github.com/marckraw/sb-mig/commit/9586e2f4376fd29ab17a3f646c9fb40e4c1100c2))
678
- * add getting all datasources, and getting datasource by name (1dimension) ([41a1222](https://github.com/marckraw/sb-mig/commit/41a12226fd9c69fb48cc96af6f4bf449b626ae57))
679
- * datasources support ready to use ([c58f48f](https://github.com/marckraw/sb-mig/commit/c58f48f97da27e492f84460f447f9b5c901fbc18))
680
-
681
- ### fix
682
-
683
- * change node-fetch to storyblok-js-client for get datasources ([13c0165](https://github.com/marckraw/sb-mig/commit/13c01657ba68aaece476cd3edc0b5a9656b39bf2))
684
- * remove and change not bad console logs ([ad3e5f4](https://github.com/marckraw/sb-mig/commit/ad3e5f47a7b06f31d21589d26959bf2f00ac9ecc))
685
-
686
-
687
-
688
- ## [1.2.9](https://github.com/marckraw/sb-mig/compare/v1.2.8...v1.2.9) (2020-02-21)
689
-
690
-
691
- ### fix
692
-
693
- * no-presets didn't work for ext sync-all ([9ea3c08](https://github.com/marckraw/sb-mig/commit/9ea3c08f083bc873efe09d116348bb6872dd5c89))
694
-
695
-
696
-
697
- ## [1.2.8](https://github.com/marckraw/sb-mig/compare/v1.2.7...v1.2.8) (2020-02-21)
698
-
699
-
700
- ### chore
701
-
702
- * add license ([b4f5595](https://github.com/marckraw/sb-mig/commit/b4f559556207f2282d31c7baaf80d36efa899010))
703
-
704
- ### docs
705
-
706
- * update readme with added no-preset option ([34842cd](https://github.com/marckraw/sb-mig/commit/34842cd689ea8bedd88464bed2bf815f791cbb78))
707
-
708
- ### feature
709
-
710
- * Add no-preset option to --sync and --sync-all command ([1dd76d4](https://github.com/marckraw/sb-mig/commit/1dd76d4bf5b817df81b49d43af1cd3b2dbe0c5fd))
711
-
712
- ### fix
713
-
714
- * rewrite any node-fetch to storyblok-js-client requests, to handle rate limits ([c7d117e](https://github.com/marckraw/sb-mig/commit/c7d117ea43bb2644393bd74e8e883411fa5d4813))
715
-
716
-
717
-
718
- ## [1.2.7](https://github.com/marckraw/sb-mig/compare/v1.2.6...v1.2.7) (2020-02-18)
719
-
720
-
721
- ### changelog
722
-
723
- * fix changelog reps ([53f8c91](https://github.com/marckraw/sb-mig/commit/53f8c912fb874196900532ff5bc5a7e778e828a4))
724
-
725
-
726
-
727
- ## [1.2.6](https://github.com/marckraw/sb-mig/compare/v1.2.0...v1.2.6) (2020-02-18)
728
-
729
- ### docs
730
-
731
- - add homepage ([e066e22](https://github.com/marckraw/sb-mig/commit/e066e2258d14cd858c059ed7b5f3160b66bc734e))
732
-
733
- ## [1.2.5](https://github.com/marckraw/sb-mig/compare/v1.2.4...v1.2.5) (2020-02-18)
734
-
735
- ### fix
736
-
737
- - debug command breaks sb-mig ([e1b3819](https://github.com/marckraw/sb-mig/commit/e1b3819b27e32e161c17e187fe4a7e4319322b5f))
738
-
739
- ## [1.2.4](https://github.com/marckraw/sb-mig/compare/v1.2.3...v1.2.4) (2020-02-18)
740
-
741
- ### debug
742
-
743
- - add debug command with some information ([36af2b4](https://github.com/marckraw/sb-mig/commit/36af2b4d75c282f213e304b26481f1f3df3275bb))
744
-
745
- ### docs
746
-
747
- - modify cli doc for --ext ([414547c](https://github.com/marckraw/sb-mig/commit/414547c5c97cfd27c65d0c93677c869e3feddd31))
748
-
749
- ## [1.2.3](https://github.com/marckraw/sb-mig/compare/v1.2.2...v1.2.3) (2020-02-18)
750
-
751
- ### feature
752
-
753
- - Add ability to --sync-all files with .sb.js extension ([333a70f](https://github.com/marckraw/sb-mig/commit/333a70fed32dd273e7d86155ecab1038bcfe8ee9))
754
-
755
- ## [1.2.2](https://github.com/marckraw/sb-mig/compare/v1.2.1...v1.2.2) (2020-02-18)
756
-
757
- ### fix
758
-
759
- - remove not existing function from exports ([88d0b8a](https://github.com/marckraw/sb-mig/commit/88d0b8a4634a53a2b2113732f0a0acf2d6e2efe5))
760
-
761
- ## [1.2.1](https://github.com/marckraw/sb-mig/compare/v1.1.17...v1.2.1) (2020-02-18)
762
-
763
- ### remove
764
-
765
- - support for not fully working solution to download .js files from github seed repo ([8b6ec00](https://github.com/marckraw/sb-mig/commit/8b6ec00403e4e72ea42791bf5aeebeb895d87d09))
766
-
767
- # [1.2.0](https://github.com/marckraw/sb-mig/compare/v1.1.18...v1.2.0) (2020-02-17)
768
-
769
- ### docs
770
-
771
- - Document new --sync --ext approach ([18bba3e](https://github.com/marckraw/sb-mig/commit/18bba3e3b36a54825db356e7a873cdc69624af87))
772
-
773
- ### feature
774
-
775
- - Add ability to sync with .sb.js extension ([5199806](https://github.com/marckraw/sb-mig/commit/51998062c716fb86407e89c6734ad1e4a2cd4107))
776
-
777
- ## [1.1.18](https://github.com/marckraw/sb-mig/compare/v1.1.16...v1.1.18) (2020-02-15)
778
-
779
- ### docs
780
-
781
- - Add develop section to readme ([2a0570e](https://github.com/marckraw/sb-mig/commit/2a0570eca4ae47246687f51f3acaf9263d76d243))
782
- - add some badges to readme ([ec8f6d1](https://github.com/marckraw/sb-mig/commit/ec8f6d149d6473f66a3cac285a4cd423a6043389))
783
-
784
- ## [1.1.17](https://github.com/marckraw/sb-mig/compare/v1.1.16...v1.1.17) (2020-02-06)
785
-
786
- ### fix
787
-
788
- - storyblok js client use by using custom endpoint if configured ([fac304c](https://github.com/marckraw/sb-mig/commit/fac304cea7cd961756deef87e51df9e70f5dc18c))
789
-
790
- ## [1.1.16](https://github.com/marckraw/sb-mig/compare/v1.1.15...v1.1.16) (2020-01-25)
791
-
792
- ## [1.1.15](https://github.com/marckraw/sb-mig/compare/v1.1.14...v1.1.15) (2020-01-25)
793
-
794
- ### fix
795
-
796
- - update notifier ([f84e53a](https://github.com/marckraw/sb-mig/commit/f84e53a1bb0edbd64c948dad533617efdd9c54c7))
797
-
798
- ## [1.1.14](https://github.com/marckraw/sb-mig/compare/v1.1.13...v1.1.14) (2020-01-25)
799
-
800
- ## [1.1.13](https://github.com/marckraw/sb-mig/compare/v1.1.12...v1.1.13) (2020-01-25)
801
-
802
- ### docs
803
-
804
- - add sync datasources to roadmap ([d68294f](https://github.com/marckraw/sb-mig/commit/d68294fe758d45b831e022d36edd39b07c5bedd9))
805
-
806
- ## [1.1.12](https://github.com/marckraw/sb-mig/compare/v1.1.11...v1.1.12) (2020-01-19)
807
-
808
- ### docs
809
-
810
- - add new points what next to roadmap ([03beb11](https://github.com/marckraw/sb-mig/commit/03beb110945615bbd762553825698b36880c477b))
811
-
812
- ## [1.1.11](https://github.com/marckraw/sb-mig/compare/v1.1.10...v1.1.11) (2020-01-14)
813
-
814
- ### docs
815
-
816
- - add basic example how to add fields section inside component ([edc2c56](https://github.com/marckraw/sb-mig/commit/edc2c56a06b07ee086c2cbc68fc66ff669984dea))
817
-
818
- ## [1.1.10](https://github.com/marckraw/sb-mig/compare/v1.1.9...v1.1.10) (2020-01-12)
819
-
820
- ### hotfix
821
-
822
- - fix content of readme ([22686b4](https://github.com/marckraw/sb-mig/commit/22686b4b648b908734d2ffaa55355a92ae9bb6a8))
823
-
824
- ## [1.1.9](https://github.com/marckraw/sb-mig/compare/v1.1.8...v1.1.9) (2020-01-11)
825
-
826
- ### hotfix
827
-
828
- - add .github workflows to .npmignore ([160a9fc](https://github.com/marckraw/sb-mig/commit/160a9fc5047a6c6d8a70ab0c582fda29bd50cf54))
829
- - add secret for npm ([15ea735](https://github.com/marckraw/sb-mig/commit/15ea735f229e6f2322bc024bb23cd47218a3bbe0))
830
- - fix github action test before publishing ([931b771](https://github.com/marckraw/sb-mig/commit/931b7711dea9b62d34cf851e590abe3383ee0345))
831
- - forget registry url.. ([c275173](https://github.com/marckraw/sb-mig/commit/c275173023c36da6a065d18d36aebc91a2c961d3))
832
-
833
- ## [1.1.8](https://github.com/marckraw/sb-mig/compare/v1.1.7...v1.1.8) (2020-01-11)
834
-
835
- ### buildAndDeploy
836
-
837
- - add github action for publishing ([d94938b](https://github.com/marckraw/sb-mig/commit/d94938b49a5757060b57fcb8c5ebefcb60b51df2))
838
- - add test before publish ([ed26feb](https://github.com/marckraw/sb-mig/commit/ed26feb0ff827c3ad02c0630983d5872663eba36))
839
- - github action to run tests and build ([588c196](https://github.com/marckraw/sb-mig/commit/588c196f38de924f80111f9546442d17eeb1da86))
840
-
841
- ## [1.1.7](https://github.com/marckraw/sb-mig/compare/v1.1.6...v1.1.7) (2020-01-11)
842
-
843
- ### chore
844
-
845
- - add publish command for patch,minor,major versions ([cf2776b](https://github.com/marckraw/sb-mig/commit/cf2776bfaa607db9c7ce0114ac503e0e9bbc162a))
846
-
847
- ## [1.1.6](https://github.com/marckraw/sb-mig/compare/v1.1.5...v1.1.6) (2020-01-11)
848
-
849
- ### chore
850
-
851
- - update package ([200160d](https://github.com/marckraw/sb-mig/commit/200160dd83fb12293d507bfa1a00d886a0d52ddb))
852
-
853
- ## [1.1.5](https://github.com/marckraw/sb-mig/compare/v1.1.4...v1.1.5) (2020-01-11)
854
-
855
- ### chore
856
-
857
- - update package ([292ab6b](https://github.com/marckraw/sb-mig/commit/292ab6bcb7dc2d7055572b3f35c7ad15421f2b7e))
858
-
859
- ## [1.1.4](https://github.com/marckraw/sb-mig/compare/v1.1.3...v1.1.4) (2020-01-11)
860
-
861
- ### chore
862
-
863
- - update package ([f02a4d5](https://github.com/marckraw/sb-mig/commit/f02a4d5c336bcc93716a1f3cfdacdb6a27e6b366))
864
-
865
- ## [1.1.3](https://github.com/marckraw/sb-mig/compare/v1.1.2...v1.1.3) (2020-01-11)
866
-
867
- ### chore
868
-
869
- - update package.json ([0dd1da8](https://github.com/marckraw/sb-mig/commit/0dd1da869b856b3fde794223aeb061a7ddad1e14))
870
-
871
- ### publish
872
-
873
- - some scripts for different deploys ([f6ae621](https://github.com/marckraw/sb-mig/commit/f6ae621c76f7721d034cb94f8ec499fd7cfaf68f))
874
-
875
- ### testing
876
-
877
- - add test command to prepublish ([c2bc39f](https://github.com/marckraw/sb-mig/commit/c2bc39fe7c41f348249deeda2ede5a1b0b0f00d4))
878
- - set up jest testing environment ([977b088](https://github.com/marckraw/sb-mig/commit/977b08836e3cb79e1932dc4fcd4eebeb375ac904))
879
-
880
- ## [1.1.2](https://github.com/marckraw/sb-mig/compare/v1.1.1...v1.1.2) (2020-01-11)
881
-
882
- ### chore
883
-
884
- - add gulpfile to gitignore ([d43fd32](https://github.com/marckraw/sb-mig/commit/d43fd32afb2b65210a6ab0ffb2d0c3e7a80505ad))
885
-
886
- ## [1.1.1](https://github.com/marckraw/sb-mig/compare/v1.1.0...v1.1.1) (2020-01-11)
887
-
888
- ### chore
889
-
890
- - udpate readme ([f23fd0f](https://github.com/marckraw/sb-mig/commit/f23fd0fdbfbb606236ef683899ff43aaf06023e1))
891
-
892
- # [1.1.0](https://github.com/marckraw/sb-mig/compare/v1.0.2...v1.1.0) (2020-01-11)
893
-
894
- ### chore
895
-
896
- - format everything with prettier ([1f868d3](https://github.com/marckraw/sb-mig/commit/1f868d31ed149b8c641e27c195094d024498885c))
897
-
898
- ### performance
899
-
900
- - add gulp task to minify files, without bundling ([5b29959](https://github.com/marckraw/sb-mig/commit/5b2995904df355585dd4f232ec27bfe4ee4ac110))
901
-
902
- ## [1.0.2](https://github.com/marckraw/sb-mig/compare/v1.0.1...v1.0.2) (2020-01-11)
903
-
904
- ### chore
905
-
906
- - add rule to prettier, format some files with it ([7f6e1e6](https://github.com/marckraw/sb-mig/commit/7f6e1e65c843524e2e9bcdf1351ecaae2e404827))
907
- - remove not needed packages, move conventional-changelog to devDependencies ([7f66b86](https://github.com/marckraw/sb-mig/commit/7f66b869025a47fd318540d8761aa04ed8625861))
908
- - update gitignore ([6ebd23d](https://github.com/marckraw/sb-mig/commit/6ebd23d35470945d34e0e2f45d2f4e7c00a26359))
909
-
910
- ## 1.0.1 (2020-01-11)
911
-
912
- ### chore
913
-
914
- - add conventional-changelog to packages ([5d3d6a8](https://github.com/marckraw/sb-mig/commit/5d3d6a8902da64026b44c9f16a7c1ce02e46e786))
915
- - add prettierrc file and add .vscode to gitignore ([1ffd542](https://github.com/marckraw/sb-mig/commit/1ffd54297dddb8e722d295b0218a488d4ce308a4))
916
- - add symboles to Logger error, success, warning ([aa6849b](https://github.com/marckraw/sb-mig/commit/aa6849b12b066c66efd5ee54bdc82c16707f3f93))
917
-
918
- ### feature
919
-
920
- - major refactor for better dev exp - functionality stays (except deprecated migrate which is removed) ([a280005](https://github.com/marckraw/sb-mig/commit/a2800050ca81f4449920a3fb1569b05510e788a2))
921
-
922
- # [1.0.0](https://github.com/marckraw/sb-mig/compare/v0.3.1...v1.0.0) (2020-01-10)
923
-
924
- ### docs
925
-
926
- - imrpvoe documentation, explain what can be done, and how to handle presets ([c50f44f](https://github.com/marckraw/sb-mig/commit/c50f44f7a37c81b86e63a5a82bd2a08df686b550))
927
-
928
- ### feature
929
-
930
- - major refactor for better dev exp - functionality stays (except deprecated migrate which is removed) ([a280005](https://github.com/marckraw/sb-mig/commit/a2800050ca81f4449920a3fb1569b05510e788a2))
931
-
932
- ## [0.3.1](https://github.com/marckraw/sb-mig/compare/v0.3.0...v0.3.1) (2020-01-10)
933
-
934
- ### cleanup
935
-
936
- - refactor creation files to helper functions, add config option for main sb-mig folder ([979d6f6](https://github.com/marckraw/sb-mig/commit/979d6f6e7a628cdb9f5ff79de9c5e178922fcc8a))
937
-
938
- # [0.3.0](https://github.com/marckraw/sb-mig/compare/v0.2.3...v0.3.0) (2020-01-09)
939
-
940
- ### feature
941
-
942
- - add get all groups and get specific group ([8056558](https://github.com/marckraw/sb-mig/commit/80565584c296bdd8095ba1e6850db7a76f181174))
943
-
944
- ## 0.2.5 (2020-01-09)
945
-
946
- ## 0.2.4 (2020-01-09)
947
-
948
- ### chore
949
-
950
- - add generating changelog ([382b657](https://github.com/marckraw/sb-mig/commit/382b657269da26060f1dcd86ac9a643c1e25de76))
951
-
952
- ## [0.2.3](https://github.com/marckraw/sb-mig/compare/v0.2.2...v0.2.3) (2020-01-08)
953
-
954
- ## [0.2.2](https://github.com/marckraw/sb-mig/compare/v0.2.1...v0.2.2) (2020-01-08)
955
-
956
- ### chore
957
-
958
- - update readme ([7496c93](https://github.com/marckraw/sb-mig/commit/7496c93c9bf3bf52040c7e6cc271d41f4f117ffc))
959
-
960
- ## [0.2.1](https://github.com/marckraw/sb-mig/compare/v0.2.0...v0.2.1) (2020-01-08)
961
-
962
- ### feature
963
-
964
- - add support for custom config ([17240f0](https://github.com/marckraw/sb-mig/commit/17240f02221052820fd2d09a621f1b82e6f8ac9b))
965
-
966
- # [0.2.0](https://github.com/marckraw/sb-mig/compare/v0.1.2...v0.2.0) (2020-01-08)
967
-
968
- ### chore
969
-
970
- - remobe not needed file ([a8e7965](https://github.com/marckraw/sb-mig/commit/a8e7965d54de4d004ece6a8da1a47397fcd1c4b3))
971
- - remove not used file ([5d3476b](https://github.com/marckraw/sb-mig/commit/5d3476b73dac792e4dda385d853f76f8c8e2de5d))
972
- - remove not used file ([e8f8496](https://github.com/marckraw/sb-mig/commit/e8f8496667a8e0746c9867f333b159d867b9cf7a))
973
-
974
- ### feature
975
-
976
- - Add selective component syncing ([5b7bc8d](https://github.com/marckraw/sb-mig/commit/5b7bc8d71cf45d63573b5d5b122a7be2bec1827d))
977
-
978
- ### fix
979
-
980
- - not working main file ([9e3f308](https://github.com/marckraw/sb-mig/commit/9e3f3088afe36506330e706470c10a367d2b23b0))
981
-
982
- ## [0.1.2](https://github.com/marckraw/sb-mig/compare/v0.1.1...v0.1.2) (2020-01-08)
983
-
984
- ### chore
985
-
986
- - fix changelog creation ([21d0789](https://github.com/marckraw/sb-mig/commit/21d0789c730630091613a47afd07a97348ef4502))