@vitessce/vit-s 3.3.0 → 3.3.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/package.json +5 -5
package/dist/index.js
CHANGED
|
@@ -35394,10 +35394,10 @@ const AUTO_INDEPENDENT_COORDINATION_TYPES = [
|
|
|
35394
35394
|
CoordinationType$1.EMBEDDING_OBS_OPACITY
|
|
35395
35395
|
];
|
|
35396
35396
|
const note = "This file is autogenerated by .changeset/post-changelog.mjs.";
|
|
35397
|
-
const version = "3.3.
|
|
35398
|
-
const date = "2023-
|
|
35397
|
+
const version = "3.3.1";
|
|
35398
|
+
const date = "2023-11-08";
|
|
35399
35399
|
const branch = "changeset-release/main";
|
|
35400
|
-
const hash = "
|
|
35400
|
+
const hash = "8e897a20";
|
|
35401
35401
|
const META_VERSION = {
|
|
35402
35402
|
note,
|
|
35403
35403
|
version,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vitessce/vit-s",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.1",
|
|
4
4
|
"author": "Gehlenborg Lab",
|
|
5
5
|
"homepage": "http://vitessce.io",
|
|
6
6
|
"repository": {
|
|
@@ -29,10 +29,10 @@
|
|
|
29
29
|
"uuid": "^9.0.0",
|
|
30
30
|
"zustand": "^3.5.10",
|
|
31
31
|
"react-aria": "^3.28.0",
|
|
32
|
-
"@vitessce/constants-internal": "3.3.
|
|
33
|
-
"@vitessce/plugins": "3.3.
|
|
34
|
-
"@vitessce/schemas": "3.3.
|
|
35
|
-
"@vitessce/utils": "3.3.
|
|
32
|
+
"@vitessce/constants-internal": "3.3.1",
|
|
33
|
+
"@vitessce/plugins": "3.3.1",
|
|
34
|
+
"@vitessce/schemas": "3.3.1",
|
|
35
|
+
"@vitessce/utils": "3.3.1"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@testing-library/jest-dom": "^5.16.4",
|