Skip to content

Commit

Permalink
Tag release v0.1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettjstevens committed Oct 22, 2024
1 parent 0fc65ed commit fe0721f
Show file tree
Hide file tree
Showing 18 changed files with 71 additions and 71 deletions.
66 changes: 33 additions & 33 deletions packages/apollo-cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ $ npm install -g @apollo-annotation/cli
$ apollo COMMAND
running command...
$ apollo (--version)
@apollo-annotation/cli/0.1.20 linux-x64 node-v20.17.0
@apollo-annotation/cli/0.1.21 linux-x64 node-v20.17.0
$ apollo --help [COMMAND]
USAGE
$ apollo COMMAND
Expand Down Expand Up @@ -108,7 +108,7 @@ EXAMPLES
```

_See code:
[src/commands/assembly/add-from-fasta.ts](https://github.com/GMOD/Apollo3/blob/v0.1.20/packages/apollo-cli/src/commands/assembly/add-from-fasta.ts)_
[src/commands/assembly/add-from-fasta.ts](https://github.com/GMOD/Apollo3/blob/v0.1.21/packages/apollo-cli/src/commands/assembly/add-from-fasta.ts)_

## `apollo assembly add-from-gff INPUT-FILE`

Expand Down Expand Up @@ -144,7 +144,7 @@ EXAMPLES
```

