@commercetools-uikit/flat-button 15.13.0 → 15.13.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.
@@ -155,7 +155,7 @@ FlatButton.defaultProps = defaultProps;
155
155
  var FlatButton$1 = FlatButton;
156
156
 
157
157
  // NOTE: This string will be replaced on build time with the package version.
158
- var version = "15.13.0";
158
+ var version = "15.13.1";
159
159
 
160
160
  exports["default"] = FlatButton$1;
161
161
  exports.version = version;
@@ -129,7 +129,7 @@ FlatButton.defaultProps = defaultProps;
129
129
  var FlatButton$1 = FlatButton;
130
130
 
131
131
  // NOTE: This string will be replaced on build time with the package version.
132
- var version = "15.13.0";
132
+ var version = "15.13.1";
133
133
 
134
134
  exports["default"] = FlatButton$1;
135
135
  exports.version = version;
@@ -136,6 +136,6 @@ FlatButton.defaultProps = defaultProps;
136
136
  var FlatButton$1 = FlatButton;
137
137
 
138
138
  // NOTE: This string will be replaced on build time with the package version.
139
- var version = "15.13.0";
139
+ var version = "15.13.1";
140
140
 
141
141
  export { FlatButton$1 as default, version };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/flat-button",
3
3
  "description": "Flat buttons are minimal and a flat variation of primary and secondary buttons.",
4
- "version": "15.13.0",
4
+ "version": "15.13.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.20.13",
23
23
  "@babel/runtime-corejs3": "^7.20.13",
24
- "@commercetools-uikit/accessible-button": "15.13.0",
25
- "@commercetools-uikit/design-system": "15.13.0",
26
- "@commercetools-uikit/spacings-inline": "15.13.0",
27
- "@commercetools-uikit/text": "15.13.0",
28
- "@commercetools-uikit/utils": "15.13.0",
24
+ "@commercetools-uikit/accessible-button": "15.13.1",
25
+ "@commercetools-uikit/design-system": "15.13.1",
26
+ "@commercetools-uikit/spacings-inline": "15.13.1",
27
+ "@commercetools-uikit/text": "15.13.1",
28
+ "@commercetools-uikit/utils": "15.13.1",
29
29
  "@emotion/react": "^11.10.5",
30
30
  "@emotion/styled": "^11.10.5",
31
31
  "lodash": "4.17.21",