Skip to content

Commit

Permalink
[update docs] v3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Feb 13, 2025
1 parent c5596e2 commit c01a35e
Show file tree
Hide file tree
Showing 47 changed files with 265 additions and 265 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.1",
"version": "3.0.2",
"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.1",
"version": "3.0.2",
"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.1",
"@jbrowse/product-core": "^3.0.2",
"@mui/icons-material": "^6.0.0",
"@mui/material": "^6.0.0",
"copy-to-clipboard": "^3.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jbrowse/core",
"version": "3.0.1",
"version": "3.0.2",
"description": "JBrowse 2 core libraries used by plugins",
"keywords": [
"jbrowse",
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.1",
"version": "3.0.2",
"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.1",
"@jbrowse/product-core": "^3.0.1",
"@jbrowse/core": "^3.0.2",
"@jbrowse/product-core": "^3.0.2",
"@mui/icons-material": "^6.0.0",
"@mui/material": "^6.0.0",
"copy-to-clipboard": "^3.3.1",
Expand Down
4 changes: 2 additions & 2 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.1",
"version": "3.0.2",
"sideEffects": false,
"description": "JBrowse 2 code shared between products but not used by plugins",
"keywords": [
Expand Down Expand Up @@ -43,7 +43,7 @@
},
"dependencies": {
"@babel/runtime": "^7.16.3",
"@jbrowse/core": "^3.0.1",
"@jbrowse/core": "^3.0.2",
"@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/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.1",
"version": "3.0.2",
"description": "JBrowse 2 code shared between sv type code",
"keywords": [
"jbrowse",
Expand Down Expand Up @@ -42,8 +42,8 @@
},
"dependencies": {
"@gmod/vcf": "^6.0.8",
"@jbrowse/core": "^3.0.1",
"@jbrowse/plugin-linear-genome-view": "^3.0.1",
"@jbrowse/core": "^3.0.2",
"@jbrowse/plugin-linear-genome-view": "^3.0.2",
"@mui/icons-material": "^6.0.0",
"@mui/material": "^6.0.0",
"mobx": "^6.0.0",
Expand Down
4 changes: 2 additions & 2 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.1",
"version": "3.0.2",
"description": "JBrowse 2 text indexing for desktop",
"keywords": [
"jbrowse",
Expand Down Expand Up @@ -42,7 +42,7 @@
},
"dependencies": {
"@babel/runtime": "^7.16.3",
"@jbrowse/core": "^3.0.1",
"@jbrowse/core": "^3.0.2",
"ixixx": "^2.0.1",
"mobx": "^6.0.0",
"mobx-react": "^9.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.1",
"version": "3.0.2",
"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.1",
"@jbrowse/product-core": "^3.0.1",
"@jbrowse/app-core": "^3.0.2",
"@jbrowse/product-core": "^3.0.2",
"@mui/icons-material": "^6.0.0",
"@mui/material": "^6.0.0",
"copy-to-clipboard": "^3.3.1",
Expand Down
10 changes: 5 additions & 5 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.1",
"version": "3.0.2",
"description": "JBrowse 2 alignments adapters, tracks, etc.",
"keywords": [
"jbrowse",
Expand Down Expand Up @@ -38,10 +38,10 @@
"dependencies": {
"@gmod/bam": "^5.0.0",
"@gmod/cram": "^4.0.1",
"@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",
"@jbrowse/core": "^3.0.2",
"@jbrowse/plugin-linear-genome-view": "^3.0.2",
"@jbrowse/plugin-wiggle": "^3.0.2",
"@jbrowse/sv-core": "^3.0.2",
"@mui/icons-material": "^6.0.0",
"@mui/material": "^6.0.0",
"canvas2svg": "^1.0.16",
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.1",
"version": "3.0.2",
"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.1",
"@jbrowse/plugin-linear-genome-view": "^3.0.1",
"@jbrowse/plugin-wiggle": "^3.0.1",
"@jbrowse/core": "^3.0.2",
"@jbrowse/plugin-linear-genome-view": "^3.0.2",
"@jbrowse/plugin-wiggle": "^3.0.2",
"@mui/material": "^6.0.0",
"mobx": "^6.0.0",
"mobx-react": "^9.0.0",
Expand Down
4 changes: 2 additions & 2 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.1",
"version": "3.0.2",
"description": "JBrowse 2 Authentication",
"keywords": [
"jbrowse",
Expand Down Expand Up @@ -36,7 +36,7 @@
"clean": "rimraf dist esm *.tsbuildinfo"
},
"dependencies": {
"@jbrowse/core": "^3.0.1",
"@jbrowse/core": "^3.0.2",
"@mui/material": "^6.0.0",
"crypto-js": "^4.2.0",
"generic-filehandle2": "^1.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.1",
"version": "3.0.2",
"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.1",
"@jbrowse/core": "^3.0.2",
"mobx": "^6.0.0",
"mobx-react": "^9.0.0",
"mobx-state-tree": "^5.0.0",
Expand Down
6 changes: 3 additions & 3 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.1",
"version": "3.0.2",
"description": "JBrowse 2 breakpoint detail split view",
"keywords": [
"jbrowse",
Expand Down Expand Up @@ -37,8 +37,8 @@
},
"dependencies": {
"@gmod/vcf": "^6.0.8",
"@jbrowse/core": "^3.0.1",
"@jbrowse/plugin-linear-genome-view": "^3.0.1",
"@jbrowse/core": "^3.0.2",
"@jbrowse/plugin-linear-genome-view": "^3.0.2",
"@mui/icons-material": "^6.0.0",
"@mui/material": "^6.0.0",
"@types/file-saver": "^2.0.1",
Expand Down
4 changes: 2 additions & 2 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.1",
"version": "3.0.2",
"description": "JBrowse 2 circular view",
"keywords": [
"jbrowse",
Expand Down Expand Up @@ -36,7 +36,7 @@
"clean": "rimraf dist esm *.tsbuildinfo"
},
"dependencies": {
"@jbrowse/core": "^3.0.1",
"@jbrowse/core": "^3.0.2",
"@mui/icons-material": "^6.0.0",
"@mui/material": "^6.0.0",
"@types/file-saver": "^2.0.0",
Expand Down
8 changes: 4 additions & 4 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.1",
"version": "3.0.2",
"description": "JBrowse 2 comparative adapters",
"keywords": [
"jbrowse",
Expand Down Expand Up @@ -38,9 +38,9 @@
"dependencies": {
"@gmod/bgzf-filehandle": "^2.0.1",
"@gmod/tabix": "^2.0.0",
"@jbrowse/core": "^3.0.1",
"@jbrowse/plugin-alignments": "^3.0.1",
"@jbrowse/plugin-linear-genome-view": "^3.0.1",
"@jbrowse/core": "^3.0.2",
"@jbrowse/plugin-alignments": "^3.0.2",
"@jbrowse/plugin-linear-genome-view": "^3.0.2",
"@mui/material": "^6.0.0",
"generic-filehandle2": "^1.0.0",
"mobx": "^6.0.0",
Expand Down
4 changes: 2 additions & 2 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.1",
"version": "3.0.2",
"description": "JBrowse 2 config utilities",
"keywords": [
"jbrowse",
Expand Down Expand Up @@ -36,7 +36,7 @@
"clean": "rimraf dist esm *.tsbuildinfo"
},
"dependencies": {
"@jbrowse/core": "^3.0.1",
"@jbrowse/core": "^3.0.2",
"@mui/icons-material": "^6.0.0",
"@mui/material": "^6.0.0",
"mobx": "^6.0.0",
Expand Down
8 changes: 4 additions & 4 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.1",
"version": "3.0.2",
"description": "JBrowse 2 linear genome view",
"keywords": [
"jbrowse",
Expand Down Expand Up @@ -37,9 +37,9 @@
},
"dependencies": {
"@gmod/ucsc-hub": "^1.0.0",
"@jbrowse/core": "^3.0.1",
"@jbrowse/plugin-config": "^3.0.1",
"@jbrowse/product-core": "^3.0.1",
"@jbrowse/core": "^3.0.2",
"@jbrowse/plugin-config": "^3.0.2",
"@jbrowse/product-core": "^3.0.2",
"@mui/icons-material": "^6.0.0",
"@mui/material": "^6.0.0",
"@mui/x-data-grid": "^7.0.0",
Expand Down
6 changes: 3 additions & 3 deletions plugins/dotplot-view/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jbrowse/plugin-dotplot-view",
"version": "3.0.1",
"version": "3.0.2",
"description": "JBrowse 2 dotplot view",
"keywords": [
"jbrowse",
Expand Down Expand Up @@ -36,8 +36,8 @@
"clean": "rimraf dist esm *.tsbuildinfo"
},
"dependencies": {
"@jbrowse/core": "^3.0.1",
"@jbrowse/plugin-alignments": "^3.0.1",
"@jbrowse/core": "^3.0.2",
"@jbrowse/plugin-alignments": "^3.0.2",
"@mui/icons-material": "^6.0.0",
"@mui/material": "^6.0.0",
"@mui/x-data-grid": "^7.0.0",
Expand Down
10 changes: 5 additions & 5 deletions plugins/gccontent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jbrowse/plugin-gccontent",
"version": "3.0.1",
"version": "3.0.2",
"description": "JBrowse 2 gccontent concepts",
"keywords": [
"jbrowse",
Expand Down Expand Up @@ -36,10 +36,10 @@
"clean": "rimraf dist esm *.tsbuildinfo"
},
"dependencies": {
"@jbrowse/core": "^3.0.1",
"@jbrowse/plugin-linear-genome-view": "^3.0.1",
"@jbrowse/plugin-sequence": "^3.0.1",
"@jbrowse/plugin-wiggle": "^3.0.1",
"@jbrowse/core": "^3.0.2",
"@jbrowse/plugin-linear-genome-view": "^3.0.2",
"@jbrowse/plugin-sequence": "^3.0.2",
"@jbrowse/plugin-wiggle": "^3.0.2",
"@mui/material": "^6.0.0",
"mobx": "^6.0.0",
"mobx-react": "^9.0.0",
Expand Down
6 changes: 3 additions & 3 deletions plugins/gff3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jbrowse/plugin-gff3",
"version": "3.0.1",
"version": "3.0.2",
"description": "JBrowse 2 gff3.",
"keywords": [
"jbrowse",
Expand Down Expand Up @@ -39,8 +39,8 @@
"@flatten-js/interval-tree": "^1.0.15",
"@gmod/bgzf-filehandle": "^2.0.1",
"@gmod/tabix": "^2.0.0",
"@jbrowse/core": "^3.0.1",
"@jbrowse/plugin-linear-genome-view": "^3.0.1",
"@jbrowse/core": "^3.0.2",
"@jbrowse/plugin-linear-genome-view": "^3.0.2",
"@mui/material": "^6.0.0",
"gff-nostream": "^1.3.3",
"mobx": "^6.0.0",
Expand Down
8 changes: 4 additions & 4 deletions plugins/grid-bookmark/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jbrowse/plugin-grid-bookmark",
"version": "3.0.1",
"version": "3.0.2",
"description": "JBrowse 2 grid bookmark widget",
"keywords": [
"jbrowse",
Expand Down Expand Up @@ -36,9 +36,9 @@
"clean": "rimraf dist esm *.tsbuildinfo"
},
"dependencies": {
"@jbrowse/core": "^3.0.1",
"@jbrowse/plugin-config": "^3.0.1",
"@jbrowse/plugin-linear-genome-view": "^3.0.1",
"@jbrowse/core": "^3.0.2",
"@jbrowse/plugin-config": "^3.0.2",
"@jbrowse/plugin-linear-genome-view": "^3.0.2",
"@mui/icons-material": "^6.0.0",
"@mui/material": "^6.0.0",
"@mui/x-data-grid": "^7.0.0",
Expand Down
6 changes: 3 additions & 3 deletions plugins/gtf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jbrowse/plugin-gtf",
"version": "3.0.1",
"version": "3.0.2",
"description": "JBrowse 2 gtf feature adapter",
"keywords": [
"jbrowse",
Expand Down Expand Up @@ -38,8 +38,8 @@
"dependencies": {
"@flatten-js/interval-tree": "^1.0.15",
"@gmod/bgzf-filehandle": "^2.0.1",
"@jbrowse/core": "^3.0.1",
"@jbrowse/plugin-linear-genome-view": "^3.0.1",
"@jbrowse/core": "^3.0.2",
"@jbrowse/plugin-linear-genome-view": "^3.0.2",
"@mui/material": "^6.0.0",
"gtf-nostream": "^1.0.0",
"mobx": "^6.0.0",
Expand Down
Loading

0 comments on commit c01a35e

Please sign in to comment.