@vendure/admin-ui 1.3.3 → 1.3.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/bundles/vendure-admin-ui-core.umd.js +1 -1
- package/bundles/vendure-admin-ui-core.umd.js.map +1 -1
- package/core/common/version.d.ts +1 -1
- package/core/vendure-admin-ui-core.metadata.json +1 -1
- package/esm2015/core/common/version.js +2 -2
- package/esm2015/core/shared/components/channel-assignment-control/channel-assignment-control.component.js +1 -1
- package/esm2015/core/shared/components/object-tree/object-tree.component.js +1 -1
- package/fesm2015/vendure-admin-ui-core.js +1 -1
- package/fesm2015/vendure-admin-ui-core.js.map +1 -1
- package/package.json +2 -2
|
@@ -12383,7 +12383,7 @@
|
|
|
12383
12383
|
}
|
|
12384
12384
|
|
|
12385
12385
|
// Auto-generated by the set-version.js script.
|
|
12386
|
-
var ADMIN_UI_VERSION = '1.3.
|
|
12386
|
+
var ADMIN_UI_VERSION = '1.3.4';
|
|
12387
12387
|
|
|
12388
12388
|
/**
|
|
12389
12389
|
* Responsible for registering dashboard widget components and querying for layouts.
|