@commercetools-uikit/filters 19.14.0 → 19.15.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.
|
@@ -200,7 +200,7 @@ Filters.propTypes = process.env.NODE_ENV !== "production" ? {
|
|
|
200
200
|
Filters.displayName = 'Filters';
|
|
201
201
|
|
|
202
202
|
// NOTE: This string will be replaced on build time with the package version.
|
|
203
|
-
var version = "19.
|
|
203
|
+
var version = "19.15.0";
|
|
204
204
|
|
|
205
205
|
exports["default"] = Filters;
|
|
206
206
|
exports.version = version;
|
|
@@ -144,7 +144,7 @@ Filters.propTypes = {};
|
|
|
144
144
|
Filters.displayName = 'Filters';
|
|
145
145
|
|
|
146
146
|
// NOTE: This string will be replaced on build time with the package version.
|
|
147
|
-
var version = "19.
|
|
147
|
+
var version = "19.15.0";
|
|
148
148
|
|
|
149
149
|
exports["default"] = Filters;
|
|
150
150
|
exports.version = version;
|
|
@@ -169,6 +169,6 @@ Filters.propTypes = process.env.NODE_ENV !== "production" ? {
|
|
|
169
169
|
Filters.displayName = 'Filters';
|
|
170
170
|
|
|
171
171
|
// NOTE: This string will be replaced on build time with the package version.
|
|
172
|
-
var version = "19.
|
|
172
|
+
var version = "19.15.0";
|
|
173
173
|
|
|
174
174
|
export { Filters as default, version };
|
package/package.json
CHANGED