@commercetools-uikit/link 13.0.2 → 13.0.4

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.
@@ -146,7 +146,7 @@ Link.defaultProps = defaultProps;
146
146
  var Link$1 = Link;
147
147
 
148
148
  // NOTE: This string will be replaced on build time with the package version.
149
- var version = "13.0.2";
149
+ var version = "13.0.4";
150
150
 
151
151
  exports["default"] = Link$1;
152
152
  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 = "13.0.2";
135
+ var version = "13.0.4";
136
136
 
137
137
  exports["default"] = Link$1;
138
138
  exports.version = version;
@@ -129,6 +129,6 @@ Link.defaultProps = defaultProps;
129
129
  var Link$1 = Link;
130
130
 
131
131
  // NOTE: This string will be replaced on build time with the package version.
132
- var version = "13.0.2";
132
+ var version = "13.0.4";
133
133
 
134
134
  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": "13.0.2",
4
+ "version": "13.0.4",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -34,7 +34,7 @@
34
34
  },
35
35
  "devDependencies": {
36
36
  "react": "17.0.2",
37
- "react-intl": "5.24.6",
37
+ "react-intl": "^5.24.6",
38
38
  "react-router-dom": "5.3.0"
39
39
  },
40
40
  "peerDependencies": {