@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
|
@@ -15962,7 +15962,7 @@ function patchObject(obj, patch) {
|
|
|
15962
15962
|
}
|
|
15963
15963
|
|
|
15964
15964
|
// Auto-generated by the set-version.js script.
|
|
15965
|
-
const ADMIN_UI_VERSION = '2.0.0-next.
|
|
15965
|
+
const ADMIN_UI_VERSION = '2.0.0-next.4';
|
|
15966
15966
|
|
|
15967
15967
|
/**
|
|
15968
15968
|
* Responsible for registering dashboard widget components and querying for layouts.
|