@commercetools-uikit/utils 20.3.1 → 20.5.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.
@@ -196,7 +196,7 @@ const SafeHTMLElement = canUseDOM ? window.HTMLElement : {};
196
196
  var SafeHTMLElement$1 = SafeHTMLElement;
197
197
 
198
198
  // NOTE: This string will be replaced on build time with the package version.
199
- var version = "20.3.1";
199
+ var version = "20.5.0";
200
200
 
201
201
  exports.SafeHTMLElement = SafeHTMLElement$1;
202
202
  exports.canUseDOM = canUseDOM;
@@ -183,7 +183,7 @@ const SafeHTMLElement = canUseDOM ? window.HTMLElement : {};
183
183
  var SafeHTMLElement$1 = SafeHTMLElement;
184
184
 
185
185
  // NOTE: This string will be replaced on build time with the package version.
186
- var version = "20.3.1";
186
+ var version = "20.5.0";
187
187
 
188
188
  exports.SafeHTMLElement = SafeHTMLElement$1;
189
189
  exports.canUseDOM = canUseDOM;
@@ -183,6 +183,6 @@ const SafeHTMLElement = canUseDOM ? window.HTMLElement : {};
183
183
  var SafeHTMLElement$1 = SafeHTMLElement;
184
184
 
185
185
  // NOTE: This string will be replaced on build time with the package version.
186
- var version = "20.3.1";
186
+ var version = "20.5.0";
187
187
 
188
188
  export { SafeHTMLElement$1 as SafeHTMLElement, canUseDOM, createSequentialId, filterAriaAttributes, filterDataAttributes, filterInvalidAttributes, getFieldId$1 as getFieldId, isNumberish, parseTime$1 as parseTime, useWarnDeprecatedComponent, useWarnDeprecatedProp, useWarning, version, warnDeprecatedComponent, warnDeprecatedProp, warning };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/utils",
3
3
  "description": "A collection of utilities shared across the other packages.",
4
- "version": "20.3.1",
4
+ "version": "20.5.0",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",