@commercetools-uikit/secondary-icon-button 15.15.1 → 16.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.
@@ -115,7 +115,7 @@ SecondaryIconButton.defaultProps = {
115
115
  var SecondaryIconButton$1 = SecondaryIconButton;
116
116
 
117
117
  // NOTE: This string will be replaced on build time with the package version.
118
- var version = "15.15.1";
118
+ var version = "16.0.0";
119
119
 
120
120
  exports["default"] = SecondaryIconButton$1;
121
121
  exports.version = version;
@@ -98,7 +98,7 @@ SecondaryIconButton.defaultProps = {
98
98
  var SecondaryIconButton$1 = SecondaryIconButton;
99
99
 
100
100
  // NOTE: This string will be replaced on build time with the package version.
101
- var version = "15.15.1";
101
+ var version = "16.0.0";
102
102
 
103
103
  exports["default"] = SecondaryIconButton$1;
104
104
  exports.version = version;
@@ -97,6 +97,6 @@ SecondaryIconButton.defaultProps = {
97
97
  var SecondaryIconButton$1 = SecondaryIconButton;
98
98
 
99
99
  // NOTE: This string will be replaced on build time with the package version.
100
- var version = "15.15.1";
100
+ var version = "16.0.0";
101
101
 
102
102
  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.15.1",
4
+ "version": "16.0.0",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -21,16 +21,16 @@
21
21
  "dependencies": {
22
22
  "@babel/runtime": "^7.20.13",
23
23
  "@babel/runtime-corejs3": "^7.20.13",
24
- "@commercetools-uikit/accessible-button": "15.15.1",
25
- "@commercetools-uikit/design-system": "15.15.1",
26
- "@commercetools-uikit/spacings": "15.15.1",
27
- "@commercetools-uikit/text": "15.15.1",
28
- "@commercetools-uikit/utils": "15.15.1",
24
+ "@commercetools-uikit/accessible-button": "16.0.0",
25
+ "@commercetools-uikit/design-system": "16.0.0",
26
+ "@commercetools-uikit/spacings": "16.0.0",
27
+ "@commercetools-uikit/text": "16.0.0",
28
+ "@commercetools-uikit/utils": "16.0.0",
29
29
  "@emotion/react": "^11.10.5",
30
30
  "@emotion/styled": "^11.10.5",
31
31
  "lodash": "4.17.21",
32
32
  "prop-types": "15.8.1",
33
- "react-intl": "^5.25.1"
33
+ "react-intl": "^6.3.2"
34
34
  },
35
35
  "devDependencies": {
36
36
  "react": "17.0.2"