@commercetools-uikit/link 20.1.0 → 20.2.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.
@@ -115,7 +115,7 @@ Link.displayName = 'Link';
115
115
  var Link$1 = Link;
116
116
 
117
117
  // NOTE: This string will be replaced on build time with the package version.
118
- var version = "20.1.0";
118
+ var version = "20.2.0";
119
119
 
120
120
  exports["default"] = Link$1;
121
121
  exports.version = version;
@@ -110,7 +110,7 @@ Link.displayName = 'Link';
110
110
  var Link$1 = Link;
111
111
 
112
112
  // NOTE: This string will be replaced on build time with the package version.
113
- var version = "20.1.0";
113
+ var version = "20.2.0";
114
114
 
115
115
  exports["default"] = Link$1;
116
116
  exports.version = version;
@@ -99,6 +99,6 @@ Link.displayName = 'Link';
99
99
  var Link$1 = Link;
100
100
 
101
101
  // NOTE: This string will be replaced on build time with the package version.
102
- var version = "20.1.0";
102
+ var version = "20.2.0";
103
103
 
104
104
  export { Link$1 as default, version };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/link",
3
3
  "description": "Links are used either to link to other UI routes, or to link to external pages. This component is a very thin wrapper over either a React Router Link, or a normal HTML <a> tag.",
4
- "version": "20.1.0",
4
+ "version": "20.2.0",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -21,10 +21,10 @@
21
21
  "dependencies": {
22
22
  "@babel/runtime": "^7.20.13",
23
23
  "@babel/runtime-corejs3": "^7.20.13",
24
- "@commercetools-uikit/design-system": "20.1.0",
25
- "@commercetools-uikit/icons": "20.1.0",
26
- "@commercetools-uikit/spacings-inline": "20.1.0",
27
- "@commercetools-uikit/utils": "20.1.0",
24
+ "@commercetools-uikit/design-system": "20.2.0",
25
+ "@commercetools-uikit/icons": "20.2.0",
26
+ "@commercetools-uikit/spacings-inline": "20.2.0",
27
+ "@commercetools-uikit/utils": "20.2.0",
28
28
  "@emotion/react": "^11.10.5",
29
29
  "@emotion/styled": "^11.10.5",
30
30
  "@types/history": "^4.7.11",