@commercetools-uikit/tag 15.7.0 → 15.8.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.
|
@@ -157,7 +157,7 @@ Tag.displayName = 'Tag';
|
|
|
157
157
|
var Tag$1 = Tag;
|
|
158
158
|
|
|
159
159
|
// NOTE: This string will be replaced on build time with the package version.
|
|
160
|
-
var version = "15.
|
|
160
|
+
var version = "15.8.0";
|
|
161
161
|
|
|
162
162
|
exports["default"] = Tag$1;
|
|
163
163
|
exports.version = version;
|
|
@@ -134,7 +134,7 @@ Tag.displayName = 'Tag';
|
|
|
134
134
|
var Tag$1 = Tag;
|
|
135
135
|
|
|
136
136
|
// NOTE: This string will be replaced on build time with the package version.
|
|
137
|
-
var version = "15.
|
|
137
|
+
var version = "15.8.0";
|
|
138
138
|
|
|
139
139
|
exports["default"] = Tag$1;
|
|
140
140
|
exports.version = 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.
|
|
4
|
+
"version": "15.8.0",
|
|
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.19.0",
|
|
23
23
|
"@babel/runtime-corejs3": "^7.19.1",
|
|
24
|
-
"@commercetools-uikit/accessible-button": "15.
|
|
25
|
-
"@commercetools-uikit/constraints": "15.
|
|
26
|
-
"@commercetools-uikit/design-system": "15.
|
|
27
|
-
"@commercetools-uikit/icons": "15.
|
|
28
|
-
"@commercetools-uikit/text": "15.
|
|
24
|
+
"@commercetools-uikit/accessible-button": "15.8.0",
|
|
25
|
+
"@commercetools-uikit/constraints": "15.8.0",
|
|
26
|
+
"@commercetools-uikit/design-system": "15.8.0",
|
|
27
|
+
"@commercetools-uikit/icons": "15.8.0",
|
|
28
|
+
"@commercetools-uikit/text": "15.8.0",
|
|
29
29
|
"@emotion/react": "^11.4.0",
|
|
30
30
|
"@emotion/styled": "^11.3.0",
|
|
31
31
|
"prop-types": "15.8.1",
|