@commercetools-uikit/progress-bar 18.1.0 → 18.2.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.
@@ -166,7 +166,7 @@ ProgressBar.defaultProps = defaultProps;
166
166
  var ProgressBar$1 = ProgressBar;
167
167
 
168
168
  // NOTE: This string will be replaced on build time with the package version.
169
- var version = "18.1.0";
169
+ var version = "18.2.0";
170
170
 
171
171
  exports["default"] = ProgressBar$1;
172
172
  exports.version = version;
@@ -154,7 +154,7 @@ ProgressBar.defaultProps = defaultProps;
154
154
  var ProgressBar$1 = ProgressBar;
155
155
 
156
156
  // NOTE: This string will be replaced on build time with the package version.
157
- var version = "18.1.0";
157
+ var version = "18.2.0";
158
158
 
159
159
  exports["default"] = ProgressBar$1;
160
160
  exports.version = version;
@@ -145,6 +145,6 @@ ProgressBar.defaultProps = defaultProps;
145
145
  var ProgressBar$1 = ProgressBar;
146
146
 
147
147
  // NOTE: This string will be replaced on build time with the package version.
148
- var version = "18.1.0";
148
+ var version = "18.2.0";
149
149
 
150
150
  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": "18.1.0",
4
+ "version": "18.2.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": "18.1.0",
25
- "@commercetools-uikit/design-system": "18.1.0",
26
- "@commercetools-uikit/spacings-inline": "18.1.0",
27
- "@commercetools-uikit/spacings-stack": "18.1.0",
28
- "@commercetools-uikit/text": "18.1.0",
29
- "@commercetools-uikit/utils": "18.1.0",
24
+ "@commercetools-uikit/constraints": "18.2.0",
25
+ "@commercetools-uikit/design-system": "18.2.0",
26
+ "@commercetools-uikit/spacings-inline": "18.2.0",
27
+ "@commercetools-uikit/spacings-stack": "18.2.0",
28
+ "@commercetools-uikit/text": "18.2.0",
29
+ "@commercetools-uikit/utils": "18.2.0",
30
30
  "@emotion/react": "^11.10.5",
31
31
  "lodash": "4.17.21",
32
32
  "prop-types": "15.8.1",