@vitessce/constants-internal 3.6.2 → 3.6.3
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
|
@@ -1261,10 +1261,10 @@ const COMPONENT_COORDINATION_TYPES = {
|
|
|
1261
1261
|
]
|
|
1262
1262
|
};
|
|
1263
1263
|
const note = "This file is autogenerated by .changeset/post-changelog.mjs.";
|
|
1264
|
-
const version = "3.6.
|
|
1265
|
-
const date = "2025-06-
|
|
1264
|
+
const version = "3.6.3";
|
|
1265
|
+
const date = "2025-06-20";
|
|
1266
1266
|
const branch = "changeset-release/main";
|
|
1267
|
-
const hash = "
|
|
1267
|
+
const hash = "5369c0e3";
|
|
1268
1268
|
const version$1 = {
|
|
1269
1269
|
note,
|
|
1270
1270
|
version,
|
package/dist-tsc/version.json
CHANGED
package/package.json
CHANGED
package/src/version.json
CHANGED