@adobe/helix-shared-config 7.21.1 → 8.0.0

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 (60) hide show
  1. package/CHANGELOG.md +856 -0
  2. package/package.json +28 -24
  3. package/src/BaseConfig.js +25 -9
  4. package/src/IgnoreConfig.js +43 -0
  5. package/src/IndexConfig.js +38 -0
  6. package/src/MountConfig.js +1 -0
  7. package/src/SchemaDerivedConfig.js +5 -3
  8. package/src/SitemapConfig.js +114 -0
  9. package/src/ValidationError.js +46 -0
  10. package/src/config-wrapper.d.ts +1 -0
  11. package/src/config-wrapper.js +0 -6
  12. package/src/fetchconfig/cache.js +2 -2
  13. package/src/fetchconfig/fetch.js +1 -1
  14. package/src/index.js +6 -10
  15. package/src/parsers/BaseParser.js +84 -0
  16. package/src/parsers/GlobfileParser.js +82 -0
  17. package/src/schemas/fstab.example.1.json +6 -1
  18. package/src/schemas/fstab.schema.json +12 -1
  19. package/src/schemas/index.schema.json +24 -3
  20. package/src/schemas/sitemap-language.description.md +11 -0
  21. package/src/schemas/sitemap-language.schema.json +49 -0
  22. package/src/schemas/sitemap.description.md +3 -0
  23. package/src/schemas/sitemap.schema.json +52 -0
  24. package/src/schemas/{markup.schema.json → sitemapconfig.schema.json} +11 -7
  25. package/src/Condition.js +0 -573
  26. package/src/ConfigValidator.js +0 -103
  27. package/src/DynamicRedirect.js +0 -125
  28. package/src/HelixConfig.js +0 -138
  29. package/src/MarkupConfig.js +0 -35
  30. package/src/Origin.js +0 -159
  31. package/src/Performance.js +0 -80
  32. package/src/Redirect.js +0 -64
  33. package/src/RedirectConfig.js +0 -64
  34. package/src/RedirectRuleHandler.js +0 -46
  35. package/src/Static.js +0 -119
  36. package/src/Strain.js +0 -332
  37. package/src/Strains.js +0 -68
  38. package/src/schemas/conditions.schema.json +0 -140
  39. package/src/schemas/config.description.md +0 -7
  40. package/src/schemas/config.example.1.json +0 -26
  41. package/src/schemas/config.schema.json +0 -44
  42. package/src/schemas/giturl.schema.json +0 -62
  43. package/src/schemas/markupconfig.schema.json +0 -38
  44. package/src/schemas/markupmapping.description.md +0 -242
  45. package/src/schemas/markupmapping.schema.json +0 -122
  46. package/src/schemas/origin.description.md +0 -5
  47. package/src/schemas/origin.schema.json +0 -86
  48. package/src/schemas/performance.schema.json +0 -210
  49. package/src/schemas/proxystrain.description.md +0 -20
  50. package/src/schemas/proxystrain.schema.json +0 -87
  51. package/src/schemas/redirect.schema.json +0 -34
  52. package/src/schemas/redirectrule.schema.json +0 -46
  53. package/src/schemas/redirects.description.md +0 -1
  54. package/src/schemas/redirects.schema.json +0 -41
  55. package/src/schemas/runtimestrain.schema.json +0 -144
  56. package/src/schemas/staticgiturl.schema.json +0 -80
  57. package/src/schemas/strains.schema.json +0 -39
  58. package/src/schemas/vanity.schema.json +0 -38
  59. package/src/schemas/version-lock.description.md +0 -3
  60. package/src/schemas/version-lock.schema.json +0 -35
