@commercetools-uikit/flat-button 20.2.1 → 20.2.3

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.
@@ -156,7 +156,7 @@ FlatButton.displayName = 'FlatButton';
156
156
  var FlatButton$1 = FlatButton;
157
157
 
158
158
  // NOTE: This string will be replaced on build time with the package version.
159
- var version = "20.2.1";
159
+ var version = "20.2.3";
160
160
 
161
161
  exports["default"] = FlatButton$1;
162
162
  exports.version = version;
@@ -151,7 +151,7 @@ FlatButton.displayName = 'FlatButton';
151
151
  var FlatButton$1 = FlatButton;
152
152
 
153
153
  // NOTE: This string will be replaced on build time with the package version.
154
- var version = "20.2.1";
154
+ var version = "20.2.3";
155
155
 
156
156
  exports["default"] = FlatButton$1;
157
157
  exports.version = version;
@@ -139,6 +139,6 @@ FlatButton.displayName = 'FlatButton';
139
139
  var FlatButton$1 = FlatButton;
140
140
 
141
141
  // NOTE: This string will be replaced on build time with the package version.
142
- var version = "20.2.1";
142
+ var version = "20.2.3";
143
143
 
144
144
  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": "20.2.1",
4
+ "version": "20.2.3",
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": "20.2.1",
25
- "@commercetools-uikit/design-system": "20.2.1",
26
- "@commercetools-uikit/spacings-inline": "20.2.1",
27
- "@commercetools-uikit/text": "20.2.1",
28
- "@commercetools-uikit/utils": "20.2.1",
24
+ "@commercetools-uikit/accessible-button": "20.2.3",
25
+ "@commercetools-uikit/design-system": "20.2.3",
26
+ "@commercetools-uikit/spacings-inline": "20.2.3",
27
+ "@commercetools-uikit/text": "20.2.3",
28
+ "@commercetools-uikit/utils": "20.2.3",
29
29
  "@emotion/react": "^11.10.5",
30
30
  "@emotion/styled": "^11.10.5",
31
31
  "lodash": "4.17.21",