@commercetools-uikit/secondary-icon-button 15.5.1 → 15.6.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.
@@ -111,7 +111,7 @@ SecondaryIconButton.defaultProps = {
111
111
  var SecondaryIconButton$1 = SecondaryIconButton;
112
112
 
113
113
  // NOTE: This string will be replaced on build time with the package version.
114
- var version = "15.5.1";
114
+ var version = "15.6.0";
115
115
 
116
116
  exports["default"] = SecondaryIconButton$1;
117
117
  exports.version = version;
@@ -95,7 +95,7 @@ SecondaryIconButton.defaultProps = {
95
95
  var SecondaryIconButton$1 = SecondaryIconButton;
96
96
 
97
97
  // NOTE: This string will be replaced on build time with the package version.
98
- var version = "15.5.1";
98
+ var version = "15.6.0";
99
99
 
100
100
  exports["default"] = SecondaryIconButton$1;
101
101
  exports.version = version;
@@ -93,6 +93,6 @@ SecondaryIconButton.defaultProps = {
93
93
  var SecondaryIconButton$1 = SecondaryIconButton;
94
94
 
95
95
  // NOTE: This string will be replaced on build time with the package version.
96
- var version = "15.5.1";
96
+ var version = "15.6.0";
97
97
 
98
98
  export { SecondaryIconButton$1 as default, version };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/secondary-icon-button",
3
3
  "description": "Secondary Icon Buttons are \"icon-only\" buttons and a restricted version of the `<IconButton>`. They trigger an action when clicked (`onClick` prop). You must also pass a label for accessibility reasons.",
4
- "version": "15.5.1",
4
+ "version": "15.6.0",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -21,11 +21,11 @@
21
21
  "dependencies": {
22
22
  "@babel/runtime": "^7.19.0",
23
23
  "@babel/runtime-corejs3": "^7.19.1",
24
- "@commercetools-uikit/accessible-button": "15.5.1",
25
- "@commercetools-uikit/design-system": "15.5.1",
26
- "@commercetools-uikit/spacings": "15.5.1",
27
- "@commercetools-uikit/text": "15.5.1",
28
- "@commercetools-uikit/utils": "15.5.1",
24
+ "@commercetools-uikit/accessible-button": "15.6.0",
25
+ "@commercetools-uikit/design-system": "15.6.0",
26
+ "@commercetools-uikit/spacings": "15.6.0",
27
+ "@commercetools-uikit/text": "15.6.0",
28
+ "@commercetools-uikit/utils": "15.6.0",
29
29
  "@emotion/react": "^11.4.0",
30
30
  "@emotion/styled": "^11.3.0",
31
31
  "lodash": "4.17.21",