@vitessce/constants-internal 3.9.0 → 3.9.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
|
@@ -1316,10 +1316,10 @@ const COMPONENT_COORDINATION_TYPES = {
|
|
|
1316
1316
|
]
|
|
1317
1317
|
};
|
|
1318
1318
|
const note = "This file is autogenerated by .changeset/post-changelog.mjs.";
|
|
1319
|
-
const version = "3.9.
|
|
1320
|
-
const date = "2026-
|
|
1319
|
+
const version = "3.9.2";
|
|
1320
|
+
const date = "2026-02-05";
|
|
1321
1321
|
const branch = "changeset-release/main";
|
|
1322
|
-
const hash = "
|
|
1322
|
+
const hash = "ea439f8d";
|
|
1323
1323
|
const version$1 = {
|
|
1324
1324
|
note,
|
|
1325
1325
|
version,
|
package/dist-tsc/version.json
CHANGED
package/package.json
CHANGED
package/src/version.json
CHANGED