@commercetools-uikit/progress-bar 19.22.1 → 19.22.2

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.
@@ -176,7 +176,7 @@ ProgressBar.displayName = 'ProgressBar';
176
176
  var ProgressBar$1 = ProgressBar;
177
177
 
178
178
  // NOTE: This string will be replaced on build time with the package version.
179
- var version = "19.22.1";
179
+ var version = "19.22.2";
180
180
 
181
181
  exports["default"] = ProgressBar$1;
182
182
  exports.version = version;
@@ -164,7 +164,7 @@ ProgressBar.displayName = 'ProgressBar';
164
164
  var ProgressBar$1 = ProgressBar;
165
165
 
166
166
  // NOTE: This string will be replaced on build time with the package version.
167
- var version = "19.22.1";
167
+ var version = "19.22.2";
168
168
 
169
169
  exports["default"] = ProgressBar$1;
170
170
  exports.version = version;
@@ -155,6 +155,6 @@ ProgressBar.displayName = 'ProgressBar';
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.22.1";
158
+ var version = "19.22.2";
159
159
 
160
160
  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.22.1",
4
+ "version": "19.22.2",
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.22.1",
25
- "@commercetools-uikit/design-system": "19.22.1",
26
- "@commercetools-uikit/spacings-inline": "19.22.1",
27
- "@commercetools-uikit/spacings-stack": "19.22.1",
28
- "@commercetools-uikit/text": "19.22.1",
29
- "@commercetools-uikit/utils": "19.22.1",
24
+ "@commercetools-uikit/constraints": "19.22.2",
25
+ "@commercetools-uikit/design-system": "19.22.2",
26
+ "@commercetools-uikit/spacings-inline": "19.22.2",
27
+ "@commercetools-uikit/spacings-stack": "19.22.2",
28
+ "@commercetools-uikit/text": "19.22.2",
29
+ "@commercetools-uikit/utils": "19.22.2",
30
30
  "@emotion/react": "^11.10.5",
31
31
  "lodash": "4.17.21",
32
32
  "prop-types": "15.8.1",