@vitessce/vit-s 3.5.0 → 3.5.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.
Files changed (2) hide show
  1. package/dist/index.js +3 -3
  2. package/package.json +8 -8
package/dist/index.js CHANGED
@@ -28252,10 +28252,10 @@ const AUTO_INDEPENDENT_COORDINATION_TYPES = [
28252
28252
  CoordinationType$1.EMBEDDING_OBS_OPACITY
28253
28253
  ];
28254
28254
  const note = "This file is autogenerated by .changeset/post-changelog.mjs.";
28255
- const version = "3.5.0";
28256
- const date = "2024-11-01";
28255
+ const version = "3.5.1";
28256
+ const date = "2024-11-22";
28257
28257
  const branch = "changeset-release/main";
28258
- const hash = "1eb007aa";
28258
+ const hash = "233b667a";
28259
28259
  const META_VERSION = {
28260
28260
  note,
28261
28261
  version,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vitessce/vit-s",
3
- "version": "3.5.0",
3
+ "version": "3.5.1",
4
4
  "author": "HIDIVE Lab at HMS",
5
5
  "homepage": "http://vitessce.io",
6
6
  "repository": {
@@ -29,12 +29,12 @@
29
29
  "uuid": "^9.0.0",
30
30
  "zustand": "^3.5.10",
31
31
  "react-aria": "^3.28.0",
32
- "@vitessce/constants-internal": "3.5.0",
33
- "@vitessce/plugins": "3.5.0",
34
- "@vitessce/schemas": "3.5.0",
35
- "@vitessce/utils": "3.5.0",
36
- "@vitessce/sets-utils": "3.5.0",
37
- "@vitessce/config": "3.5.0"
32
+ "@vitessce/constants-internal": "3.5.1",
33
+ "@vitessce/plugins": "3.5.1",
34
+ "@vitessce/schemas": "3.5.1",
35
+ "@vitessce/utils": "3.5.1",
36
+ "@vitessce/sets-utils": "3.5.1",
37
+ "@vitessce/config": "3.5.1"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@testing-library/jest-dom": "^5.16.4",
@@ -42,7 +42,7 @@
42
42
  "react": "^18.0.0",
43
43
  "vite": "^4.3.0",
44
44
  "vitest": "^0.32.2",
45
- "@vitessce/types": "3.5.0"
45
+ "@vitessce/types": "3.5.1"
46
46
  },
47
47
  "peerDependencies": {
48
48
  "react": "^16.8.0 || ^17.0.0 || ^18.0.0"