_See code:
[src/commands/assembly/add-from-gff.ts](https://github.com/GMOD/Apollo3/blob/v0.1.20/packages/apollo-cli/src/commands/assembly/add-from-gff.ts)_
[src/commands/assembly/add-from-gff.ts](https://github.com/GMOD/Apollo3/blob/v0.1.21/packages/apollo-cli/src/commands/assembly/add-from-gff.ts)_

## `apollo assembly check`

Expand Down Expand Up @@ -186,7 +186,7 @@ EXAMPLES
```

_See code:
[src/commands/assembly/check.ts](https://github.com/GMOD/Apollo3/blob/v0.1.20/packages/apollo-cli/src/commands/assembly/check.ts)_
[src/commands/assembly/check.ts](https://github.com/GMOD/Apollo3/blob/v0.1.21/packages/apollo-cli/src/commands/assembly/check.ts)_

## `apollo assembly delete`

Expand Down Expand Up @@ -214,7 +214,7 @@ EXAMPLES
```

_See code:
[src/commands/assembly/delete.ts](https://github.com/GMOD/Apollo3/blob/v0.1.20/packages/apollo-cli/src/commands/assembly/delete.ts)_
[src/commands/assembly/delete.ts](https://github.com/GMOD/Apollo3/blob/v0.1.21/packages/apollo-cli/src/commands/assembly/delete.ts)_

## `apollo assembly get`

Expand All @@ -236,7 +236,7 @@ DESCRIPTION
```

_See code:
[src/commands/assembly/get.ts](https://github.com/GMOD/Apollo3/blob/v0.1.20/packages/apollo-cli/src/commands/assembly/get.ts)_
[src/commands/assembly/get.ts](https://github.com/GMOD/Apollo3/blob/v0.1.21/packages/apollo-cli/src/commands/assembly/get.ts)_

## `apollo assembly sequence`

Expand Down Expand Up @@ -271,7 +271,7 @@ EXAMPLES
```

_See code:
[src/commands/assembly/sequence.ts](https://github.com/GMOD/Apollo3/blob/v0.1.20/packages/apollo-cli/src/commands/assembly/sequence.ts)_
[src/commands/assembly/sequence.ts](https://github.com/GMOD/Apollo3/blob/v0.1.21/packages/apollo-cli/src/commands/assembly/sequence.ts)_

## `apollo change get`

Expand All @@ -295,7 +295,7 @@ DESCRIPTION
```

_See code:
[src/commands/change/get.ts](https://github.com/GMOD/Apollo3/blob/v0.1.20/packages/apollo-cli/src/commands/change/get.ts)_
[src/commands/change/get.ts](https://github.com/GMOD/Apollo3/blob/v0.1.21/packages/apollo-cli/src/commands/change/get.ts)_

## `apollo config [KEY] [VALUE]`

Expand Down Expand Up @@ -350,7 +350,7 @@ EXAMPLES
```

_See code:
[src/commands/config.ts](https://github.com/GMOD/Apollo3/blob/v0.1.20/packages/apollo-cli/src/commands/config.ts)_
[src/commands/config.ts](https://github.com/GMOD/Apollo3/blob/v0.1.21/packages/apollo-cli/src/commands/config.ts)_

## `apollo feature add-child`

Expand Down Expand Up @@ -381,7 +381,7 @@ EXAMPLES
```

_See code:
[src/commands/feature/add-child.ts](https://github.com/GMOD/Apollo3/blob/v0.1.20/packages/apollo-cli/src/commands/feature/add-child.ts)_
[src/commands/feature/add-child.ts](https://github.com/GMOD/Apollo3/blob/v0.1.21/packages/apollo-cli/src/commands/feature/add-child.ts)_

## `apollo feature check`

Expand Down Expand Up @@ -414,7 +414,7 @@ EXAMPLES
```

_See code:
[src/commands/feature/check.ts](https://github.com/GMOD/Apollo3/blob/v0.1.20/packages/apollo-cli/src/commands/feature/check.ts)_
[src/commands/feature/check.ts](https://github.com/GMOD/Apollo3/blob/v0.1.21/packages/apollo-cli/src/commands/feature/check.ts)_

## `apollo feature copy`

Expand Down Expand Up @@ -445,7 +445,7 @@ EXAMPLES
```

_See code:
[src/commands/feature/copy.ts](https://github.com/GMOD/Apollo3/blob/v0.1.20/packages/apollo-cli/src/commands/feature/copy.ts)_
[src/commands/feature/copy.ts](https://github.com/GMOD/Apollo3/blob/v0.1.21/packages/apollo-cli/src/commands/feature/copy.ts)_

## `apollo feature delete`

Expand All @@ -469,7 +469,7 @@ DESCRIPTION
```

_See code:
[src/commands/feature/delete.ts](https://github.com/GMOD/Apollo3/blob/v0.1.20/packages/apollo-cli/src/commands/feature/delete.ts)_
[src/commands/feature/delete.ts](https://github.com/GMOD/Apollo3/blob/v0.1.21/packages/apollo-cli/src/commands/feature/delete.ts)_

## `apollo feature edit`

Expand Down Expand Up @@ -511,7 +511,7 @@ EXAMPLES
```

_See code:
[src/commands/feature/edit.ts](https://github.com/GMOD/Apollo3/blob/v0.1.20/packages/apollo-cli/src/commands/feature/edit.ts)_
[src/commands/feature/edit.ts](https://github.com/GMOD/Apollo3/blob/v0.1.21/packages/apollo-cli/src/commands/feature/edit.ts)_

## `apollo feature edit-attribute`

Expand Down Expand Up @@ -551,7 +551,7 @@ EXAMPLES
```

_See code:
[src/commands/feature/edit-attribute.ts](https://github.com/GMOD/Apollo3/blob/v0.1.20/packages/apollo-cli/src/commands/feature/edit-attribute.ts)_
[src/commands/feature/edit-attribute.ts](https://github.com/GMOD/Apollo3/blob/v0.1.21/packages/apollo-cli/src/commands/feature/edit-attribute.ts)_

## `apollo feature edit-coords`

Expand Down Expand Up @@ -585,7 +585,7 @@ EXAMPLES
```

_See code:
[src/commands/feature/edit-coords.ts](https://github.com/GMOD/Apollo3/blob/v0.1.20/packages/apollo-cli/src/commands/feature/edit-coords.ts)_
[src/commands/feature/edit-coords.ts](https://github.com/GMOD/Apollo3/blob/v0.1.21/packages/apollo-cli/src/commands/feature/edit-coords.ts)_

## `apollo feature edit-type`

Expand All @@ -609,7 +609,7 @@ DESCRIPTION
```

_See code:
[src/commands/feature/edit-type.ts](https://github.com/GMOD/Apollo3/blob/v0.1.20/packages/apollo-cli/src/commands/feature/edit-type.ts)_
[src/commands/feature/edit-type.ts](https://github.com/GMOD/Apollo3/blob/v0.1.21/packages/apollo-cli/src/commands/feature/edit-type.ts)_

## `apollo feature get`

Expand Down Expand Up @@ -643,7 +643,7 @@ EXAMPLES
```

_See code:
[src/commands/feature/get.ts](https://github.com/GMOD/Apollo3/blob/v0.1.20/packages/apollo-cli/src/commands/feature/get.ts)_
[src/commands/feature/get.ts](https://github.com/GMOD/Apollo3/blob/v0.1.21/packages/apollo-cli/src/commands/feature/get.ts)_

## `apollo feature get-id`

Expand Down Expand Up @@ -671,7 +671,7 @@ EXAMPLES
```

_See code:
[src/commands/feature/get-id.ts](https://github.com/GMOD/Apollo3/blob/v0.1.20/packages/apollo-cli/src/commands/feature/get-id.ts)_
[src/commands/feature/get-id.ts](https://github.com/GMOD/Apollo3/blob/v0.1.21/packages/apollo-cli/src/commands/feature/get-id.ts)_

## `apollo feature import INPUT-FILE`

Expand Down Expand Up @@ -702,7 +702,7 @@ EXAMPLES
```

_See code:
[src/commands/feature/import.ts](https://github.com/GMOD/Apollo3/blob/v0.1.20/packages/apollo-cli/src/commands/feature/import.ts)_
[src/commands/feature/import.ts](https://github.com/GMOD/Apollo3/blob/v0.1.21/packages/apollo-cli/src/commands/feature/import.ts)_

## `apollo feature search`

Expand Down Expand Up @@ -753,7 +753,7 @@ EXAMPLES
```

_See code:
[src/commands/feature/search.ts](https://github.com/GMOD/Apollo3/blob/v0.1.20/packages/apollo-cli/src/commands/feature/search.ts)_
[src/commands/feature/search.ts](https://github.com/GMOD/Apollo3/blob/v0.1.21/packages/apollo-cli/src/commands/feature/search.ts)_

## `apollo file delete`

Expand All @@ -780,7 +780,7 @@ EXAMPLES
```

_See code:
[src/commands/file/delete.ts](https://github.com/GMOD/Apollo3/blob/v0.1.20/packages/apollo-cli/src/commands/file/delete.ts)_
[src/commands/file/delete.ts](https://github.com/GMOD/Apollo3/blob/v0.1.21/packages/apollo-cli/src/commands/file/delete.ts)_

## `apollo file download`

Expand Down Expand Up @@ -808,7 +808,7 @@ EXAMPLES
```

_See code:
[src/commands/file/download.ts](https://github.com/GMOD/Apollo3/blob/v0.1.20/packages/apollo-cli/src/commands/file/download.ts)_
[src/commands/file/download.ts](https://github.com/GMOD/Apollo3/blob/v0.1.21/packages/apollo-cli/src/commands/file/download.ts)_

## `apollo file get`

Expand All @@ -835,7 +835,7 @@ EXAMPLES
```

_See code:
[src/commands/file/get.ts](https://github.com/GMOD/Apollo3/blob/v0.1.20/packages/apollo-cli/src/commands/file/get.ts)_
[src/commands/file/get.ts](https://github.com/GMOD/Apollo3/blob/v0.1.21/packages/apollo-cli/src/commands/file/get.ts)_

## `apollo file upload INPUT-FILE`

Expand Down Expand Up @@ -872,7 +872,7 @@ EXAMPLES
```

_See code:
[src/commands/file/upload.ts](https://github.com/GMOD/Apollo3/blob/v0.1.20/packages/apollo-cli/src/commands/file/upload.ts)_
[src/commands/file/upload.ts](https://github.com/GMOD/Apollo3/blob/v0.1.21/packages/apollo-cli/src/commands/file/upload.ts)_

## `apollo help [COMMANDS]`

Expand Down Expand Up @@ -919,7 +919,7 @@ EXAMPLES
```

_See code:
[src/commands/jbrowse/get-config.ts](https://github.com/GMOD/Apollo3/blob/v0.1.20/packages/apollo-cli/src/commands/jbrowse/get-config.ts)_
[src/commands/jbrowse/get-config.ts](https://github.com/GMOD/Apollo3/blob/v0.1.21/packages/apollo-cli/src/commands/jbrowse/get-config.ts)_

## `apollo jbrowse set-config INPUTFILE`

Expand Down Expand Up @@ -948,7 +948,7 @@ EXAMPLES
```

_See code:
[src/commands/jbrowse/set-config.ts](https://github.com/GMOD/Apollo3/blob/v0.1.20/packages/apollo-cli/src/commands/jbrowse/set-config.ts)_
[src/commands/jbrowse/set-config.ts](https://github.com/GMOD/Apollo3/blob/v0.1.21/packages/apollo-cli/src/commands/jbrowse/set-config.ts)_

## `apollo login`

Expand Down Expand Up @@ -987,7 +987,7 @@ EXAMPLES
```

_See code:
[src/commands/login.ts](https://github.com/GMOD/Apollo3/blob/v0.1.20/packages/apollo-cli/src/commands/login.ts)_
[src/commands/login.ts](https://github.com/GMOD/Apollo3/blob/v0.1.21/packages/apollo-cli/src/commands/login.ts)_

## `apollo logout`

Expand Down Expand Up @@ -1017,7 +1017,7 @@ EXAMPLES
```

_See code:
[src/commands/logout.ts](https://github.com/GMOD/Apollo3/blob/v0.1.20/packages/apollo-cli/src/commands/logout.ts)_
[src/commands/logout.ts](https://github.com/GMOD/Apollo3/blob/v0.1.21/packages/apollo-cli/src/commands/logout.ts)_

## `apollo refseq add-alias INPUT-FILE`

Expand Down Expand Up @@ -1048,7 +1048,7 @@ EXAMPLES
```

_See code:
[src/commands/refseq/add-alias.ts](https://github.com/GMOD/Apollo3/blob/v0.1.20/packages/apollo-cli/src/commands/refseq/add-alias.ts)_
[src/commands/refseq/add-alias.ts](https://github.com/GMOD/Apollo3/blob/v0.1.21/packages/apollo-cli/src/commands/refseq/add-alias.ts)_

## `apollo refseq get`

Expand Down Expand Up @@ -1080,7 +1080,7 @@ EXAMPLES
```

_See code:
[src/commands/refseq/get.ts](https://github.com/GMOD/Apollo3/blob/v0.1.20/packages/apollo-cli/src/commands/refseq/get.ts)_
[src/commands/refseq/get.ts](https://github.com/GMOD/Apollo3/blob/v0.1.21/packages/apollo-cli/src/commands/refseq/get.ts)_

## `apollo status`

Expand All @@ -1102,7 +1102,7 @@ DESCRIPTION
```

_See code:
[src/commands/status.ts](https://github.com/GMOD/Apollo3/blob/v0.1.20/packages/apollo-cli/src/commands/status.ts)_
[src/commands/status.ts](https://github.com/GMOD/Apollo3/blob/v0.1.21/packages/apollo-cli/src/commands/status.ts)_

## `apollo user get`

Expand Down Expand Up @@ -1138,6 +1138,6 @@ EXAMPLES
```

_See code:
[src/commands/user/get.ts](https://github.com/GMOD/Apollo3/blob/v0.1.20/packages/apollo-cli/src/commands/user/get.ts)_
[src/commands/user/get.ts](https://github.com/GMOD/Apollo3/blob/v0.1.21/packages/apollo-cli/src/commands/user/get.ts)_

<!-- commandsstop -->
2 changes: 1 addition & 1 deletion packages/apollo-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apollo-annotation/cli",
"version": "0.1.20",
"version": "0.1.21",
"description": "Command line interface for the Apollo annotation server",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apollo-annotation/common",
"version": "0.1.20",
"version": "0.1.21",
"repository": {
"type": "git",
"url": "https://github.com/GMOD/Apollo3.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-mst/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apollo-annotation/mst",
"version": "0.1.20",
"version": "0.1.21",
"main": "./dist/index.js",
"scripts": {
"build": "tsc"
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-schemas/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apollo-annotation/schemas",
"version": "0.1.20",
"version": "0.1.21",
"main": "./dist/index.js",
"scripts": {
"build": "tsc"
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apollo-annotation/shared",
"version": "0.1.20",
"version": "0.1.21",
"main": "./dist/index.js",
"scripts": {
"build": "yarn clean && tsc --build",
Expand Down
2 changes: 1 addition & 1 deletion packages/jbrowse-plugin-apollo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apollo-annotation/jbrowse-plugin-apollo",
"version": "0.1.20",
"version": "0.1.21",
"description": "Apollo plugin for JBrowse 2",
"keywords": [
"jbrowse",
Expand Down
12 changes: 6 additions & 6 deletions packages/website/docs/cli/assembly.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ EXAMPLES
```

_See code:
[src/commands/assembly/add-from-fasta.ts](https://github.com/GMOD/Apollo3/blob/v0.1.20/packages/apollo-cli/src/commands/assembly/add-from-fasta.ts)_
[src/commands/assembly/add-from-fasta.ts](https://github.com/GMOD/Apollo3/blob/v0.1.21/packages/apollo-cli/src/commands/assembly/add-from-fasta.ts)_

## `apollo assembly add-from-gff INPUT-FILE`

Expand Down Expand Up @@ -90,7 +90,7 @@ EXAMPLES
```

_See code:
[src/commands/assembly/add-from-gff.ts](https://github.com/GMOD/Apollo3/blob/v0.1.20/packages/apollo-cli/src/commands/assembly/add-from-gff.ts)_
[src/commands/assembly/add-from-gff.ts](https://github.com/GMOD/Apollo3/blob/v0.1.21/packages/apollo-cli/src/commands/assembly/add-from-gff.ts)_

## `apollo assembly check`

Expand Down Expand Up @@ -132,7 +132,7 @@ EXAMPLES
```

_See code:
[src/commands/assembly/check.ts](https://github.com/GMOD/Apollo3/blob/v0.1.20/packages/apollo-cli/src/commands/assembly/check.ts)_
[src/commands/assembly/check.ts](https://github.com/GMOD/Apollo3/blob/v0.1.21/packages/apollo-cli/src/commands/assembly/check.ts)_

## `apollo assembly delete`

Expand Down Expand Up @@ -160,7 +160,7 @@ EXAMPLES
```

_See code:
[src/commands/assembly/delete.ts](https://github.com/GMOD/Apollo3/blob/v0.1.20/packages/apollo-cli/src/commands/assembly/delete.ts)_
[src/commands/assembly/delete.ts](https://github.com/GMOD/Apollo3/blob/v0.1.21/packages/apollo-cli/src/commands/assembly/delete.ts)_

## `apollo assembly get`

Expand All @@ -182,7 +182,7 @@ DESCRIPTION
```

_See code:
[src/commands/assembly/get.ts](https://github.com/GMOD/Apollo3/blob/v0.1.20/packages/apollo-cli/src/commands/assembly/get.ts)_
[src/commands/assembly/get.ts](https://github.com/GMOD/Apollo3/blob/v0.1.21/packages/apollo-cli/src/commands/assembly/get.ts)_

## `apollo assembly sequence`

Expand Down Expand Up @@ -217,4 +217,4 @@ EXAMPLES
```

_See code:
[src/commands/assembly/sequence.ts](https://github.com/GMOD/Apollo3/blob/v0.1.20/packages/apollo-cli/src/commands/assembly/sequence.ts)_
[src/commands/assembly/sequence.ts](https://github.com/GMOD/Apollo3/blob/v0.1.21/packages/apollo-cli/src/commands/assembly/sequence.ts)_
Loading

0 comments on commit fe0721f

Please sign in to comment.