@commercetools-uikit/tag 20.2.2 → 20.2.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.
|
@@ -242,7 +242,7 @@ TagList.displayName = 'TagList';
|
|
|
242
242
|
var TagList$1 = TagList;
|
|
243
243
|
|
|
244
244
|
// NOTE: This string will be replaced on build time with the package version.
|
|
245
|
-
var version = "20.2.
|
|
245
|
+
var version = "20.2.3";
|
|
246
246
|
|
|
247
247
|
exports.Tag = Tag$1;
|
|
248
248
|
exports.TagList = TagList$1;
|
|
@@ -228,7 +228,7 @@ TagList.displayName = 'TagList';
|
|
|
228
228
|
var TagList$1 = TagList;
|
|
229
229
|
|
|
230
230
|
// NOTE: This string will be replaced on build time with the package version.
|
|
231
|
-
var version = "20.2.
|
|
231
|
+
var version = "20.2.3";
|
|
232
232
|
|
|
233
233
|
exports.Tag = Tag$1;
|
|
234
234
|
exports.TagList = TagList$1;
|
|
@@ -222,6 +222,6 @@ TagList.displayName = 'TagList';
|
|
|
222
222
|
var TagList$1 = TagList;
|
|
223
223
|
|
|
224
224
|
// NOTE: This string will be replaced on build time with the package version.
|
|
225
|
-
var version = "20.2.
|
|
225
|
+
var version = "20.2.3";
|
|
226
226
|
|
|
227
227
|
export { Tag$1 as Tag, TagList$1 as TagList, 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": "20.2.
|
|
4
|
+
"version": "20.2.3",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -21,13 +21,13 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@babel/runtime": "^7.20.13",
|
|
23
23
|
"@babel/runtime-corejs3": "^7.20.13",
|
|
24
|
-
"@commercetools-uikit/accessible-button": "20.2.
|
|
25
|
-
"@commercetools-uikit/constraints": "20.2.
|
|
26
|
-
"@commercetools-uikit/design-system": "20.2.
|
|
27
|
-
"@commercetools-uikit/icons": "20.2.
|
|
28
|
-
"@commercetools-uikit/spacings": "20.2.
|
|
29
|
-
"@commercetools-uikit/text": "20.2.
|
|
30
|
-
"@commercetools-uikit/utils": "20.2.
|
|
24
|
+
"@commercetools-uikit/accessible-button": "20.2.3",
|
|
25
|
+
"@commercetools-uikit/constraints": "20.2.3",
|
|
26
|
+
"@commercetools-uikit/design-system": "20.2.3",
|
|
27
|
+
"@commercetools-uikit/icons": "20.2.3",
|
|
28
|
+
"@commercetools-uikit/spacings": "20.2.3",
|
|
29
|
+
"@commercetools-uikit/text": "20.2.3",
|
|
30
|
+
"@commercetools-uikit/utils": "20.2.3",
|
|
31
31
|
"@emotion/react": "^11.10.5",
|
|
32
32
|
"@emotion/styled": "^11.10.5",
|
|
33
33
|
"react-intl": "^7.1.4"
|