@commercetools-uikit/tag 15.15.1 → 16.0.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.
@@ -213,7 +213,7 @@ TagList.displayName = 'TagList';
213
213
  var TagList$1 = TagList;
214
214
 
215
215
  // NOTE: This string will be replaced on build time with the package version.
216
- var version = "15.15.1";
216
+ var version = "16.0.0";
217
217
 
218
218
  exports.Tag = Tag$1;
219
219
  exports.TagList = TagList$1;
@@ -178,7 +178,7 @@ TagList.displayName = 'TagList';
178
178
  var TagList$1 = TagList;
179
179
 
180
180
  // NOTE: This string will be replaced on build time with the package version.
181
- var version = "15.15.1";
181
+ var version = "16.0.0";
182
182
 
183
183
  exports.Tag = Tag$1;
184
184
  exports.TagList = TagList$1;
@@ -191,6 +191,6 @@ 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 = "15.15.1";
194
+ var version = "16.0.0";
195
195
 
196
196
  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": "15.15.1",
4
+ "version": "16.0.0",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -21,17 +21,17 @@
21
21
  "dependencies": {
22
22
  "@babel/runtime": "^7.20.13",
23
23
  "@babel/runtime-corejs3": "^7.20.13",
24
- "@commercetools-uikit/accessible-button": "15.15.1",
25
- "@commercetools-uikit/constraints": "15.15.1",
26
- "@commercetools-uikit/design-system": "15.15.1",
27
- "@commercetools-uikit/icons": "15.15.1",
28
- "@commercetools-uikit/spacings": "15.15.1",
29
- "@commercetools-uikit/text": "15.15.1",
30
- "@commercetools-uikit/utils": "15.15.1",
24
+ "@commercetools-uikit/accessible-button": "16.0.0",
25
+ "@commercetools-uikit/constraints": "16.0.0",
26
+ "@commercetools-uikit/design-system": "16.0.0",
27
+ "@commercetools-uikit/icons": "16.0.0",
28
+ "@commercetools-uikit/spacings": "16.0.0",
29
+ "@commercetools-uikit/text": "16.0.0",
30
+ "@commercetools-uikit/utils": "16.0.0",
31
31
  "@emotion/react": "^11.10.5",
32
32
  "@emotion/styled": "^11.10.5",
33
33
  "prop-types": "15.8.1",
34
- "react-intl": "^5.25.1"
34
+ "react-intl": "^6.3.2"
35
35
  },
36
36
  "devDependencies": {
37
37
  "react": "17.0.2",