@commercetools-uikit/secondary-button 16.4.0 → 16.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.
@@ -145,7 +145,7 @@ SecondaryButton.defaultProps = defaultProps;
145
145
  var SecondaryButton$1 = SecondaryButton;
146
146
 
147
147
  // NOTE: This string will be replaced on build time with the package version.
148
- var version = "16.4.0";
148
+ var version = "16.5.0";
149
149
 
150
150
  exports["default"] = SecondaryButton$1;
151
151
  exports.version = version;
@@ -131,7 +131,7 @@ SecondaryButton.defaultProps = defaultProps;
131
131
  var SecondaryButton$1 = SecondaryButton;
132
132
 
133
133
  // NOTE: This string will be replaced on build time with the package version.
134
- var version = "16.4.0";
134
+ var version = "16.5.0";
135
135
 
136
136
  exports["default"] = SecondaryButton$1;
137
137
  exports.version = version;
@@ -127,6 +127,6 @@ SecondaryButton.defaultProps = defaultProps;
127
127
  var SecondaryButton$1 = SecondaryButton;
128
128
 
129
129
  // NOTE: This string will be replaced on build time with the package version.
130
- var version = "16.4.0";
130
+ var version = "16.5.0";
131
131
 
132
132
  export { SecondaryButton$1 as default, version };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/secondary-button",
3
3
  "description": "Secondary buttons are used in combination with a PrimaryButton and represent the secondary action.",
4
- "version": "16.4.0",
4
+ "version": "16.5.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.20.13",
23
23
  "@babel/runtime-corejs3": "^7.20.13",
24
- "@commercetools-uikit/accessible-button": "16.4.0",
25
- "@commercetools-uikit/design-system": "16.4.0",
26
- "@commercetools-uikit/spacings-inline": "16.4.0",
27
- "@commercetools-uikit/text": "16.4.0",
28
- "@commercetools-uikit/utils": "16.4.0",
24
+ "@commercetools-uikit/accessible-button": "16.5.0",
25
+ "@commercetools-uikit/design-system": "16.5.0",
26
+ "@commercetools-uikit/spacings-inline": "16.5.0",
27
+ "@commercetools-uikit/text": "16.5.0",
28
+ "@commercetools-uikit/utils": "16.5.0",
29
29
  "@emotion/react": "^11.10.5",
30
30
  "@emotion/styled": "^11.10.5",
31
31
  "lodash": "4.17.21",