@commercetools-uikit/tag 15.0.0 → 15.1.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.
@@ -156,7 +156,7 @@ Tag.displayName = 'Tag';
156
156
  var Tag$1 = Tag;
157
157
 
158
158
  // NOTE: This string will be replaced on build time with the package version.
159
- var version = "15.0.0";
159
+ var version = "15.1.2";
160
160
 
161
161
  exports["default"] = Tag$1;
162
162
  exports.version = version;
@@ -139,7 +139,7 @@ Tag.displayName = 'Tag';
139
139
  var Tag$1 = Tag;
140
140
 
141
141
  // NOTE: This string will be replaced on build time with the package version.
142
- var version = "15.0.0";
142
+ var version = "15.1.2";
143
143
 
144
144
  exports["default"] = Tag$1;
145
145
  exports.version = version;
@@ -136,6 +136,6 @@ Tag.displayName = 'Tag';
136
136
  var Tag$1 = Tag;
137
137
 
138
138
  // NOTE: This string will be replaced on build time with the package version.
139
- var version = "15.0.0";
139
+ var version = "15.1.2";
140
140
 
141
141
  export { Tag$1 as default, version };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/tag",
3
3
  "description": "A tag is often used for items that need to be labeled or categorized.",
4
- "version": "15.0.0",
4
+ "version": "15.1.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.17.2",
23
23
  "@babel/runtime-corejs3": "^7.17.2",
24
- "@commercetools-uikit/accessible-button": "15.0.0",
25
- "@commercetools-uikit/constraints": "15.0.0",
26
- "@commercetools-uikit/design-system": "15.0.0",
27
- "@commercetools-uikit/icons": "15.0.0",
28
- "@commercetools-uikit/text": "15.0.0",
24
+ "@commercetools-uikit/accessible-button": "15.1.2",
25
+ "@commercetools-uikit/constraints": "15.1.2",
26
+ "@commercetools-uikit/design-system": "15.1.2",
27
+ "@commercetools-uikit/icons": "15.1.2",
28
+ "@commercetools-uikit/text": "15.1.2",
29
29
  "@emotion/react": "^11.4.0",
30
30
  "@emotion/styled": "^11.3.0",
31
31
  "prop-types": "15.8.1",
@@ -33,7 +33,7 @@
33
33
  },
34
34
  "devDependencies": {
35
35
  "react": "17.0.2",
36
- "react-router-dom": "5.3.0"
36
+ "react-router-dom": "5.3.3"
37
37
  },
38
38
  "peerDependencies": {
39
39
  "react": "17.x",