package/CHANGELOG.md CHANGED
@@ -1,8 +1,864 @@
1
+ # [@adobe/helix-shared-config-v8.0.0](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config-v7.21.1...@adobe/helix-shared-config-v8.0.0) (2022-06-05)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * add mocha ([#631](https://github.com/adobe/helix-shared/issues/631)) ([2849219](https://github.com/adobe/helix-shared/commit/2849219986aff4a31f1c6c3d1e137b1e2732027d))
7
+ * add url to github mount ([#526](https://github.com/adobe/helix-shared/issues/526)) ([5f989bf](https://github.com/adobe/helix-shared/commit/5f989bf8494ba42c895e96c9e5c2d33b2ae67e80))
8
+ * allow adding sitemap or languages ([#690](https://github.com/adobe/helix-shared/issues/690)) ([5f095ef](https://github.com/adobe/helix-shared/commit/5f095ef276e1a44a36d9f3168d25ecf1074fa4ad))
9
+ * **deps:** update adobe fixes ([0e2b0a5](https://github.com/adobe/helix-shared/commit/0e2b0a59cbcc86653b3294d84e13e1dcada508ee))
10
+ * **deps:** update adobe fixes ([067f1bb](https://github.com/adobe/helix-shared/commit/067f1bbe8433e18484647b239318636519797947))
11
+ * **deps:** update adobe fixes ([#497](https://github.com/adobe/helix-shared/issues/497)) ([1864a7f](https://github.com/adobe/helix-shared/commit/1864a7f0dddd9fed4439219a918c66a10c45df5d))
12
+ * **deps:** update adobe fixes ([#520](https://github.com/adobe/helix-shared/issues/520)) ([6fae196](https://github.com/adobe/helix-shared/commit/6fae19681be8058d3a236b94b638b24c314282ab))
13
+ * **deps:** update dependency @adobe/helix-fetch to v2.4.2 ([#543](https://github.com/adobe/helix-shared/issues/543)) ([d06e0c4](https://github.com/adobe/helix-shared/commit/d06e0c4179aee49827ed36256525138a8cea5200))
14
+ * **deps:** update dependency @adobe/helix-fetch to v3 ([bb7b3d4](https://github.com/adobe/helix-shared/commit/bb7b3d45ff1ddb0681628903a65b7973a64533bc))
15
+ * **deps:** update dependency @adobe/helix-fetch to v3.0.9 ([#670](https://github.com/adobe/helix-shared/issues/670)) ([768d02f](https://github.com/adobe/helix-shared/commit/768d02fbfdcab02a24eec568989efc34759b8af3))
16
+ * **deps:** update dependency @adobe/helix-universal to v1.9.1 ([#602](https://github.com/adobe/helix-shared/issues/602)) ([fc9987a](https://github.com/adobe/helix-shared/commit/fc9987a3ec773c5ea0d09a5aef47d1329eb515d5))
17
+ * **deps:** update dependency @adobe/helix-universal to v3 ([#625](https://github.com/adobe/helix-shared/issues/625)) ([cd33862](https://github.com/adobe/helix-shared/commit/cd338620a091c4c7b392ee3da685fbde134ba5b5))
18
+ * **deps:** update dependency ajv to v8.6.0 ([2cbd4d3](https://github.com/adobe/helix-shared/commit/2cbd4d30eaa99909422c2b5700cec691120ced52))
19
+ * **deps:** update dependency ferrum to v1.9.3 ([#568](https://github.com/adobe/helix-shared/issues/568)) ([2f7516f](https://github.com/adobe/helix-shared/commit/2f7516fb3ba5aa4041e6d55069f307cef6bf823a))
20
+ * **deps:** update dependency fs-extra to v10.1.0 ([#673](https://github.com/adobe/helix-shared/issues/673)) ([290378c](https://github.com/adobe/helix-shared/commit/290378cc47c42822bce1ad390bfb400b037c71f0))
21
+ * **deps:** update dependency lint-staged to v12 ([#599](https://github.com/adobe/helix-shared/issues/599)) ([5ccc345](https://github.com/adobe/helix-shared/commit/5ccc3452dd9830f26f90d59d2067eea163dd8173))
22
+ * **deps:** update dependency lru-cache to v7 ([#647](https://github.com/adobe/helix-shared/issues/647)) ([4feaa27](https://github.com/adobe/helix-shared/commit/4feaa27a92f7734a5277231dcfcf2ae8e935eb77))
23
+ * **deps:** update dependency lru-cache to v7.7.3 ([#666](https://github.com/adobe/helix-shared/issues/666)) ([3935048](https://github.com/adobe/helix-shared/commit/39350486ea855fe26730cd9b06ff92d6025f3962))
24
+ * **deps:** update dependency object-hash to v2.2.0 ([07b40d1](https://github.com/adobe/helix-shared/commit/07b40d13748a3256c80ef19fc77d1236d5c88597))
25
+ * **deps:** update dependency object-hash to v3 ([d79b768](https://github.com/adobe/helix-shared/commit/d79b768d7bc0ba5df1e97606bb6ed870804434ad))
26
+ * **deps:** update dependency yaml to v2 and remove unused configs ([e2fd978](https://github.com/adobe/helix-shared/commit/e2fd978130076292c9049822b14718b8b6fa3269))
27
+ * **deps:** update external fixes ([fb55e25](https://github.com/adobe/helix-shared/commit/fb55e255f46951a439b896bf57df8be380129648))
28
+ * **deps:** update external fixes ([24c8309](https://github.com/adobe/helix-shared/commit/24c830978f296cd3f4fea71983cd028ec1377d3a))
29
+ * **deps:** update external fixes ([cdddbc5](https://github.com/adobe/helix-shared/commit/cdddbc590c52d6ebf336e7943387d8fb393c6524))
30
+ * **deps:** update external fixes ([06e6c6e](https://github.com/adobe/helix-shared/commit/06e6c6ebd829422274f49bf11f6bb0613d1635b7))
31
+ * **deps:** update external fixes ([fdbdea1](https://github.com/adobe/helix-shared/commit/fdbdea1b3de6d9323f506766d4a4905f8572700b))
32
+ * **deps:** update external fixes ([2d80dbd](https://github.com/adobe/helix-shared/commit/2d80dbd0a32dba90d83f91cfe403055835647c1e))
33
+ * **deps:** update external fixes ([3325d4d](https://github.com/adobe/helix-shared/commit/3325d4d7f37dfa0cc7b41d5cb5ef718a0361c966))
34
+ * **deps:** update external fixes ([a8dc79e](https://github.com/adobe/helix-shared/commit/a8dc79ee25573553aa5747478b66080888df2240))
35
+ * **deps:** update external fixes ([f055338](https://github.com/adobe/helix-shared/commit/f0553387ba74ffd1eae0457afca7a46beef5d376))
36
+ * **deps:** update external fixes ([94dbdfd](https://github.com/adobe/helix-shared/commit/94dbdfd8efddc3dae1facae99a21b9b629c22aec))
37
+ * **deps:** update external fixes ([ad49a64](https://github.com/adobe/helix-shared/commit/ad49a64bfdadcea4e4475ec6a36c9bfee14b62dc))
38
+ * **deps:** update external fixes ([#498](https://github.com/adobe/helix-shared/issues/498)) ([8e99853](https://github.com/adobe/helix-shared/commit/8e99853cd5458b3009ad9679247fe2c0f0b34617))
39
+ * **deps:** update external fixes ([#506](https://github.com/adobe/helix-shared/issues/506)) ([6f237fe](https://github.com/adobe/helix-shared/commit/6f237fe13e87015265a31e0ce2ce3e0dc9d43c4d))
40
+ * **deps:** update external fixes ([#567](https://github.com/adobe/helix-shared/issues/567)) ([0ce7d79](https://github.com/adobe/helix-shared/commit/0ce7d79342e070b7ad933582fcec8b9b4c60a465))
41
+ * **deps:** update external fixes ([#665](https://github.com/adobe/helix-shared/issues/665)) ([fb2322d](https://github.com/adobe/helix-shared/commit/fb2322d680d3bed29fb04beeed46173a5bd16bd9))
42
+ * **deps:** update external fixes ([#668](https://github.com/adobe/helix-shared/issues/668)) ([d32918b](https://github.com/adobe/helix-shared/commit/d32918b2885cabee8792f9d3ef1b65199668b9ad))
43
+ * **deps:** update external fixes ([#669](https://github.com/adobe/helix-shared/issues/669)) ([abf4a21](https://github.com/adobe/helix-shared/commit/abf4a21a686361ee387fd272fe0ee769c1acfb71))
44
+ * **deps:** update external fixes ([#680](https://github.com/adobe/helix-shared/issues/680)) ([75dc78e](https://github.com/adobe/helix-shared/commit/75dc78ef83e862f199c2fd56f298f2f9459dd742))
45
+ * don't pin helix-fetch and universal for better deduping ([#639](https://github.com/adobe/helix-shared/issues/639)) ([d4f4060](https://github.com/adobe/helix-shared/commit/d4f40603a1c899e6cfbd51900bb49453a63d32dd))
46
+ * export SitemapConfig ([5074666](https://github.com/adobe/helix-shared/commit/5074666d3bdc867e07aac556addd5956be0103e6))
47
+ * fetch and source should be optional ([#533](https://github.com/adobe/helix-shared/issues/533)) ([a962662](https://github.com/adobe/helix-shared/commit/a962662a2413582b06383b84719fab2ff1bf975c))
48
+ * proxy clone to not change original configuration ([#686](https://github.com/adobe/helix-shared/issues/686)) ([96f9ce7](https://github.com/adobe/helix-shared/commit/96f9ce7dc90cd97efc44ecd7a06151451dee9d3e))
49
+ * reduce dependencies ([#537](https://github.com/adobe/helix-shared/issues/537)) ([289942b](https://github.com/adobe/helix-shared/commit/289942b37ad32560501d8e9a8d6bf2bb10c19429))
50
+ * suppress deprecation warning (maxAge has been replaced by ttl) ([#678](https://github.com/adobe/helix-shared/issues/678)) ([7fb2df9](https://github.com/adobe/helix-shared/commit/7fb2df94f4f06d984c326b5ee897f877d69e86b0))
51
+ * update renovate config to auto detect pin versions ([#644](https://github.com/adobe/helix-shared/issues/644)) ([3ae0423](https://github.com/adobe/helix-shared/commit/3ae04235dd6791685d9a03e5ed52570b73d5be2a))
52
+ * use and export ValidationError ([#532](https://github.com/adobe/helix-shared/issues/532)) ([0c11d92](https://github.com/adobe/helix-shared/commit/0c11d928e902571c4d5e19deed6a4824afe9ef0f))
53
+
54
+
55
+ ### Features
56
+
57
+ * add contains method and improve index config schema ([97c5134](https://github.com/adobe/helix-shared/commit/97c51341ad95ca90eba67d7ae61f322dcd3c0d4a))
58
+ * add folders to fstab ([c91fcda](https://github.com/adobe/helix-shared/commit/c91fcdac54cbddff193c047b5730c897d5f5ca26))
59
+ * add IMS wrapper ([bb52f86](https://github.com/adobe/helix-shared/commit/bb52f86b741e9d43b51076c66a767c35028b6169))
60
+ * add index configuration ([#684](https://github.com/adobe/helix-shared/issues/684)) ([2cdec6f](https://github.com/adobe/helix-shared/commit/2cdec6f0c27b114d239ac524e3776e2d7e65fb18))
61
+ * **config:** add ignore config, parser ([#542](https://github.com/adobe/helix-shared/issues/542)) ([c95ca88](https://github.com/adobe/helix-shared/commit/c95ca88991aa0a8369520459dfe5f599fe25c7f6))
62
+ * introduce helix-sitemap.yaml ([#575](https://github.com/adobe/helix-shared/issues/575)) ([900fe9f](https://github.com/adobe/helix-shared/commit/900fe9fdde4989cdb444b7b4d2ae3aa98965af3e))
63
+ * **schema:** add schemas for helix-data-embed ([#507](https://github.com/adobe/helix-shared/issues/507)) ([4563e25](https://github.com/adobe/helix-shared/commit/4563e25994656bd0c64a0047c4304d06843897cb)), closes [/github.com/adobe/helix-data-embed/pull/356#issuecomment-836357581](https://github.com//github.com/adobe/helix-data-embed/pull/356/issues/issuecomment-836357581)
64
+ * target URI should be allowed relative ([#597](https://github.com/adobe/helix-shared/issues/597)) ([d8327c3](https://github.com/adobe/helix-shared/commit/d8327c34bd3770a2e8151f74555312c18e129b27))
65
+
66
+
67
+ ### BREAKING CHANGES
68
+
69
+ * **deps:** redirects, markup and helix-config removed
70
+
1
71
  # Change Log
2
72
 
3
73
  All notable changes to this project will be documented in this file.
4
74
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
75
 
76
+ ## [2.1.3](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@2.1.2...@adobe/helix-shared-config@2.1.3) (2022-06-04)
77
+
78
+ **Note:** Version bump only for package @adobe/helix-shared-config
79
+
80
+
81
+
82
+
83
+
84
+ ## [2.1.2](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@2.1.1...@adobe/helix-shared-config@2.1.2) (2022-06-02)
85
+
86
+
87
+ ### Bug Fixes
88
+
89
+ * allow adding sitemap or languages ([#690](https://github.com/adobe/helix-shared/issues/690)) ([5f095ef](https://github.com/adobe/helix-shared/commit/5f095ef276e1a44a36d9f3168d25ecf1074fa4ad))
90
+
91
+
92
+
93
+
94
+
95
+ ## [2.1.1](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@2.1.0...@adobe/helix-shared-config@2.1.1) (2022-05-23)
96
+
97
+
98
+ ### Bug Fixes
99
+
100
+ * proxy clone to not change original configuration ([#686](https://github.com/adobe/helix-shared/issues/686)) ([96f9ce7](https://github.com/adobe/helix-shared/commit/96f9ce7dc90cd97efc44ecd7a06151451dee9d3e))
101
+
102
+
103
+
104
+
105
+
106
+ # [2.1.0](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@2.0.7...@adobe/helix-shared-config@2.1.0) (2022-05-20)
107
+
108
+
109
+ ### Features
110
+
111
+ * add index configuration ([#684](https://github.com/adobe/helix-shared/issues/684)) ([2cdec6f](https://github.com/adobe/helix-shared/commit/2cdec6f0c27b114d239ac524e3776e2d7e65fb18))
112
+
113
+
114
+
115
+
116
+
117
+ ## [2.0.7](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@2.0.6...@adobe/helix-shared-config@2.0.7) (2022-05-14)
118
+
119
+
120
+ ### Bug Fixes
121
+
122
+ * **deps:** update external fixes ([#680](https://github.com/adobe/helix-shared/issues/680)) ([75dc78e](https://github.com/adobe/helix-shared/commit/75dc78ef83e862f199c2fd56f298f2f9459dd742))
123
+
124
+
125
+
126
+
127
+
128
+ ## [2.0.6](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@2.0.5...@adobe/helix-shared-config@2.0.6) (2022-05-06)
129
+
130
+
131
+ ### Bug Fixes
132
+
133
+ * suppress deprecation warning (maxAge has been replaced by ttl) ([#678](https://github.com/adobe/helix-shared/issues/678)) ([7fb2df9](https://github.com/adobe/helix-shared/commit/7fb2df94f4f06d984c326b5ee897f877d69e86b0))
134
+
135
+
136
+
137
+
138
+
139
+ ## [2.0.5](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@2.0.4...@adobe/helix-shared-config@2.0.5) (2022-05-03)
140
+
141
+ **Note:** Version bump only for package @adobe/helix-shared-config
142
+
143
+
144
+
145
+
146
+
147
+ ## [2.0.4](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@2.0.3...@adobe/helix-shared-config@2.0.4) (2022-05-03)
148
+
149
+ **Note:** Version bump only for package @adobe/helix-shared-config
150
+
151
+
152
+
153
+
154
+
155
+ ## [2.0.3](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@2.0.2...@adobe/helix-shared-config@2.0.3) (2022-04-30)
156
+
157
+
158
+ ### Bug Fixes
159
+
160
+ * **deps:** update external fixes ([fb55e25](https://github.com/adobe/helix-shared/commit/fb55e255f46951a439b896bf57df8be380129648))
161
+
162
+
163
+
164
+
165
+
166
+ ## [2.0.2](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@2.0.1...@adobe/helix-shared-config@2.0.2) (2022-04-16)
167
+
168
+
169
+ ### Bug Fixes
170
+
171
+ * **deps:** update dependency fs-extra to v10.1.0 ([#673](https://github.com/adobe/helix-shared/issues/673)) ([290378c](https://github.com/adobe/helix-shared/commit/290378cc47c42822bce1ad390bfb400b037c71f0))
172
+
173
+
174
+
175
+
176
+
177
+ ## [2.0.1](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@2.0.0...@adobe/helix-shared-config@2.0.1) (2022-04-16)
178
+
179
+
180
+ ### Bug Fixes
181
+
182
+ * **deps:** update external fixes ([24c8309](https://github.com/adobe/helix-shared/commit/24c830978f296cd3f4fea71983cd028ec1377d3a))
183
+
184
+
185
+
186
+
187
+
188
+ # [2.0.0](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.7.23...@adobe/helix-shared-config@2.0.0) (2022-04-11)
189
+
190
+
191
+ ### Bug Fixes
192
+
193
+ * **deps:** update dependency yaml to v2 and remove unused configs ([e2fd978](https://github.com/adobe/helix-shared/commit/e2fd978130076292c9049822b14718b8b6fa3269))
194
+
195
+
196
+ ### BREAKING CHANGES
197
+
198
+ * **deps:** redirects, markup and helix-config removed
199
+
200
+
201
+
202
+
203
+
204
+ ## [1.7.23](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.7.22...@adobe/helix-shared-config@1.7.23) (2022-04-10)
205
+
206
+
207
+ ### Bug Fixes
208
+
209
+ * **deps:** update dependency @adobe/helix-fetch to v3.0.9 ([#670](https://github.com/adobe/helix-shared/issues/670)) ([768d02f](https://github.com/adobe/helix-shared/commit/768d02fbfdcab02a24eec568989efc34759b8af3))
210
+ * **deps:** update external fixes ([#669](https://github.com/adobe/helix-shared/issues/669)) ([abf4a21](https://github.com/adobe/helix-shared/commit/abf4a21a686361ee387fd272fe0ee769c1acfb71))
211
+
212
+
213
+
214
+
215
+
216
+ ## [1.7.22](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.7.21...@adobe/helix-shared-config@1.7.22) (2022-04-05)
217
+
218
+
219
+ ### Bug Fixes
220
+
221
+ * **deps:** update external fixes ([#668](https://github.com/adobe/helix-shared/issues/668)) ([d32918b](https://github.com/adobe/helix-shared/commit/d32918b2885cabee8792f9d3ef1b65199668b9ad))
222
+
223
+
224
+
225
+
226
+
227
+ ## [1.7.21](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.7.20...@adobe/helix-shared-config@1.7.21) (2022-04-02)
228
+
229
+
230
+ ### Bug Fixes
231
+
232
+ * **deps:** update dependency lru-cache to v7.7.3 ([#666](https://github.com/adobe/helix-shared/issues/666)) ([3935048](https://github.com/adobe/helix-shared/commit/39350486ea855fe26730cd9b06ff92d6025f3962))
233
+
234
+
235
+
236
+
237
+
238
+ ## [1.7.20](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.7.19...@adobe/helix-shared-config@1.7.20) (2022-03-28)
239
+
240
+
241
+ ### Bug Fixes
242
+
243
+ * **deps:** update external fixes ([#665](https://github.com/adobe/helix-shared/issues/665)) ([fb2322d](https://github.com/adobe/helix-shared/commit/fb2322d680d3bed29fb04beeed46173a5bd16bd9))
244
+
245
+
246
+
247
+
248
+
249
+ ## [1.7.19](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.7.18...@adobe/helix-shared-config@1.7.19) (2022-03-18)
250
+
251
+ **Note:** Version bump only for package @adobe/helix-shared-config
252
+
253
+
254
+
255
+
256
+
257
+ ## [1.7.18](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.7.17...@adobe/helix-shared-config@1.7.18) (2022-03-12)
258
+
259
+ **Note:** Version bump only for package @adobe/helix-shared-config
260
+
261
+
262
+
263
+
264
+
265
+ ## [1.7.17](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.7.16...@adobe/helix-shared-config@1.7.17) (2022-03-10)
266
+
267
+ **Note:** Version bump only for package @adobe/helix-shared-config
268
+
269
+
270
+
271
+
272
+
273
+ ## [1.7.16](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.7.15...@adobe/helix-shared-config@1.7.16) (2022-02-28)
274
+
275
+
276
+ ### Bug Fixes
277
+
278
+ * **deps:** update external fixes ([cdddbc5](https://github.com/adobe/helix-shared/commit/cdddbc590c52d6ebf336e7943387d8fb393c6524))
279
+
280
+
281
+
282
+
283
+
284
+ ## [1.7.15](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.7.14...@adobe/helix-shared-config@1.7.15) (2022-02-23)
285
+
286
+
287
+ ### Bug Fixes
288
+
289
+ * **deps:** update dependency object-hash to v3 ([d79b768](https://github.com/adobe/helix-shared/commit/d79b768d7bc0ba5df1e97606bb6ed870804434ad))
290
+
291
+
292
+
293
+
294
+
295
+ ## [1.7.14](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.7.13...@adobe/helix-shared-config@1.7.14) (2022-02-14)
296
+
297
+
298
+ ### Bug Fixes
299
+
300
+ * **deps:** update dependency lru-cache to v7 ([#647](https://github.com/adobe/helix-shared/issues/647)) ([4feaa27](https://github.com/adobe/helix-shared/commit/4feaa27a92f7734a5277231dcfcf2ae8e935eb77))
301
+
302
+
303
+
304
+
305
+
306
+ ## [1.7.13](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.7.12...@adobe/helix-shared-config@1.7.13) (2022-02-10)
307
+
308
+ **Note:** Version bump only for package @adobe/helix-shared-config
309
+
310
+
311
+
312
+
313
+
314
+ ## [1.7.12](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.7.11...@adobe/helix-shared-config@1.7.12) (2022-02-10)
315
+
316
+
317
+ ### Bug Fixes
318
+
319
+ * update renovate config to auto detect pin versions ([#644](https://github.com/adobe/helix-shared/issues/644)) ([3ae0423](https://github.com/adobe/helix-shared/commit/3ae04235dd6791685d9a03e5ed52570b73d5be2a))
320
+
321
+
322
+
323
+
324
+
325
+ ## [1.7.11](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.7.10...@adobe/helix-shared-config@1.7.11) (2022-02-09)
326
+
327
+ **Note:** Version bump only for package @adobe/helix-shared-config
328
+
329
+
330
+
331
+
332
+
333
+ ## [1.7.10](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.7.9...@adobe/helix-shared-config@1.7.10) (2022-02-09)
334
+
335
+ **Note:** Version bump only for package @adobe/helix-shared-config
336
+
337
+
338
+
339
+
340
+
341
+ ## [1.7.9](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.7.8...@adobe/helix-shared-config@1.7.9) (2022-02-09)
342
+
343
+
344
+ ### Bug Fixes
345
+
346
+ * don't pin helix-fetch and universal for better deduping ([#639](https://github.com/adobe/helix-shared/issues/639)) ([d4f4060](https://github.com/adobe/helix-shared/commit/d4f40603a1c899e6cfbd51900bb49453a63d32dd))
347
+
348
+
349
+
350
+
351
+
352
+ ## [1.7.8](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.7.7...@adobe/helix-shared-config@1.7.8) (2022-02-09)
353
+
354
+
355
+ ### Bug Fixes
356
+
357
+ * **deps:** update external fixes ([06e6c6e](https://github.com/adobe/helix-shared/commit/06e6c6ebd829422274f49bf11f6bb0613d1635b7))
358
+
359
+
360
+
361
+
362
+
363
+ ## [1.7.7](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.7.6...@adobe/helix-shared-config@1.7.7) (2022-02-03)
364
+
365
+ **Note:** Version bump only for package @adobe/helix-shared-config
366
+
367
+
368
+
369
+
370
+
371
+ ## [1.7.6](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.7.5...@adobe/helix-shared-config@1.7.6) (2022-02-03)
372
+
373
+
374
+ ### Bug Fixes
375
+
376
+ * add mocha ([#631](https://github.com/adobe/helix-shared/issues/631)) ([2849219](https://github.com/adobe/helix-shared/commit/2849219986aff4a31f1c6c3d1e137b1e2732027d))
377
+ * **deps:** update dependency @adobe/helix-universal to v3 ([#625](https://github.com/adobe/helix-shared/issues/625)) ([cd33862](https://github.com/adobe/helix-shared/commit/cd338620a091c4c7b392ee3da685fbde134ba5b5))
378
+
379
+
380
+
381
+
382
+
383
+ ## [1.7.5](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.7.4...@adobe/helix-shared-config@1.7.5) (2022-01-27)
384
+
385
+ **Note:** Version bump only for package @adobe/helix-shared-config
386
+
387
+
388
+
389
+
390
+
391
+ ## [1.7.4](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.7.3...@adobe/helix-shared-config@1.7.4) (2022-01-15)
392
+
393
+
394
+ ### Bug Fixes
395
+
396
+ * **deps:** update external fixes ([fdbdea1](https://github.com/adobe/helix-shared/commit/fdbdea1b3de6d9323f506766d4a4905f8572700b))
397
+
398
+
399
+
400
+
401
+
402
+ ## [1.7.3](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.7.2...@adobe/helix-shared-config@1.7.3) (2022-01-03)
403
+
404
+ **Note:** Version bump only for package @adobe/helix-shared-config
405
+
406
+
407
+
408
+
409
+
410
+ ## [1.7.2](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.7.1...@adobe/helix-shared-config@1.7.2) (2021-12-11)
411
+
412
+ **Note:** Version bump only for package @adobe/helix-shared-config
413
+
414
+
415
+
416
+
417
+
418
+ ## [1.7.1](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.7.0...@adobe/helix-shared-config@1.7.1) (2021-12-07)
419
+
420
+ **Note:** Version bump only for package @adobe/helix-shared-config
421
+
422
+
423
+
424
+
425
+
426
+ # [1.7.0](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.6.0...@adobe/helix-shared-config@1.7.0) (2021-12-04)
427
+
428
+
429
+ ### Features
430
+
431
+ * add folders to fstab ([c91fcda](https://github.com/adobe/helix-shared/commit/c91fcdac54cbddff193c047b5730c897d5f5ca26))
432
+
433
+
434
+
435
+
436
+
437
+ # [1.6.0](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.5.3...@adobe/helix-shared-config@1.6.0) (2021-12-02)
438
+
439
+
440
+ ### Features
441
+
442
+ * add contains method and improve index config schema ([97c5134](https://github.com/adobe/helix-shared/commit/97c51341ad95ca90eba67d7ae61f322dcd3c0d4a))
443
+
444
+
445
+
446
+
447
+
448
+ ## [1.5.3](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.5.2...@adobe/helix-shared-config@1.5.3) (2021-11-27)
449
+
450
+
451
+ ### Bug Fixes
452
+
453
+ * **deps:** update dependency @adobe/helix-universal to v1.9.1 ([#602](https://github.com/adobe/helix-shared/issues/602)) ([fc9987a](https://github.com/adobe/helix-shared/commit/fc9987a3ec773c5ea0d09a5aef47d1329eb515d5))
454
+ * **deps:** update external fixes ([2d80dbd](https://github.com/adobe/helix-shared/commit/2d80dbd0a32dba90d83f91cfe403055835647c1e))
455
+
456
+
457
+
458
+
459
+
460
+ ## [1.5.2](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.5.1...@adobe/helix-shared-config@1.5.2) (2021-11-20)
461
+
462
+
463
+ ### Bug Fixes
464
+
465
+ * **deps:** update dependency lint-staged to v12 ([#599](https://github.com/adobe/helix-shared/issues/599)) ([5ccc345](https://github.com/adobe/helix-shared/commit/5ccc3452dd9830f26f90d59d2067eea163dd8173))
466
+ * **deps:** update external fixes ([3325d4d](https://github.com/adobe/helix-shared/commit/3325d4d7f37dfa0cc7b41d5cb5ef718a0361c966))
467
+
468
+
469
+
470
+
471
+
472
+ ## [1.5.1](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.5.0...@adobe/helix-shared-config@1.5.1) (2021-11-15)
473
+
474
+
475
+ ### Bug Fixes
476
+
477
+ * **deps:** update external fixes ([a8dc79e](https://github.com/adobe/helix-shared/commit/a8dc79ee25573553aa5747478b66080888df2240))
478
+
479
+
480
+
481
+
482
+
483
+ # [1.5.0](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.4.7...@adobe/helix-shared-config@1.5.0) (2021-11-11)
484
+
485
+
486
+ ### Features
487
+
488
+ * target URI should be allowed relative ([#597](https://github.com/adobe/helix-shared/issues/597)) ([d8327c3](https://github.com/adobe/helix-shared/commit/d8327c34bd3770a2e8151f74555312c18e129b27))
489
+
490
+
491
+
492
+
493
+
494
+ ## [1.4.7](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.4.6...@adobe/helix-shared-config@1.4.7) (2021-11-09)
495
+
496
+ **Note:** Version bump only for package @adobe/helix-shared-config
497
+
498
+
499
+
500
+
501
+
502
+ ## [1.4.6](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.4.5...@adobe/helix-shared-config@1.4.6) (2021-11-06)
503
+
504
+ **Note:** Version bump only for package @adobe/helix-shared-config
505
+
506
+
507
+
508
+
509
+
510
+ ## [1.4.5](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.4.4...@adobe/helix-shared-config@1.4.5) (2021-10-25)
511
+
512
+ **Note:** Version bump only for package @adobe/helix-shared-config
513
+
514
+
515
+
516
+
517
+
518
+ ## [1.4.4](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.4.3...@adobe/helix-shared-config@1.4.4) (2021-10-20)
519
+
520
+ **Note:** Version bump only for package @adobe/helix-shared-config
521
+
522
+
523
+
524
+
525
+
526
+ ## [1.4.3](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.4.2...@adobe/helix-shared-config@1.4.3) (2021-10-18)
527
+
528
+
529
+ ### Bug Fixes
530
+
531
+ * **deps:** update dependency @adobe/helix-fetch to v3 ([bb7b3d4](https://github.com/adobe/helix-shared/commit/bb7b3d45ff1ddb0681628903a65b7973a64533bc))
532
+
533
+
534
+
535
+
536
+
537
+ ## [1.4.2](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.4.1...@adobe/helix-shared-config@1.4.2) (2021-10-08)
538
+
539
+ **Note:** Version bump only for package @adobe/helix-shared-config
540
+
541
+
542
+
543
+
544
+
545
+ ## [1.4.1](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.4.0...@adobe/helix-shared-config@1.4.1) (2021-10-05)
546
+
547
+
548
+ ### Bug Fixes
549
+
550
+ * export SitemapConfig ([5074666](https://github.com/adobe/helix-shared/commit/5074666d3bdc867e07aac556addd5956be0103e6))
551
+
552
+
553
+
554
+
555
+
556
+ # [1.4.0](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.3.2...@adobe/helix-shared-config@1.4.0) (2021-10-04)
557
+
558
+
559
+ ### Features
560
+
561
+ * introduce helix-sitemap.yaml ([#575](https://github.com/adobe/helix-shared/issues/575)) ([900fe9f](https://github.com/adobe/helix-shared/commit/900fe9fdde4989cdb444b7b4d2ae3aa98965af3e))
562
+
563
+
564
+
565
+
566
+
567
+ ## [1.3.2](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.3.1...@adobe/helix-shared-config@1.3.2) (2021-09-27)
568
+
569
+ **Note:** Version bump only for package @adobe/helix-shared-config
570
+
571
+
572
+
573
+
574
+
575
+ ## [1.3.1](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.3.0...@adobe/helix-shared-config@1.3.1) (2021-09-20)
576
+
577
+
578
+ ### Bug Fixes
579
+
580
+ * **deps:** update dependency ferrum to v1.9.3 ([#568](https://github.com/adobe/helix-shared/issues/568)) ([2f7516f](https://github.com/adobe/helix-shared/commit/2f7516fb3ba5aa4041e6d55069f307cef6bf823a))
581
+
582
+
583
+
584
+
585
+
586
+ # [1.3.0](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.2.3...@adobe/helix-shared-config@1.3.0) (2021-09-17)
587
+
588
+
589
+ ### Bug Fixes
590
+
591
+ * **deps:** update external fixes ([#567](https://github.com/adobe/helix-shared/issues/567)) ([0ce7d79](https://github.com/adobe/helix-shared/commit/0ce7d79342e070b7ad933582fcec8b9b4c60a465))
592
+
593
+
594
+ ### Features
595
+
596
+ * add IMS wrapper ([bb52f86](https://github.com/adobe/helix-shared/commit/bb52f86b741e9d43b51076c66a767c35028b6169))
597
+
598
+
599
+
600
+
601
+
602
+ ## [1.2.3](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.2.2...@adobe/helix-shared-config@1.2.3) (2021-09-02)
603
+
604
+ **Note:** Version bump only for package @adobe/helix-shared-config
605
+
606
+
607
+
608
+
609
+
610
+ ## [1.2.2](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.2.1...@adobe/helix-shared-config@1.2.2) (2021-08-28)
611
+
612
+ **Note:** Version bump only for package @adobe/helix-shared-config
613
+
614
+
615
+
616
+
617
+
618
+ ## [1.2.1](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.2.0...@adobe/helix-shared-config@1.2.1) (2021-08-21)
619
+
620
+ **Note:** Version bump only for package @adobe/helix-shared-config
621
+
622
+
623
+
624
+
625
+
626
+ # [1.2.0](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.1.15...@adobe/helix-shared-config@1.2.0) (2021-08-18)
627
+
628
+
629
+ ### Features
630
+
631
+ * **config:** add ignore config, parser ([#542](https://github.com/adobe/helix-shared/issues/542)) ([c95ca88](https://github.com/adobe/helix-shared/commit/c95ca88991aa0a8369520459dfe5f599fe25c7f6))
632
+
633
+
634
+
635
+
636
+
637
+ ## [1.1.15](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.1.14...@adobe/helix-shared-config@1.1.15) (2021-08-18)
638
+
639
+
640
+ ### Bug Fixes
641
+
642
+ * **deps:** update dependency @adobe/helix-fetch to v2.4.2 ([#543](https://github.com/adobe/helix-shared/issues/543)) ([d06e0c4](https://github.com/adobe/helix-shared/commit/d06e0c4179aee49827ed36256525138a8cea5200))
643
+
644
+
645
+
646
+
647
+
648
+ ## [1.1.14](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.1.13...@adobe/helix-shared-config@1.1.14) (2021-08-14)
649
+
650
+
651
+ ### Bug Fixes
652
+
653
+ * **deps:** update external fixes ([f055338](https://github.com/adobe/helix-shared/commit/f0553387ba74ffd1eae0457afca7a46beef5d376))
654
+
655
+
656
+
657
+
658
+
659
+ ## [1.1.13](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.1.12...@adobe/helix-shared-config@1.1.13) (2021-08-09)
660
+
661
+
662
+ ### Bug Fixes
663
+
664
+ * reduce dependencies ([#537](https://github.com/adobe/helix-shared/issues/537)) ([289942b](https://github.com/adobe/helix-shared/commit/289942b37ad32560501d8e9a8d6bf2bb10c19429))
665
+
666
+
667
+
668
+
669
+
670
+ ## [1.1.12](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.1.11...@adobe/helix-shared-config@1.1.12) (2021-07-31)
671
+
672
+
673
+ ### Bug Fixes
674
+
675
+ * **deps:** update adobe fixes ([0e2b0a5](https://github.com/adobe/helix-shared/commit/0e2b0a59cbcc86653b3294d84e13e1dcada508ee))
676
+
677
+
678
+
679
+
680
+
681
+ ## [1.1.11](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.1.10...@adobe/helix-shared-config@1.1.11) (2021-07-27)
682
+
683
+
684
+ ### Bug Fixes
685
+
686
+ * fetch and source should be optional ([#533](https://github.com/adobe/helix-shared/issues/533)) ([a962662](https://github.com/adobe/helix-shared/commit/a962662a2413582b06383b84719fab2ff1bf975c))
687
+
688
+
689
+
690
+
691
+
692
+ ## [1.1.10](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.1.9...@adobe/helix-shared-config@1.1.10) (2021-07-27)
693
+
694
+
695
+ ### Bug Fixes
696
+
697
+ * use and export ValidationError ([#532](https://github.com/adobe/helix-shared/issues/532)) ([0c11d92](https://github.com/adobe/helix-shared/commit/0c11d928e902571c4d5e19deed6a4824afe9ef0f))
698
+
699
+
700
+
701
+
702
+
703
+ ## [1.1.9](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.1.8...@adobe/helix-shared-config@1.1.9) (2021-07-18)
704
+
705
+
706
+ ### Bug Fixes
707
+
708
+ * **deps:** update external fixes ([94dbdfd](https://github.com/adobe/helix-shared/commit/94dbdfd8efddc3dae1facae99a21b9b629c22aec))
709
+
710
+
711
+
712
+
713
+
714
+ ## [1.1.8](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.1.7...@adobe/helix-shared-config@1.1.8) (2021-07-13)
715
+
716
+
717
+ ### Bug Fixes
718
+
719
+ * add url to github mount ([#526](https://github.com/adobe/helix-shared/issues/526)) ([5f989bf](https://github.com/adobe/helix-shared/commit/5f989bf8494ba42c895e96c9e5c2d33b2ae67e80))
720
+
721
+
722
+
723
+
724
+
725
+ ## [1.1.7](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.1.6...@adobe/helix-shared-config@1.1.7) (2021-07-05)
726
+
727
+ **Note:** Version bump only for package @adobe/helix-shared-config
728
+
729
+
730
+
731
+
732
+
733
+ ## [1.1.6](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.1.5...@adobe/helix-shared-config@1.1.6) (2021-06-13)
734
+
735
+
736
+ ### Bug Fixes
737
+
738
+ * **deps:** update adobe fixes ([#520](https://github.com/adobe/helix-shared/issues/520)) ([6fae196](https://github.com/adobe/helix-shared/commit/6fae19681be8058d3a236b94b638b24c314282ab))
739
+
740
+
741
+
742
+
743
+
744
+ ## [1.1.5](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.1.4...@adobe/helix-shared-config@1.1.5) (2021-06-12)
745
+
746
+
747
+ ### Bug Fixes
748
+
749
+ * **deps:** update dependency ajv to v8.6.0 ([2cbd4d3](https://github.com/adobe/helix-shared/commit/2cbd4d30eaa99909422c2b5700cec691120ced52))
750
+
751
+
752
+
753
+
754
+
755
+ ## [1.1.4](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.1.3...@adobe/helix-shared-config@1.1.4) (2021-06-05)
756
+
757
+ **Note:** Version bump only for package @adobe/helix-shared-config
758
+
759
+
760
+
761
+
762
+
763
+ ## [1.1.3](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.1.2...@adobe/helix-shared-config@1.1.3) (2021-05-29)
764
+
765
+
766
+ ### Bug Fixes
767
+
768
+ * **deps:** update dependency object-hash to v2.2.0 ([07b40d1](https://github.com/adobe/helix-shared/commit/07b40d13748a3256c80ef19fc77d1236d5c88597))
769
+
770
+
771
+
772
+
773
+
774
+ ## [1.1.2](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.1.1...@adobe/helix-shared-config@1.1.2) (2021-05-25)
775
+
776
+
777
+ ### Bug Fixes
778
+
779
+ * **deps:** update adobe fixes ([067f1bb](https://github.com/adobe/helix-shared/commit/067f1bbe8433e18484647b239318636519797947))
780
+ * **deps:** update external fixes ([ad49a64](https://github.com/adobe/helix-shared/commit/ad49a64bfdadcea4e4475ec6a36c9bfee14b62dc))
781
+
782
+
783
+
784
+
785
+
786
+ ## [1.1.1](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.1.0...@adobe/helix-shared-config@1.1.1) (2021-05-17)
787
+
788
+ **Note:** Version bump only for package @adobe/helix-shared-config
789
+
790
+
791
+
792
+
793
+
794
+ # [1.1.0](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.0.5...@adobe/helix-shared-config@1.1.0) (2021-05-11)
795
+
796
+
797
+ ### Features
798
+
799
+ * **schema:** add schemas for helix-data-embed ([#507](https://github.com/adobe/helix-shared/issues/507)) ([4563e25](https://github.com/adobe/helix-shared/commit/4563e25994656bd0c64a0047c4304d06843897cb)), closes [/github.com/adobe/helix-data-embed/pull/356#issuecomment-836357581](https://github.com//github.com/adobe/helix-data-embed/pull/356/issues/issuecomment-836357581)
800
+
801
+
802
+
803
+
804
+
805
+ ## [1.0.5](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.0.4...@adobe/helix-shared-config@1.0.5) (2021-05-11)
806
+
807
+ **Note:** Version bump only for package @adobe/helix-shared-config
808
+
809
+
810
+
811
+
812
+
813
+ ## [1.0.4](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.0.3...@adobe/helix-shared-config@1.0.4) (2021-05-09)
814
+
815
+
816
+ ### Bug Fixes
817
+
818
+ * **deps:** update external fixes ([#506](https://github.com/adobe/helix-shared/issues/506)) ([6f237fe](https://github.com/adobe/helix-shared/commit/6f237fe13e87015265a31e0ce2ce3e0dc9d43c4d))
819
+
820
+
821
+
822
+
823
+
824
+ ## [1.0.3](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.0.2...@adobe/helix-shared-config@1.0.3) (2021-05-03)
825
+
826
+
827
+ ### Bug Fixes
828
+
829
+ * **deps:** update external fixes ([#498](https://github.com/adobe/helix-shared/issues/498)) ([8e99853](https://github.com/adobe/helix-shared/commit/8e99853cd5458b3009ad9679247fe2c0f0b34617))
830
+
831
+
832
+
833
+
834
+
835
+ ## [1.0.2](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.0.1...@adobe/helix-shared-config@1.0.2) (2021-05-02)
836
+
837
+ **Note:** Version bump only for package @adobe/helix-shared-config
838
+
839
+
840
+
841
+
842
+
843
+ ## [1.0.1](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.0.0...@adobe/helix-shared-config@1.0.1) (2021-04-29)
844
+
845
+
846
+ ### Bug Fixes
847
+
848
+ * **deps:** update adobe fixes ([#497](https://github.com/adobe/helix-shared/issues/497)) ([1864a7f](https://github.com/adobe/helix-shared/commit/1864a7f0dddd9fed4439219a918c66a10c45df5d))
849
+
850
+
851
+
852
+
853
+
854
+ # [1.0.0](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@7.21.1...@adobe/helix-shared-config@1.0.0) (2021-04-29)
855
+
856
+ **Note:** Version bump only for package @adobe/helix-shared-config
857
+
858
+
859
+
860
+
861
+
6
862
  ## 7.21.1 (2021-04-29)
7
863
 
8
864