@commercetools-uikit/rich-text-input 12.2.6 → 12.2.7

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.
@@ -378,7 +378,7 @@ RichTextInput.propTypes = process.env.NODE_ENV !== "production" ? {
378
378
  var RichTextInput$1 = RichTextInput;
379
379
 
380
380
  // NOTE: This string will be replaced on build time with the package version.
381
- var version = "12.2.6";
381
+ var version = "12.2.7";
382
382
 
383
383
  exports["default"] = RichTextInput$1;
384
384
  exports.version = version;
@@ -336,7 +336,7 @@ RichTextInput.propTypes = {};
336
336
  var RichTextInput$1 = RichTextInput;
337
337
 
338
338
  // NOTE: This string will be replaced on build time with the package version.
339
- var version = "12.2.6";
339
+ var version = "12.2.7";
340
340
 
341
341
  exports["default"] = RichTextInput$1;
342
342
  exports.version = version;
@@ -352,6 +352,6 @@ RichTextInput.propTypes = process.env.NODE_ENV !== "production" ? {
352
352
  var RichTextInput$1 = RichTextInput;
353
353
 
354
354
  // NOTE: This string will be replaced on build time with the package version.
355
- var version = "12.2.6";
355
+ var version = "12.2.7";
356
356
 
357
357
  export { RichTextInput$1 as default, version };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/rich-text-input",
3
3
  "description": "A controlled rich text input component for rich text with validation states.",
4
- "version": "12.2.6",
4
+ "version": "12.2.7",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -26,9 +26,9 @@
26
26
  "@commercetools-uikit/design-system": "12.2.5",
27
27
  "@commercetools-uikit/flat-button": "12.2.5",
28
28
  "@commercetools-uikit/hooks": "12.2.5",
29
- "@commercetools-uikit/icons": "12.2.6",
30
- "@commercetools-uikit/input-utils": "12.2.6",
31
- "@commercetools-uikit/rich-text-utils": "12.2.6",
29
+ "@commercetools-uikit/icons": "12.2.7",
30
+ "@commercetools-uikit/input-utils": "12.2.7",
31
+ "@commercetools-uikit/rich-text-utils": "12.2.7",
32
32
  "@commercetools-uikit/spacings-inline": "12.2.5",
33
33
  "@commercetools-uikit/spacings-stack": "12.2.5",
34
34
  "@commercetools-uikit/tooltip": "12.2.5",