@vendure/admin-ui 2.0.0-next.3 → 2.0.0-next.4
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.
- package/core/common/version.d.ts +1 -1
- package/esm2020/catalog/components/collection-detail/collection-detail.component.mjs +3 -3
- package/esm2020/core/common/version.mjs +2 -2
- package/fesm2015/vendure-admin-ui-catalog.mjs +2 -2
- package/fesm2015/vendure-admin-ui-catalog.mjs.map +1 -1
- package/fesm2015/vendure-admin-ui-core.mjs +1 -1
- package/fesm2015/vendure-admin-ui-core.mjs.map +1 -1
- package/fesm2020/vendure-admin-ui-catalog.mjs +2 -2
- package/fesm2020/vendure-admin-ui-catalog.mjs.map +1 -1
- package/fesm2020/vendure-admin-ui-core.mjs +1 -1
- package/fesm2020/vendure-admin-ui-core.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -15960,7 +15960,7 @@ function patchObject(obj, patch) {
|
|
|
15960
15960
|
}
|
|
15961
15961
|
|
|
15962
15962
|
// Auto-generated by the set-version.js script.
|
|
15963
|
-
const ADMIN_UI_VERSION = '2.0.0-next.
|
|
15963
|
+
const ADMIN_UI_VERSION = '2.0.0-next.4';
|
|
15964
15964
|
|
|
15965
15965
|
/**
|
|
15966
15966
|
* Responsible for registering dashboard widget components and querying for layouts.
|