@vitessce/constants-internal 3.2.0 → 3.2.1
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
|
@@ -686,10 +686,10 @@ const COMPONENT_COORDINATION_TYPES = {
|
|
|
686
686
|
]
|
|
687
687
|
};
|
|
688
688
|
const note = "This file is autogenerated by .changeset/post-changelog.mjs.";
|
|
689
|
-
const version = "3.2.
|
|
690
|
-
const date = "2023-09-
|
|
689
|
+
const version = "3.2.1";
|
|
690
|
+
const date = "2023-09-13";
|
|
691
691
|
const branch = "changeset-release/main";
|
|
692
|
-
const hash = "
|
|
692
|
+
const hash = "a118dd03";
|
|
693
693
|
const version$1 = {
|
|
694
694
|
note,
|
|
695
695
|
version,
|
package/dist-tsc/version.json
CHANGED
package/package.json
CHANGED
package/src/version.json
CHANGED