@commercetools-uikit/progress-bar 19.7.0 → 19.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.
@@ -168,7 +168,7 @@ ProgressBar.defaultProps = defaultProps;
168
168
  var ProgressBar$1 = ProgressBar;
169
169
 
170
170
  // NOTE: This string will be replaced on build time with the package version.
171
- var version = "19.7.0";
171
+ var version = "19.8.0";
172
172
 
173
173
  exports["default"] = ProgressBar$1;
174
174
  exports.version = version;
@@ -156,7 +156,7 @@ ProgressBar.defaultProps = defaultProps;
156
156
  var ProgressBar$1 = ProgressBar;
157
157
 
158
158
  // NOTE: This string will be replaced on build time with the package version.
159
- var version = "19.7.0";
159
+ var version = "19.8.0";
160
160
 
161
161
  exports["default"] = ProgressBar$1;
162
162
  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.7.0";
149
+ var version = "19.8.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.7.0",
4
+ "version": "19.8.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.7.0",
25
- "@commercetools-uikit/design-system": "19.7.0",
26
- "@commercetools-uikit/spacings-inline": "19.7.0",
27
- "@commercetools-uikit/spacings-stack": "19.7.0",
28
- "@commercetools-uikit/text": "19.7.0",
29
- "@commercetools-uikit/utils": "19.7.0",
24
+ "@commercetools-uikit/constraints": "19.8.0",
25
+ "@commercetools-uikit/design-system": "19.8.0",
26
+ "@commercetools-uikit/spacings-inline": "19.8.0",
27
+ "@commercetools-uikit/spacings-stack": "19.8.0",
28
+ "@commercetools-uikit/text": "19.8.0",
29
+ "@commercetools-uikit/utils": "19.8.0",
30
30
  "@emotion/react": "^11.10.5",
31
31
  "lodash": "4.17.21",
32
32
  "prop-types": "15.8.1",