@commercetools-uikit/search-select-field 16.7.4 → 16.7.5

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.
@@ -171,7 +171,7 @@ SearchSelectField.toFieldErrors = function toFieldErrors(errors) {
171
171
  var SearchSelectField$1 = SearchSelectField;
172
172
 
173
173
  // NOTE: This string will be replaced on build time with the package version.
174
- var version = "16.7.4";
174
+ var version = "16.7.5";
175
175
 
176
176
  exports["default"] = SearchSelectField$1;
177
177
  exports.version = version;
@@ -137,7 +137,7 @@ 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 = "16.7.4";
140
+ var version = "16.7.5";
141
141
 
142
142
  exports["default"] = SearchSelectField$1;
143
143
  exports.version = version;
@@ -147,6 +147,6 @@ SearchSelectField.toFieldErrors = function toFieldErrors(errors) {
147
147
  var SearchSelectField$1 = SearchSelectField;
148
148
 
149
149
  // NOTE: This string will be replaced on build time with the package version.
150
- var version = "16.7.4";
150
+ var version = "16.7.5";
151
151
 
152
152
  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": "16.7.4",
4
+ "version": "16.7.5",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -21,14 +21,14 @@
21
21
  "dependencies": {
22
22
  "@babel/runtime": "^7.20.13",
23
23
  "@babel/runtime-corejs3": "^7.20.13",
24
- "@commercetools-uikit/constraints": "16.7.4",
25
- "@commercetools-uikit/design-system": "16.7.4",
26
- "@commercetools-uikit/field-errors": "16.7.4",
27
- "@commercetools-uikit/field-label": "16.7.4",
28
- "@commercetools-uikit/hooks": "16.7.4",
29
- "@commercetools-uikit/search-select-input": "16.7.4",
30
- "@commercetools-uikit/spacings": "16.7.4",
31
- "@commercetools-uikit/utils": "16.7.4",
24
+ "@commercetools-uikit/constraints": "16.7.5",
25
+ "@commercetools-uikit/design-system": "16.7.5",
26
+ "@commercetools-uikit/field-errors": "16.7.5",
27
+ "@commercetools-uikit/field-label": "16.7.5",
28
+ "@commercetools-uikit/hooks": "16.7.5",
29
+ "@commercetools-uikit/search-select-input": "16.7.5",
30
+ "@commercetools-uikit/spacings": "16.7.5",
31
+ "@commercetools-uikit/utils": "16.7.5",
32
32
  "@emotion/react": "^11.10.5",
33
33
  "@emotion/styled": "^11.10.5",
34
34
  "prop-types": "15.8.1",