Skip to content

Commit

Permalink
[update docs] v2.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Jan 11, 2023
1 parent addf7ab commit 283e038
Show file tree
Hide file tree
Showing 41 changed files with 145 additions and 145 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.3.2",
"version": "2.3.3",
"npmClient": "yarn",
"useWorkspaces": true
}
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jbrowse/core",
"version": "2.3.2",
"version": "2.3.3",
"description": "JBrowse 2 core libraries used by plugins",
"keywords": [
"jbrowse",
Expand Down Expand Up @@ -28,9 +28,9 @@
"build": "tsc -b tsconfig.build.json && cp package.json README.md ../../LICENSE dist/"
},
"dependencies": {
"@types/clone": "^2.0.0",
"@babel/runtime": "^7.17.9",
"@mui/icons-material": "^5.0.1",
"@types/clone": "^2.0.0",
"abortable-promise-cache": "^1.5.0",
"canvas-sequencer": "^3.1.0",
"canvas2svg": "^1.0.16",
Expand Down
2 changes: 1 addition & 1 deletion packages/text-indexing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jbrowse/text-indexing",
"version": "2.3.2",
"version": "2.3.3",
"description": "JBrowse 2 text indexing for desktop",
"keywords": [
"jbrowse",
Expand Down
2 changes: 1 addition & 1 deletion plugins/alignments/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jbrowse/plugin-alignments",
"version": "2.3.2",
"version": "2.3.3",
"description": "JBrowse 2 alignments adapters, tracks, etc.",
"keywords": [
"jbrowse",
Expand Down
2 changes: 1 addition & 1 deletion plugins/arc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jbrowse/plugin-arc",
"version": "2.3.2",
"version": "2.3.3",
"description": "JBrowse 2 arc adapters, tracks, etc.",
"keywords": [
"jbrowse",
Expand Down
2 changes: 1 addition & 1 deletion plugins/authentication/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jbrowse/plugin-authentication",
"version": "2.3.2",
"version": "2.3.3",
"description": "JBrowse 2 Authentication",
"keywords": [
"jbrowse",
Expand Down
2 changes: 1 addition & 1 deletion plugins/bed/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jbrowse/plugin-bed",
"version": "2.3.2",
"version": "2.3.3",
"description": "JBrowse 2 bed adapters, tracks, etc.",
"keywords": [
"jbrowse",
Expand Down
2 changes: 1 addition & 1 deletion 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": "2.3.2",
"version": "2.3.3",
"description": "JBrowse 2 breakpoint detail split view",
"keywords": [
"jbrowse",
Expand Down
2 changes: 1 addition & 1 deletion 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": "2.3.2",
"version": "2.3.3",
"description": "JBrowse 2 circular view",
"keywords": [
"jbrowse",
Expand Down
2 changes: 1 addition & 1 deletion 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": "2.3.2",
"version": "2.3.3",
"description": "JBrowse 2 comparative adapters",
"keywords": [
"jbrowse",
Expand Down
2 changes: 1 addition & 1 deletion plugins/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jbrowse/plugin-config",
"version": "2.3.2",
"version": "2.3.3",
"description": "JBrowse 2 config utilities",
"keywords": [
"jbrowse",
Expand Down
2 changes: 1 addition & 1 deletion 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": "2.3.2",
"version": "2.3.3",
"description": "JBrowse 2 linear genome view",
"keywords": [
"jbrowse",
Expand Down
4 changes: 2 additions & 2 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": "2.3.2",
"version": "2.3.3",
"description": "JBrowse 2 dotplot view",
"keywords": [
"jbrowse",
Expand Down Expand Up @@ -37,9 +37,9 @@
"clean": "rimraf dist esm *.tsbuildinfo"
},
"dependencies": {
"@types/normalize-wheel": "^1.0.0",
"@mui/icons-material": "^5.0.1",
"@mui/x-data-grid": "^5.0.1",
"@types/normalize-wheel": "^1.0.0",
"clone": "^2.1.2",
"normalize-wheel": "^1.0.1"
},
Expand Down
2 changes: 1 addition & 1 deletion plugins/gccontent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jbrowse/plugin-gccontent",
"version": "2.3.2",
"version": "2.3.3",
"description": "JBrowse 2 gccontent concepts",
"keywords": [
"jbrowse",
Expand Down
2 changes: 1 addition & 1 deletion plugins/gff3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jbrowse/plugin-gff3",
"version": "2.3.2",
"version": "2.3.3",
"description": "JBrowse 2 gff3.",
"keywords": [
"jbrowse",
Expand Down
4 changes: 2 additions & 2 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": "2.3.2",
"version": "2.3.3",
"description": "JBrowse 2 grid bookmark widget",
"keywords": [
"jbrowse",
Expand Down Expand Up @@ -37,8 +37,8 @@
"clean": "rimraf dist esm *.tsbuildinfo"
},
"dependencies": {
"@types/file-saver": "^2.0.1",
"@mui/icons-material": "^5.0.1",
"@types/file-saver": "^2.0.1",
"file-saver": "^2.0.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/gtf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jbrowse/plugin-gtf",
"version": "2.3.2",
"version": "2.3.3",
"description": "JBrowse 2 gtf feature adapter",
"keywords": [
"jbrowse",
Expand Down
2 changes: 1 addition & 1 deletion plugins/hic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jbrowse/plugin-hic",
"version": "2.3.2",
"version": "2.3.3",
"description": "JBrowse 2 hic adapters, tracks, etc.",
"keywords": [
"jbrowse",
Expand Down
4 changes: 2 additions & 2 deletions plugins/jobs-management/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jbrowse/plugin-jobs-management",
"version": "2.3.2",
"version": "2.3.3",
"description": "JBrowse 2 jobs management",
"keywords": [
"jbrowse",
Expand Down Expand Up @@ -37,7 +37,7 @@
"clean": "rimraf dist esm *.tsbuildinfo"
},
"dependencies": {
"@jbrowse/text-indexing": "^2.3.2",
"@jbrowse/text-indexing": "^2.3.3",
"@mui/icons-material": "^5.0.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/legacy-jbrowse/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jbrowse/plugin-legacy-jbrowse",
"version": "2.3.2",
"version": "2.3.3",
"description": "JBrowse 2 plugin for connecting to and reading JBrowse 1 data",
"keywords": [
"jbrowse",
Expand Down
2 changes: 1 addition & 1 deletion plugins/linear-comparative-view/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jbrowse/plugin-linear-comparative-view",
"version": "2.3.2",
"version": "2.3.3",
"description": "JBrowse 2 linear comparative view",
"keywords": [
"jbrowse",
Expand Down
6 changes: 3 additions & 3 deletions plugins/linear-genome-view/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jbrowse/plugin-linear-genome-view",
"version": "2.3.2",
"version": "2.3.3",
"description": "JBrowse 2 linear genome view",
"keywords": [
"jbrowse",
Expand Down Expand Up @@ -39,10 +39,10 @@
"useSrc": "node ../../scripts/useSrc.js"
},
"dependencies": {
"@types/normalize-wheel": "^1.0.0",
"@types/file-saver": "^2.0.1",
"@mui/icons-material": "^5.0.1",
"@popperjs/core": "^2.11.0",
"@types/file-saver": "^2.0.1",
"@types/normalize-wheel": "^1.0.0",
"clone": "^2.1.2",
"clsx": "^1.0.4",
"copy-to-clipboard": "^3.3.1",
Expand Down
2 changes: 1 addition & 1 deletion plugins/lollipop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jbrowse/plugin-lollipop",
"version": "2.3.2",
"version": "2.3.3",
"description": "JBrowse 2 plugin for lollipops",
"keywords": [
"jbrowse",
Expand Down
2 changes: 1 addition & 1 deletion plugins/menus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jbrowse/plugin-menus",
"version": "2.3.2",
"version": "2.3.3",
"description": "JBrowse 2 basic menus",
"keywords": [
"jbrowse",
Expand Down
2 changes: 1 addition & 1 deletion plugins/rdf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jbrowse/plugin-rdf",
"version": "2.3.2",
"version": "2.3.3",
"description": "JBrowse 2 RDF resources",
"keywords": [
"jbrowse",
Expand Down
2 changes: 1 addition & 1 deletion plugins/sequence/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jbrowse/plugin-sequence",
"version": "2.3.2",
"version": "2.3.3",
"description": "JBrowse 2 sequence adapters, tracks, etc.",
"keywords": [
"jbrowse",
Expand Down
4 changes: 2 additions & 2 deletions plugins/spreadsheet-view/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jbrowse/plugin-spreadsheet-view",
"version": "2.3.2",
"version": "2.3.3",
"description": "JBrowse 2 spreadsheet view",
"keywords": [
"jbrowse",
Expand Down Expand Up @@ -39,7 +39,7 @@
"dependencies": {
"@gmod/bgzf-filehandle": "^1.4.3",
"@gmod/vcf": "^5.0.9",
"@jbrowse/plugin-variants": "^2.3.2",
"@jbrowse/plugin-variants": "^2.3.3",
"@mui/icons-material": "^5.0.1",
"csvtojson": "^2.0.10"
},
Expand Down
2 changes: 1 addition & 1 deletion plugins/sv-inspector/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jbrowse/plugin-sv-inspector",
"version": "2.3.2",
"version": "2.3.3",
"description": "JBrowse 2 SV inspector view",
"keywords": [
"jbrowse",
Expand Down
2 changes: 1 addition & 1 deletion plugins/svg/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jbrowse/plugin-svg",
"version": "2.3.2",
"version": "2.3.3",
"description": "JBrowse 2 plugin for svg features",
"keywords": [
"jbrowse",
Expand Down
4 changes: 2 additions & 2 deletions plugins/text-indexing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jbrowse/plugin-text-indexing",
"version": "2.3.2",
"version": "2.3.3",
"description": "JBrowse 2 text indexing rpc method",
"keywords": [
"jbrowse",
Expand Down Expand Up @@ -37,7 +37,7 @@
"clean": "rimraf dist esm *.tsbuildinfo"
},
"dependencies": {
"@jbrowse/text-indexing": "^2.3.2"
"@jbrowse/text-indexing": "^2.3.3"
},
"peerDependencies": {
"@jbrowse/core": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion plugins/trix/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jbrowse/plugin-trix",
"version": "2.3.2",
"version": "2.3.3",
"description": "JBrowse 2 trix text search adapter",
"keywords": [
"jbrowse",
Expand Down
2 changes: 1 addition & 1 deletion plugins/variants/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jbrowse/plugin-variants",
"version": "2.3.2",
"version": "2.3.3",
"description": "JBrowse 2 variant adapters, tracks, etc.",
"keywords": [
"jbrowse",
Expand Down
2 changes: 1 addition & 1 deletion plugins/wiggle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jbrowse/plugin-wiggle",
"version": "2.3.2",
"version": "2.3.3",
"description": "JBrowse 2 wiggle adapters, tracks, etc.",
"keywords": [
"jbrowse",
Expand Down
Loading

0 comments on commit 283e038

Please sign in to comment.