@vitessce/constants-internal 3.5.1 → 3.5.2
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/dist/index.js +3 -3
- package/dist-tsc/version.json +3 -3
- package/package.json +1 -1
- package/src/version.json +3 -3
package/dist/index.js
CHANGED
|
@@ -923,10 +923,10 @@ const COMPONENT_COORDINATION_TYPES = {
|
|
|
923
923
|
]
|
|
924
924
|
};
|
|
925
925
|
const note = "This file is autogenerated by .changeset/post-changelog.mjs.";
|
|
926
|
-
const version = "3.5.
|
|
927
|
-
const date = "2024-11-
|
|
926
|
+
const version = "3.5.2";
|
|
927
|
+
const date = "2024-11-25";
|
|
928
928
|
const branch = "changeset-release/main";
|
|
929
|
-
const hash = "
|
|
929
|
+
const hash = "bca77bd4";
|
|
930
930
|
const version$1 = {
|
|
931
931
|
note,
|
|
932
932
|
version,
|
package/dist-tsc/version.json
CHANGED
package/package.json
CHANGED
package/src/version.json
CHANGED