@commercetools-uikit/flat-button 19.13.0 → 19.15.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.
@@ -160,7 +160,7 @@ FlatButton.defaultProps = defaultProps;
160
160
  var FlatButton$1 = FlatButton;
161
161
 
162
162
  // NOTE: This string will be replaced on build time with the package version.
163
- var version = "19.13.0";
163
+ var version = "19.15.0";
164
164
 
165
165
  exports["default"] = FlatButton$1;
166
166
  exports.version = version;
@@ -135,7 +135,7 @@ FlatButton.defaultProps = defaultProps;
135
135
  var FlatButton$1 = FlatButton;
136
136
 
137
137
  // NOTE: This string will be replaced on build time with the package version.
138
- var version = "19.13.0";
138
+ var version = "19.15.0";
139
139
 
140
140
  exports["default"] = FlatButton$1;
141
141
  exports.version = version;
@@ -142,6 +142,6 @@ FlatButton.defaultProps = defaultProps;
142
142
  var FlatButton$1 = FlatButton;
143
143
 
144
144
  // NOTE: This string will be replaced on build time with the package version.
145
- var version = "19.13.0";
145
+ var version = "19.15.0";
146
146
 
147
147
  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": "19.13.0",
4
+ "version": "19.15.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": "19.13.0",
25
- "@commercetools-uikit/design-system": "19.13.0",
26
- "@commercetools-uikit/spacings-inline": "19.13.0",
27
- "@commercetools-uikit/text": "19.13.0",
28
- "@commercetools-uikit/utils": "19.13.0",
24
+ "@commercetools-uikit/accessible-button": "19.15.0",
25
+ "@commercetools-uikit/design-system": "19.15.0",
26
+ "@commercetools-uikit/spacings-inline": "19.15.0",
27
+ "@commercetools-uikit/text": "19.15.0",
28
+ "@commercetools-uikit/utils": "19.15.0",
29
29
  "@emotion/react": "^11.10.5",
30
30
  "@emotion/styled": "^11.10.5",
31
31
  "lodash": "4.17.21",