@commercetools-uikit/progress-bar 19.17.0 → 19.18.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.
@@ -167,7 +167,7 @@ ProgressBar.defaultProps = defaultProps;
167
167
  var ProgressBar$1 = ProgressBar;
168
168
 
169
169
  // NOTE: This string will be replaced on build time with the package version.
170
- var version = "19.17.0";
170
+ var version = "19.18.0";
171
171
 
172
172
  exports["default"] = ProgressBar$1;
173
173
  exports.version = version;
@@ -155,7 +155,7 @@ ProgressBar.defaultProps = defaultProps;
155
155
  var ProgressBar$1 = ProgressBar;
156
156
 
157
157
  // NOTE: This string will be replaced on build time with the package version.
158
- var version = "19.17.0";
158
+ var version = "19.18.0";
159
159
 
160
160
  exports["default"] = ProgressBar$1;
161
161
  exports.version = version;
@@ -146,6 +146,6 @@ ProgressBar.defaultProps = defaultProps;
146
146
  var ProgressBar$1 = ProgressBar;
147
147
 
148
148
  // NOTE: This string will be replaced on build time with the package version.
149
- var version = "19.17.0";
149
+ var version = "19.18.0";
150
150
 
151
151
  export { ProgressBar$1 as default, version };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/progress-bar",
3
3
  "description": "A progress bar component used to visualize the progression of an extended operation",
4
- "version": "19.17.0",
4
+ "version": "19.18.0",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -21,12 +21,12 @@
21
21
  "dependencies": {
22
22
  "@babel/runtime": "^7.20.13",
23
23
  "@babel/runtime-corejs3": "^7.20.13",
24
- "@commercetools-uikit/constraints": "19.17.0",
25
- "@commercetools-uikit/design-system": "19.17.0",
26
- "@commercetools-uikit/spacings-inline": "19.17.0",
27
- "@commercetools-uikit/spacings-stack": "19.17.0",
28
- "@commercetools-uikit/text": "19.17.0",
29
- "@commercetools-uikit/utils": "19.17.0",
24
+ "@commercetools-uikit/constraints": "19.18.0",
25
+ "@commercetools-uikit/design-system": "19.18.0",
26
+ "@commercetools-uikit/spacings-inline": "19.18.0",
27
+ "@commercetools-uikit/spacings-stack": "19.18.0",
28
+ "@commercetools-uikit/text": "19.18.0",
29
+ "@commercetools-uikit/utils": "19.18.0",
30
30
  "@emotion/react": "^11.10.5",
31
31
  "lodash": "4.17.21",
32
32
  "prop-types": "15.8.1",