@commercetools-uikit/search-select-field 20.3.0 → 20.4.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.
@@ -161,7 +161,7 @@ SearchSelectField.toFieldErrors = function toFieldErrors(errors) {
161
161
  var SearchSelectField$1 = SearchSelectField;
162
162
 
163
163
  // NOTE: This string will be replaced on build time with the package version.
164
- var version = "20.3.0";
164
+ var version = "20.4.0";
165
165
 
166
166
  exports["default"] = SearchSelectField$1;
167
167
  exports.version = version;
@@ -153,7 +153,7 @@ SearchSelectField.toFieldErrors = function toFieldErrors(errors) {
153
153
  var SearchSelectField$1 = SearchSelectField;
154
154
 
155
155
  // NOTE: This string will be replaced on build time with the package version.
156
- var version = "20.3.0";
156
+ var version = "20.4.0";
157
157
 
158
158
  exports["default"] = SearchSelectField$1;
159
159
  exports.version = version;
@@ -137,6 +137,6 @@ SearchSelectField.toFieldErrors = function toFieldErrors(errors) {
137
137
  var SearchSelectField$1 = SearchSelectField;
138
138
 
139
139
  // NOTE: This string will be replaced on build time with the package version.
140
- var version = "20.3.0";
140
+ var version = "20.4.0";
141
141
 
142
142
  export { SearchSelectField$1 as default, version };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/search-select-field",
3
3
  "description": "A search select field built on top of search select input, allowing users to asynchronously search for options",
4
- "version": "20.3.0",
4
+ "version": "20.4.0",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -21,15 +21,15 @@
21
21
  "dependencies": {
22
22
  "@babel/runtime": "^7.20.13",
23
23
  "@babel/runtime-corejs3": "^7.20.13",
24
- "@commercetools-uikit/constraints": "20.3.0",
25
- "@commercetools-uikit/design-system": "20.3.0",
26
- "@commercetools-uikit/field-errors": "20.3.0",
27
- "@commercetools-uikit/field-label": "20.3.0",
28
- "@commercetools-uikit/field-warnings": "20.3.0",
29
- "@commercetools-uikit/hooks": "20.3.0",
30
- "@commercetools-uikit/search-select-input": "20.3.0",
31
- "@commercetools-uikit/spacings": "20.3.0",
32
- "@commercetools-uikit/utils": "20.3.0",
24
+ "@commercetools-uikit/constraints": "20.4.0",
25
+ "@commercetools-uikit/design-system": "20.4.0",
26
+ "@commercetools-uikit/field-errors": "20.4.0",
27
+ "@commercetools-uikit/field-label": "20.4.0",
28
+ "@commercetools-uikit/field-warnings": "20.4.0",
29
+ "@commercetools-uikit/hooks": "20.4.0",
30
+ "@commercetools-uikit/search-select-input": "20.4.0",
31
+ "@commercetools-uikit/spacings": "20.4.0",
32
+ "@commercetools-uikit/utils": "20.4.0",
33
33
  "@emotion/react": "^11.10.5",
34
34
  "@emotion/styled": "^11.10.5",
35
35
  "react-intl": "^7.1.4"