@commercetools-uikit/tag 19.12.0 → 19.12.1

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.
@@ -191,7 +191,7 @@ TagList.displayName = 'TagList';
191
191
  var TagList$1 = TagList;
192
192
 
193
193
  // NOTE: This string will be replaced on build time with the package version.
194
- var version = "19.11.0";
194
+ var version = "19.12.1";
195
195
 
196
196
  exports.Tag = Tag$1;
197
197
  exports.TagList = TagList$1;
@@ -157,7 +157,7 @@ TagList.displayName = 'TagList';
157
157
  var TagList$1 = TagList;
158
158
 
159
159
  // NOTE: This string will be replaced on build time with the package version.
160
- var version = "19.11.0";
160
+ var version = "19.12.1";
161
161
 
162
162
  exports.Tag = Tag$1;
163
163
  exports.TagList = TagList$1;
@@ -169,6 +169,6 @@ TagList.displayName = 'TagList';
169
169
  var TagList$1 = TagList;
170
170
 
171
171
  // NOTE: This string will be replaced on build time with the package version.
172
- var version = "19.11.0";
172
+ var version = "19.12.1";
173
173
 
174
174
  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": "19.12.0",
4
+ "version": "19.12.1",
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": "19.12.0",
25
- "@commercetools-uikit/constraints": "19.12.0",
26
- "@commercetools-uikit/design-system": "19.12.0",
27
- "@commercetools-uikit/icons": "19.12.0",
28
- "@commercetools-uikit/spacings": "19.12.0",
29
- "@commercetools-uikit/text": "19.12.0",
30
- "@commercetools-uikit/utils": "19.12.0",
24
+ "@commercetools-uikit/accessible-button": "19.12.1",
25
+ "@commercetools-uikit/constraints": "19.12.1",
26
+ "@commercetools-uikit/design-system": "19.12.1",
27
+ "@commercetools-uikit/icons": "19.12.1",
28
+ "@commercetools-uikit/spacings": "19.12.1",
29
+ "@commercetools-uikit/text": "19.12.1",
30
+ "@commercetools-uikit/utils": "19.12.1",
31
31
  "@emotion/react": "^11.10.5",
32
32
  "@emotion/styled": "^11.10.5",
33
33
  "prop-types": "15.8.1",