@commercetools-uikit/link-button 20.2.1 → 20.2.2

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.
@@ -110,7 +110,7 @@ LinkButton.displayName = 'LinkButton';
110
110
  var LinkButton$1 = LinkButton;
111
111
 
112
112
  // NOTE: This string will be replaced on build time with the package version.
113
- var version = "20.2.1";
113
+ var version = "20.2.2";
114
114
 
115
115
  exports["default"] = LinkButton$1;
116
116
  exports.version = version;
@@ -107,7 +107,7 @@ LinkButton.displayName = 'LinkButton';
107
107
  var LinkButton$1 = LinkButton;
108
108
 
109
109
  // NOTE: This string will be replaced on build time with the package version.
110
- var version = "20.2.1";
110
+ var version = "20.2.2";
111
111
 
112
112
  exports["default"] = LinkButton$1;
113
113
  exports.version = version;
@@ -92,6 +92,6 @@ LinkButton.displayName = 'LinkButton';
92
92
  var LinkButton$1 = LinkButton;
93
93
 
94
94
  // NOTE: This string will be replaced on build time with the package version.
95
- var version = "20.2.1";
95
+ var version = "20.2.2";
96
96
 
97
97
  export { LinkButton$1 as default, version };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/link-button",
3
3
  "description": "Link buttons are similar to Flat buttons but work as link elements.",
4
- "version": "20.2.1",
4
+ "version": "20.2.2",
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.2",
25
+ "@commercetools-uikit/design-system": "20.2.2",
26
+ "@commercetools-uikit/spacings-inline": "20.2.2",
27
+ "@commercetools-uikit/text": "20.2.2",
28
+ "@commercetools-uikit/utils": "20.2.2",
29
29
  "@emotion/react": "^11.10.5",
30
30
  "@emotion/styled": "^11.10.5",
31
31
  "lodash": "4.17.21"