Skip to content

Commit

Permalink
[update docs] v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Jan 30, 2025
1 parent 94923fa commit 59ff465
Show file tree
Hide file tree
Showing 47 changed files with 304 additions and 304 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.0.0",
"version": "3.0.1",
"npmClient": "yarn",
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}
4 changes: 2 additions & 2 deletions packages/app-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jbrowse/app-core",
"version": "3.0.0",
"version": "3.0.1",
"description": "JBrowse 2 code shared between the 'full featured' apps e.g. jbrowse-web and jbrowse-desktop",
"keywords": [
"jbrowse",
Expand Down Expand Up @@ -42,7 +42,7 @@
},
"dependencies": {
"@babel/runtime": "^7.16.3",
"@jbrowse/product-core": "^3.0.0",
"@jbrowse/product-core": "^3.0.1",
"@mui/icons-material": "^6.0.0",
"@mui/material": "^6.0.0",
"copy-to-clipboard": "^3.3.1",
Expand Down
12 changes: 6 additions & 6 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jbrowse/core",
"version": "3.0.0",
"version": "3.0.1",
"description": "JBrowse 2 core libraries used by plugins",
"keywords": [
"jbrowse",
Expand Down Expand Up @@ -35,6 +35,7 @@
"@gmod/bgzf-filehandle": "^2.0.1",
"@gmod/http-range-fetcher": "^4.0.0",
"@mui/icons-material": "^6.0.0",
"@mui/material": "^6.0.0",
"@mui/x-data-grid": "^7.0.0",
"canvas-sequencer": "^3.1.0",
"canvas2svg": "^1.0.16",
Expand All @@ -50,15 +51,14 @@
"librpc-web-mod": "^1.1.5",
"load-script": "^2.0.0",
"material-ui-popup-state": "^5.0.0",
"rbush": "^3.0.1",
"react-draggable": "^4.4.5",
"serialize-error": "^8.0.0",
"source-map-js": "^1.0.2",
"@mui/material": "^6.0.0",
"mobx": "^6.0.0",
"mobx-react": "^9.0.0",
"mobx-state-tree": "^5.0.0",
"rbush": "^3.0.1",
"react-draggable": "^4.4.5",
"rxjs": "^7.0.0",
"serialize-error": "^8.0.0",
"source-map-js": "^1.0.2",
"tss-react": "^4.0.0"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/embedded-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jbrowse/embedded-core",
"version": "3.0.0",
"version": "3.0.1",
"description": "JBrowse 2 code shared between embedded products",
"keywords": [
"jbrowse",
Expand Down Expand Up @@ -42,8 +42,8 @@
},
"dependencies": {
"@babel/runtime": "^7.16.3",
"@jbrowse/core": "^3.0.0",
"@jbrowse/product-core": "^3.0.0",
"@jbrowse/core": "^3.0.1",
"@jbrowse/product-core": "^3.0.1",
"@mui/icons-material": "^6.0.0",
"@mui/material": "^6.0.0",
"copy-to-clipboard": "^3.3.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/product-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jbrowse/product-core",
"version": "3.0.0",
"version": "3.0.1",
"sideEffects": false,
"description": "JBrowse 2 code shared between products but not used by plugins",
"keywords": [
Expand Down Expand Up @@ -43,16 +43,16 @@
},
"dependencies": {
"@babel/runtime": "^7.16.3",
"@jbrowse/core": "^3.0.0",
"@jbrowse/core": "^3.0.1",
"@mui/icons-material": "^6.0.0",
"@mui/material": "^6.0.0",
"copy-to-clipboard": "^3.3.1",
"librpc-web-mod": "^1.0.0",
"serialize-error": "^8.0.0",
"mobx": "^6.0.0",
"mobx-react": "^9.0.0",
"mobx-state-tree": "^5.0.0",
"rxjs": "^7.0.0",
"serialize-error": "^8.0.0",
"tss-react": "^4.0.0"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/sv-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jbrowse/sv-core",
"version": "3.0.0",
"version": "3.0.1",
"description": "JBrowse 2 code shared between sv type code",
"keywords": [
"jbrowse",
Expand Down Expand Up @@ -42,8 +42,8 @@
},
"dependencies": {
"@gmod/vcf": "^6.0.0",
"@jbrowse/core": "^3.0.0",
"@jbrowse/plugin-linear-genome-view": "^3.0.0",
"@jbrowse/core": "^3.0.1",
"@jbrowse/plugin-linear-genome-view": "^3.0.1",
"@mui/icons-material": "^6.0.0",
"@mui/material": "^6.0.0",
"mobx": "^6.0.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/text-indexing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jbrowse/text-indexing",
"version": "3.0.0",
"version": "3.0.1",
"description": "JBrowse 2 text indexing for desktop",
"keywords": [
"jbrowse",
Expand Down Expand Up @@ -42,14 +42,14 @@
},
"dependencies": {
"@babel/runtime": "^7.16.3",
"@jbrowse/core": "^3.0.0",
"@jbrowse/core": "^3.0.1",
"ixixx": "^2.0.1",
"node-fetch": "^2.6.0",
"sanitize-filename": "^1.6.3",
"mobx": "^6.0.0",
"mobx-react": "^9.0.0",
"mobx-state-tree": "^5.0.0",
"rxjs": "^7.0.0"
"node-fetch": "^2.6.0",
"rxjs": "^7.0.0",
"sanitize-filename": "^1.6.3"
},
"peerDependencies": {
"react": ">=18.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/web-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jbrowse/web-core",
"version": "3.0.0",
"version": "3.0.1",
"description": "JBrowse 2 code shared between web-app type products",
"keywords": [
"jbrowse",
Expand Down Expand Up @@ -42,8 +42,8 @@
},
"dependencies": {
"@babel/runtime": "^7.16.3",
"@jbrowse/app-core": "^3.0.0",
"@jbrowse/product-core": "^3.0.0",
"@jbrowse/app-core": "^3.0.1",
"@jbrowse/product-core": "^3.0.1",
"@mui/icons-material": "^6.0.0",
"@mui/material": "^6.0.0",
"copy-to-clipboard": "^3.3.1",
Expand Down
16 changes: 8 additions & 8 deletions plugins/alignments/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jbrowse/plugin-alignments",
"version": "3.0.0",
"version": "3.0.1",
"description": "JBrowse 2 alignments adapters, tracks, etc.",
"keywords": [
"jbrowse",
Expand Down Expand Up @@ -38,21 +38,21 @@
"dependencies": {
"@gmod/bam": "^5.0.0",
"@gmod/cram": "^4.0.1",
"@jbrowse/sv-core": "^3.0.0",
"@jbrowse/core": "^3.0.1",
"@jbrowse/plugin-linear-genome-view": "^3.0.1",
"@jbrowse/plugin-wiggle": "^3.0.1",
"@jbrowse/sv-core": "^3.0.1",
"@mui/icons-material": "^6.0.0",
"@mui/material": "^6.0.0",
"canvas2svg": "^1.0.16",
"copy-to-clipboard": "^3.3.1",
"fast-deep-equal": "^3.1.3",
"generic-filehandle2": "^1.0.0",
"@jbrowse/core": "^3.0.0",
"@jbrowse/plugin-linear-genome-view": "^3.0.0",
"@jbrowse/plugin-wiggle": "^3.0.0",
"@mui/material": "^6.0.0",
"mobx": "^6.0.0",
"mobx-react": "^9.0.0",
"mobx-state-tree": "^5.0.0",
"tss-react": "^4.0.0",
"rxjs": "^7.0.0"
"rxjs": "^7.0.0",
"tss-react": "^4.0.0"
},
"peerDependencies": {
"react": ">=18.0.0"
Expand Down
8 changes: 4 additions & 4 deletions plugins/arc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jbrowse/plugin-arc",
"version": "3.0.0",
"version": "3.0.1",
"description": "JBrowse 2 arc adapters, tracks, etc.",
"keywords": [
"jbrowse",
Expand Down Expand Up @@ -36,9 +36,9 @@
"clean": "rimraf dist esm *.tsbuildinfo"
},
"dependencies": {
"@jbrowse/core": "^3.0.0",
"@jbrowse/plugin-linear-genome-view": "^3.0.0",
"@jbrowse/plugin-wiggle": "^3.0.0",
"@jbrowse/core": "^3.0.1",
"@jbrowse/plugin-linear-genome-view": "^3.0.1",
"@jbrowse/plugin-wiggle": "^3.0.1",
"@mui/material": "^6.0.0",
"mobx": "^6.0.0",
"mobx-react": "^9.0.0",
Expand Down
6 changes: 3 additions & 3 deletions plugins/authentication/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jbrowse/plugin-authentication",
"version": "3.0.0",
"version": "3.0.1",
"description": "JBrowse 2 Authentication",
"keywords": [
"jbrowse",
Expand Down Expand Up @@ -36,10 +36,10 @@
"clean": "rimraf dist esm *.tsbuildinfo"
},
"dependencies": {
"@jbrowse/core": "^3.0.1",
"@mui/material": "^6.0.0",
"crypto-js": "^4.2.0",
"generic-filehandle2": "^1.0.0",
"@jbrowse/core": "^3.0.0",
"@mui/material": "^6.0.0",
"mobx": "^6.0.0",
"mobx-react": "^9.0.0",
"mobx-state-tree": "^5.0.0",
Expand Down
4 changes: 2 additions & 2 deletions plugins/bed/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jbrowse/plugin-bed",
"version": "3.0.0",
"version": "3.0.1",
"description": "JBrowse 2 bed adapters, tracks, etc.",
"keywords": [
"jbrowse",
Expand Down Expand Up @@ -41,7 +41,7 @@
"@gmod/bed": "^2.1.2",
"@gmod/bgzf-filehandle": "^2.0.1",
"@gmod/tabix": "^2.0.0",
"@jbrowse/core": "^3.0.0",
"@jbrowse/core": "^3.0.1",
"mobx": "^6.0.0",
"mobx-react": "^9.0.0",
"mobx-state-tree": "^5.0.0",
Expand Down
8 changes: 4 additions & 4 deletions plugins/breakpoint-split-view/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jbrowse/plugin-breakpoint-split-view",
"version": "3.0.0",
"version": "3.0.1",
"description": "JBrowse 2 breakpoint detail split view",
"keywords": [
"jbrowse",
Expand Down Expand Up @@ -37,12 +37,12 @@
},
"dependencies": {
"@gmod/vcf": "^6.0.0",
"@jbrowse/core": "^3.0.1",
"@jbrowse/plugin-linear-genome-view": "^3.0.1",
"@mui/icons-material": "^6.0.0",
"@mui/material": "^6.0.0",
"@types/file-saver": "^2.0.1",
"file-saver": "^2.0.0",
"@jbrowse/core": "^3.0.0",
"@jbrowse/plugin-linear-genome-view": "^3.0.0",
"@mui/material": "^6.0.0",
"mobx": "^6.0.0",
"mobx-react": "^9.0.0",
"mobx-state-tree": "^5.0.0",
Expand Down
6 changes: 3 additions & 3 deletions plugins/circular-view/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jbrowse/plugin-circular-view",
"version": "3.0.0",
"version": "3.0.1",
"description": "JBrowse 2 circular view",
"keywords": [
"jbrowse",
Expand Down Expand Up @@ -36,11 +36,11 @@
"clean": "rimraf dist esm *.tsbuildinfo"
},
"dependencies": {
"@jbrowse/core": "^3.0.1",
"@mui/icons-material": "^6.0.0",
"@mui/material": "^6.0.0",
"@types/file-saver": "^2.0.0",
"file-saver": "^2.0.0",
"@jbrowse/core": "^3.0.0",
"@mui/material": "^6.0.0",
"mobx": "^6.0.0",
"mobx-react": "^9.0.0",
"mobx-state-tree": "^5.0.0",
Expand Down
10 changes: 5 additions & 5 deletions plugins/comparative-adapters/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jbrowse/plugin-comparative-adapters",
"version": "3.0.0",
"version": "3.0.1",
"description": "JBrowse 2 comparative adapters",
"keywords": [
"jbrowse",
Expand Down Expand Up @@ -38,11 +38,11 @@
"dependencies": {
"@gmod/bgzf-filehandle": "^2.0.1",
"@gmod/tabix": "^2.0.0",
"generic-filehandle2": "^1.0.0",
"@jbrowse/core": "^3.0.0",
"@jbrowse/plugin-alignments": "^3.0.0",
"@jbrowse/plugin-linear-genome-view": "^3.0.0",
"@jbrowse/core": "^3.0.1",
"@jbrowse/plugin-alignments": "^3.0.1",
"@jbrowse/plugin-linear-genome-view": "^3.0.1",
"@mui/material": "^6.0.0",
"generic-filehandle2": "^1.0.0",
"mobx": "^6.0.0",
"mobx-react": "^9.0.0",
"mobx-state-tree": "^5.0.0",
Expand Down
6 changes: 3 additions & 3 deletions plugins/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jbrowse/plugin-config",
"version": "3.0.0",
"version": "3.0.1",
"description": "JBrowse 2 config utilities",
"keywords": [
"jbrowse",
Expand Down Expand Up @@ -36,13 +36,13 @@
"clean": "rimraf dist esm *.tsbuildinfo"
},
"dependencies": {
"@jbrowse/core": "^3.0.1",
"@mui/icons-material": "^6.0.0",
"pluralize": "^8.0.0",
"@jbrowse/core": "^3.0.0",
"@mui/material": "^6.0.0",
"mobx": "^6.0.0",
"mobx-react": "^9.0.0",
"mobx-state-tree": "^5.0.0",
"pluralize": "^8.0.0",
"rxjs": "^7.0.0",
"tss-react": "^4.0.0"
},
Expand Down
16 changes: 8 additions & 8 deletions plugins/data-management/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jbrowse/plugin-data-management",
"version": "3.0.0",
"version": "3.0.1",
"description": "JBrowse 2 linear genome view",
"keywords": [
"jbrowse",
Expand Down Expand Up @@ -37,19 +37,19 @@
},
"dependencies": {
"@gmod/ucsc-hub": "^1.0.0",
"@jbrowse/core": "^3.0.1",
"@jbrowse/plugin-config": "^3.0.1",
"@jbrowse/product-core": "^3.0.1",
"@mui/icons-material": "^6.0.0",
"@mui/material": "^6.0.0",
"@mui/x-data-grid": "^7.0.0",
"deepmerge": "^4.3.1",
"react-virtualized-auto-sizer": "^1.0.2",
"react-vtree": "^3.0.0-beta.1",
"react-window": "^1.8.6",
"@jbrowse/core": "^3.0.0",
"@jbrowse/plugin-config": "^3.0.0",
"@jbrowse/product-core": "^3.0.0",
"@mui/material": "^6.0.0",
"mobx": "^6.0.0",
"mobx-react": "^9.0.0",
"mobx-state-tree": "^5.0.0",
"react-virtualized-auto-sizer": "^1.0.2",
"react-vtree": "^3.0.0-beta.1",
"react-window": "^1.8.6",
"tss-react": "^4.0.0"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 59ff465

Please sign in to comment.