@commercetools-uikit/secondary-button 15.11.0 → 15.11.1

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.
@@ -144,7 +144,7 @@ SecondaryButton.defaultProps = defaultProps;
144
144
  var SecondaryButton$1 = SecondaryButton;
145
145
 
146
146
  // NOTE: This string will be replaced on build time with the package version.
147
- var version = "15.11.0";
147
+ var version = "15.11.1";
148
148
 
149
149
  exports["default"] = SecondaryButton$1;
150
150
  exports.version = version;
@@ -130,7 +130,7 @@ SecondaryButton.defaultProps = defaultProps;
130
130
  var SecondaryButton$1 = SecondaryButton;
131
131
 
132
132
  // NOTE: This string will be replaced on build time with the package version.
133
- var version = "15.11.0";
133
+ var version = "15.11.1";
134
134
 
135
135
  exports["default"] = SecondaryButton$1;
136
136
  exports.version = version;
@@ -126,6 +126,6 @@ SecondaryButton.defaultProps = defaultProps;
126
126
  var SecondaryButton$1 = SecondaryButton;
127
127
 
128
128
  // NOTE: This string will be replaced on build time with the package version.
129
- var version = "15.11.0";
129
+ var version = "15.11.1";
130
130
 
131
131
  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": "15.11.0",
4
+ "version": "15.11.1",
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.11.0",
25
- "@commercetools-uikit/design-system": "15.11.0",
26
- "@commercetools-uikit/spacings-inline": "15.11.0",
27
- "@commercetools-uikit/text": "15.11.0",
28
- "@commercetools-uikit/utils": "15.11.0",
24
+ "@commercetools-uikit/accessible-button": "15.11.1",
25
+ "@commercetools-uikit/design-system": "15.11.1",
26
+ "@commercetools-uikit/spacings-inline": "15.11.1",
27
+ "@commercetools-uikit/text": "15.11.1",
28
+ "@commercetools-uikit/utils": "15.11.1",
29
29
  "@emotion/react": "^11.4.0",
30
30
  "@emotion/styled": "^11.3.0",
31
31
  "lodash": "4.17.21",