@vitessce/constants-internal 3.1.0 → 3.1.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 +6 -6
- package/dist-tsc/version.json +5 -5
- package/package.json +1 -1
- package/src/version.json +6 -6
package/dist/index.js
CHANGED
|
@@ -494,16 +494,16 @@ const COMPONENT_COORDINATION_TYPES = {
|
|
|
494
494
|
CoordinationType.FEATURE_SELECTION
|
|
495
495
|
]
|
|
496
496
|
};
|
|
497
|
-
const note = "This file is
|
|
498
|
-
const version = "3.
|
|
499
|
-
const
|
|
500
|
-
const
|
|
501
|
-
const hash = "
|
|
497
|
+
const note = "This file is autogenerated by .changeset/post-changelog.mjs.";
|
|
498
|
+
const version = "3.1.2";
|
|
499
|
+
const date = "2023-08-31";
|
|
500
|
+
const branch = "changeset-release/main";
|
|
501
|
+
const hash = "21819ea1";
|
|
502
502
|
const version$1 = {
|
|
503
503
|
note,
|
|
504
504
|
version,
|
|
505
|
-
branch,
|
|
506
505
|
date,
|
|
506
|
+
branch,
|
|
507
507
|
hash
|
|
508
508
|
};
|
|
509
509
|
export {
|
package/dist-tsc/version.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
|
-
"note": "This file is
|
|
3
|
-
"version": "3.
|
|
4
|
-
"
|
|
5
|
-
"
|
|
6
|
-
"hash": "
|
|
2
|
+
"note": "This file is autogenerated by .changeset/post-changelog.mjs.",
|
|
3
|
+
"version": "3.1.2",
|
|
4
|
+
"date": "2023-08-31",
|
|
5
|
+
"branch": "changeset-release/main",
|
|
6
|
+
"hash": "21819ea1"
|
|
7
7
|
}
|
package/package.json
CHANGED
package/src/version.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
|
-
"note": "This file is
|
|
3
|
-
"version": "3.
|
|
4
|
-
"
|
|
5
|
-
"
|
|
6
|
-
"hash": "
|
|
7
|
-
}
|
|
2
|
+
"note": "This file is autogenerated by .changeset/post-changelog.mjs.",
|
|
3
|
+
"version": "3.1.2",
|
|
4
|
+
"date": "2023-08-31",
|
|
5
|
+
"branch": "changeset-release/main",
|
|
6
|
+
"hash": "21819ea1"
|
|
7
|
+
}
|