@commercetools-uikit/link 15.14.2 → 15.14.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.
@@ -147,7 +147,7 @@ Link.defaultProps = defaultProps;
147
147
  var Link$1 = Link;
148
148
 
149
149
  // NOTE: This string will be replaced on build time with the package version.
150
- var version = "15.14.2";
150
+ var version = "15.14.3";
151
151
 
152
152
  exports["default"] = Link$1;
153
153
  exports.version = version;
@@ -132,7 +132,7 @@ Link.defaultProps = defaultProps;
132
132
  var Link$1 = Link;
133
133
 
134
134
  // NOTE: This string will be replaced on build time with the package version.
135
- var version = "15.14.2";
135
+ var version = "15.14.3";
136
136
 
137
137
  exports["default"] = Link$1;
138
138
  exports.version = version;
@@ -130,6 +130,6 @@ Link.defaultProps = defaultProps;
130
130
  var Link$1 = Link;
131
131
 
132
132
  // NOTE: This string will be replaced on build time with the package version.
133
- var version = "15.14.2";
133
+ var version = "15.14.3";
134
134
 
135
135
  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": "15.14.2",
4
+ "version": "15.14.3",
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": "15.14.2",
25
- "@commercetools-uikit/icons": "15.14.2",
26
- "@commercetools-uikit/spacings-inline": "15.14.2",
27
- "@commercetools-uikit/utils": "15.14.2",
24
+ "@commercetools-uikit/design-system": "15.14.3",
25
+ "@commercetools-uikit/icons": "15.14.3",
26
+ "@commercetools-uikit/spacings-inline": "15.14.3",
27
+ "@commercetools-uikit/utils": "15.14.3",
28
28
  "@emotion/react": "^11.10.5",
29
29
  "@emotion/styled": "^11.10.5",
30
30
  "@types/history": "^4.7.11",