@commercetools-uikit/search-select-field 16.12.0 → 17.0.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.
@@ -173,7 +173,7 @@ SearchSelectField.toFieldErrors = function toFieldErrors(errors) {
173
173
  var SearchSelectField$1 = SearchSelectField;
174
174
 
175
175
  // NOTE: This string will be replaced on build time with the package version.
176
- var version = "16.12.0";
176
+ var version = "17.0.0";
177
177
 
178
178
  exports["default"] = SearchSelectField$1;
179
179
  exports.version = version;
@@ -138,7 +138,7 @@ SearchSelectField.toFieldErrors = function toFieldErrors(errors) {
138
138
  var SearchSelectField$1 = SearchSelectField;
139
139
 
140
140
  // NOTE: This string will be replaced on build time with the package version.
141
- var version = "16.12.0";
141
+ var version = "17.0.0";
142
142
 
143
143
  exports["default"] = SearchSelectField$1;
144
144
  exports.version = version;
@@ -149,6 +149,6 @@ SearchSelectField.toFieldErrors = function toFieldErrors(errors) {
149
149
  var SearchSelectField$1 = SearchSelectField;
150
150
 
151
151
  // NOTE: This string will be replaced on build time with the package version.
152
- var version = "16.12.0";
152
+ var version = "17.0.0";
153
153
 
154
154
  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.12.0",
4
+ "version": "17.0.0",
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.12.0",
25
- "@commercetools-uikit/design-system": "16.12.0",
26
- "@commercetools-uikit/field-errors": "16.12.0",
27
- "@commercetools-uikit/field-label": "16.12.0",
28
- "@commercetools-uikit/hooks": "16.12.0",
29
- "@commercetools-uikit/search-select-input": "16.12.0",
30
- "@commercetools-uikit/spacings": "16.12.0",
31
- "@commercetools-uikit/utils": "16.12.0",
24
+ "@commercetools-uikit/constraints": "17.0.0",
25
+ "@commercetools-uikit/design-system": "17.0.0",
26
+ "@commercetools-uikit/field-errors": "17.0.0",
27
+ "@commercetools-uikit/field-label": "17.0.0",
28
+ "@commercetools-uikit/hooks": "17.0.0",
29
+ "@commercetools-uikit/search-select-input": "17.0.0",
30
+ "@commercetools-uikit/spacings": "17.0.0",
31
+ "@commercetools-uikit/utils": "17.0.0",
32
32
  "@emotion/react": "^11.10.5",
33
33
  "@emotion/styled": "^11.10.5",
34
34
  "prop-types": "15.8.1",