@vitessce/vit-s 3.3.8 → 3.3.9

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.
Files changed (2) hide show
  1. package/dist/index.js +3 -3
  2. package/package.json +6 -6
package/dist/index.js CHANGED
@@ -28072,10 +28072,10 @@ const AUTO_INDEPENDENT_COORDINATION_TYPES = [
28072
28072
  CoordinationType$1.EMBEDDING_OBS_OPACITY
28073
28073
  ];
28074
28074
  const note = "This file is autogenerated by .changeset/post-changelog.mjs.";
28075
- const version = "3.3.8";
28076
- const date = "2024-03-21";
28075
+ const version = "3.3.9";
28076
+ const date = "2024-03-22";
28077
28077
  const branch = "changeset-release/main";
28078
- const hash = "a1b536f3";
28078
+ const hash = "da07c69b";
28079
28079
  const META_VERSION = {
28080
28080
  note,
28081
28081
  version,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vitessce/vit-s",
3
- "version": "3.3.8",
3
+ "version": "3.3.9",
4
4
  "author": "Gehlenborg Lab",
5
5
  "homepage": "http://vitessce.io",
6
6
  "repository": {
@@ -29,11 +29,11 @@
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.8",
33
- "@vitessce/plugins": "3.3.8",
34
- "@vitessce/config": "3.3.8",
35
- "@vitessce/schemas": "3.3.8",
36
- "@vitessce/utils": "3.3.8"
32
+ "@vitessce/constants-internal": "3.3.9",
33
+ "@vitessce/plugins": "3.3.9",
34
+ "@vitessce/schemas": "3.3.9",
35
+ "@vitessce/config": "3.3.9",
36
+ "@vitessce/utils": "3.3.9"
37
37
  },
38
38
  "devDependencies": {
39
39
  "@testing-library/jest-dom": "^5.16.4",