@commercetools-uikit/select-input 13.0.0 → 13.0.1
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.
|
@@ -226,7 +226,7 @@ utils.addStaticFields(SelectInput, _objectSpread(_objectSpread(_objectSpread({},
|
|
|
226
226
|
var SelectInput$1 = SelectInput;
|
|
227
227
|
|
|
228
228
|
// NOTE: This string will be replaced on build time with the package version.
|
|
229
|
-
var version = "13.0.
|
|
229
|
+
var version = "13.0.1";
|
|
230
230
|
|
|
231
231
|
exports["default"] = SelectInput$1;
|
|
232
232
|
exports.version = version;
|
|
@@ -207,7 +207,7 @@ utils.addStaticFields(SelectInput, _objectSpread(_objectSpread(_objectSpread({},
|
|
|
207
207
|
var SelectInput$1 = SelectInput;
|
|
208
208
|
|
|
209
209
|
// NOTE: This string will be replaced on build time with the package version.
|
|
210
|
-
var version = "13.0.
|
|
210
|
+
var version = "13.0.1";
|
|
211
211
|
|
|
212
212
|
exports["default"] = SelectInput$1;
|
|
213
213
|
exports.version = version;
|
|
@@ -203,6 +203,6 @@ addStaticFields(SelectInput, _objectSpread(_objectSpread(_objectSpread({}, compo
|
|
|
203
203
|
var SelectInput$1 = SelectInput;
|
|
204
204
|
|
|
205
205
|
// NOTE: This string will be replaced on build time with the package version.
|
|
206
|
-
var version = "13.0.
|
|
206
|
+
var version = "13.0.1";
|
|
207
207
|
|
|
208
208
|
export { SelectInput$1 as default, version };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-uikit/select-input",
|
|
3
3
|
"description": "An input component getting a selection from the user.",
|
|
4
|
-
"version": "13.0.
|
|
4
|
+
"version": "13.0.1",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"@commercetools-uikit/constraints": "13.0.0",
|
|
25
25
|
"@commercetools-uikit/design-system": "13.0.0",
|
|
26
26
|
"@commercetools-uikit/icons": "13.0.0",
|
|
27
|
-
"@commercetools-uikit/select-utils": "13.0.
|
|
27
|
+
"@commercetools-uikit/select-utils": "13.0.1",
|
|
28
28
|
"@commercetools-uikit/utils": "12.2.9",
|
|
29
29
|
"@emotion/is-prop-valid": "1.1.1",
|
|
30
30
|
"@emotion/react": "^11.4.0",
|