@vitessce/vit-s 3.4.1 → 3.4.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.
Files changed (2) hide show
  1. package/dist/index.js +3 -3
  2. package/package.json +7 -7
package/dist/index.js CHANGED
@@ -28134,10 +28134,10 @@ const AUTO_INDEPENDENT_COORDINATION_TYPES = [
28134
28134
  CoordinationType$1.EMBEDDING_OBS_OPACITY
28135
28135
  ];
28136
28136
  const note = "This file is autogenerated by .changeset/post-changelog.mjs.";
28137
- const version = "3.4.1";
28138
- const date = "2024-05-07";
28137
+ const version = "3.4.2";
28138
+ const date = "2024-05-08";
28139
28139
  const branch = "changeset-release/main";
28140
- const hash = "57e3323e";
28140
+ const hash = "4e32867e";
28141
28141
  const META_VERSION = {
28142
28142
  note,
28143
28143
  version,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vitessce/vit-s",
3
- "version": "3.4.1",
3
+ "version": "3.4.2",
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.4.1",
33
- "@vitessce/plugins": "3.4.1",
34
- "@vitessce/schemas": "3.4.1",
35
- "@vitessce/config": "3.4.1",
36
- "@vitessce/utils": "3.4.1"
32
+ "@vitessce/constants-internal": "3.4.2",
33
+ "@vitessce/plugins": "3.4.2",
34
+ "@vitessce/schemas": "3.4.2",
35
+ "@vitessce/utils": "3.4.2",
36
+ "@vitessce/config": "3.4.2"
37
37
  },
38
38
  "devDependencies": {
39
39
  "@testing-library/jest-dom": "^5.16.4",
@@ -41,7 +41,7 @@
41
41
  "react": "^18.0.0",
42
42
  "vite": "^4.3.0",
43
43
  "vitest": "^0.32.2",
44
- "@vitessce/types": "3.4.1"
44
+ "@vitessce/types": "3.4.2"
45
45
  },
46
46
  "peerDependencies": {
47
47
  "react": "^16.8.0 || ^17.0.0 || ^18.0.0"