@commercetools-uikit/progress-bar 19.0.0 → 19.1.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.
@@ -170,7 +170,7 @@ ProgressBar.defaultProps = defaultProps;
170
170
  var ProgressBar$1 = ProgressBar;
171
171
 
172
172
  // NOTE: This string will be replaced on build time with the package version.
173
- var version = "19.0.0";
173
+ var version = "19.1.0";
174
174
 
175
175
  exports["default"] = ProgressBar$1;
176
176
  exports.version = version;
@@ -158,7 +158,7 @@ ProgressBar.defaultProps = defaultProps;
158
158
  var ProgressBar$1 = ProgressBar;
159
159
 
160
160
  // NOTE: This string will be replaced on build time with the package version.
161
- var version = "19.0.0";
161
+ var version = "19.1.0";
162
162
 
163
163
  exports["default"] = ProgressBar$1;
164
164
  exports.version = version;
@@ -148,6 +148,6 @@ ProgressBar.defaultProps = defaultProps;
148
148
  var ProgressBar$1 = ProgressBar;
149
149
 
150
150
  // NOTE: This string will be replaced on build time with the package version.
151
- var version = "19.0.0";
151
+ var version = "19.1.0";
152
152
 
153
153
  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.0.0",
4
+ "version": "19.1.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.0.0",
25
- "@commercetools-uikit/design-system": "19.0.0",
26
- "@commercetools-uikit/spacings-inline": "19.0.0",
27
- "@commercetools-uikit/spacings-stack": "19.0.0",
28
- "@commercetools-uikit/text": "19.0.0",
29
- "@commercetools-uikit/utils": "19.0.0",
24
+ "@commercetools-uikit/constraints": "19.1.0",
25
+ "@commercetools-uikit/design-system": "19.1.0",
26
+ "@commercetools-uikit/spacings-inline": "19.1.0",
27
+ "@commercetools-uikit/spacings-stack": "19.1.0",
28
+ "@commercetools-uikit/text": "19.1.0",
29
+ "@commercetools-uikit/utils": "19.1.0",
30
30
  "@emotion/react": "^11.10.5",
31
31
  "lodash": "4.17.21",
32
32
  "prop-types": "15.8.1",