@vitessce/vit-s 3.1.2 → 3.1.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/package.json +5 -5
package/dist/index.js
CHANGED
|
@@ -35208,10 +35208,10 @@ const AUTO_INDEPENDENT_COORDINATION_TYPES = [
|
|
|
35208
35208
|
CoordinationType$1.EMBEDDING_OBS_OPACITY
|
|
35209
35209
|
];
|
|
35210
35210
|
const note = "This file is autogenerated by .changeset/post-changelog.mjs.";
|
|
35211
|
-
const version = "3.1.
|
|
35212
|
-
const date = "2023-
|
|
35211
|
+
const version = "3.1.3";
|
|
35212
|
+
const date = "2023-09-05";
|
|
35213
35213
|
const branch = "changeset-release/main";
|
|
35214
|
-
const hash = "
|
|
35214
|
+
const hash = "daf84518";
|
|
35215
35215
|
const META_VERSION = {
|
|
35216
35216
|
note,
|
|
35217
35217
|
version,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vitessce/vit-s",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.3",
|
|
4
4
|
"author": "Gehlenborg Lab",
|
|
5
5
|
"homepage": "http://vitessce.io",
|
|
6
6
|
"repository": {
|
|
@@ -28,10 +28,10 @@
|
|
|
28
28
|
"react-grid-layout-with-lodash": "^1.3.5",
|
|
29
29
|
"uuid": "^9.0.0",
|
|
30
30
|
"zustand": "^3.5.10",
|
|
31
|
-
"@vitessce/constants-internal": "3.1.
|
|
32
|
-
"@vitessce/plugins": "3.1.
|
|
33
|
-
"@vitessce/schemas": "3.1.
|
|
34
|
-
"@vitessce/utils": "3.1.
|
|
31
|
+
"@vitessce/constants-internal": "3.1.3",
|
|
32
|
+
"@vitessce/plugins": "3.1.3",
|
|
33
|
+
"@vitessce/schemas": "3.1.3",
|
|
34
|
+
"@vitessce/utils": "3.1.3"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"@testing-library/jest-dom": "^5.16.4",
|