@commercetools-uikit/link 16.2.1 → 16.4.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.
@@ -124,7 +124,7 @@ Link.defaultProps = defaultProps;
124
124
  var Link$1 = Link;
125
125
 
126
126
  // NOTE: This string will be replaced on build time with the package version.
127
- var version = "16.2.1";
127
+ var version = "16.4.0";
128
128
 
129
129
  exports["default"] = Link$1;
130
130
  exports.version = version;
@@ -109,7 +109,7 @@ Link.defaultProps = defaultProps;
109
109
  var Link$1 = Link;
110
110
 
111
111
  // NOTE: This string will be replaced on build time with the package version.
112
- var version = "16.2.1";
112
+ var version = "16.4.0";
113
113
 
114
114
  exports["default"] = Link$1;
115
115
  exports.version = version;
@@ -107,6 +107,6 @@ Link.defaultProps = defaultProps;
107
107
  var Link$1 = Link;
108
108
 
109
109
  // NOTE: This string will be replaced on build time with the package version.
110
- var version = "16.2.1";
110
+ var version = "16.4.0";
111
111
 
112
112
  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": "16.2.1",
4
+ "version": "16.4.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": "16.2.1",
25
- "@commercetools-uikit/icons": "16.2.1",
26
- "@commercetools-uikit/spacings-inline": "16.2.1",
27
- "@commercetools-uikit/utils": "16.2.1",
24
+ "@commercetools-uikit/design-system": "16.4.0",
25
+ "@commercetools-uikit/icons": "16.4.0",
26
+ "@commercetools-uikit/spacings-inline": "16.4.0",
27
+ "@commercetools-uikit/utils": "16.4.0",
28
28
  "@emotion/react": "^11.10.5",
29
29
  "@emotion/styled": "^11.10.5",
30
30
  "@types/history": "^4.7.11",