@vitessce/constants-internal 3.3.1 → 3.3.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
|
@@ -703,10 +703,10 @@ const COMPONENT_COORDINATION_TYPES = {
|
|
|
703
703
|
]
|
|
704
704
|
};
|
|
705
705
|
const note = "This file is autogenerated by .changeset/post-changelog.mjs.";
|
|
706
|
-
const version = "3.3.
|
|
707
|
-
const date = "2023-11-
|
|
706
|
+
const version = "3.3.2";
|
|
707
|
+
const date = "2023-11-30";
|
|
708
708
|
const branch = "changeset-release/main";
|
|
709
|
-
const hash = "
|
|
709
|
+
const hash = "a562d787";
|
|
710
710
|
const version$1 = {
|
|
711
711
|
note,
|
|
712
712
|
version,
|
package/dist-tsc/version.json
CHANGED
package/package.json
CHANGED
package/src/version.json
CHANGED