Skip to content

Commit

Permalink
Tag release v0.1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettjstevens committed Oct 11, 2024
1 parent 78ad15c commit 0e10fe1
Show file tree
Hide file tree
Showing 18 changed files with 76 additions and 76 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.19 linux-x64 node-v20.17.0
@apollo-annotation/cli/0.1.20 linux-x64 node-v20.17.0
$ apollo --help [COMMAND]
USAGE
$ apollo COMMAND
Expand Down Expand Up @@ -109,7 +109,7 @@ EXAMPLES
```

_See code:
[src/commands/assembly/add-from-fasta.ts](https://github.com/GMOD/Apollo3/blob/v0.1.19/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.20/packages/apollo-cli/src/commands/assembly/add-from-fasta.ts)_

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

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

_See code:
[src/commands/assembly/add-from-gff.ts](https://github.com/GMOD/Apollo3/blob/v0.1.19/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.20/packages/apollo-cli/src/commands/assembly/add-from-gff.ts)_

## `apollo assembly check`

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

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

## `apollo assembly delete`

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

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

## `apollo assembly get`

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

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

## `apollo assembly sequence`

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

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

## `apollo change get`

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

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

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

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

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

## `apollo feature add-child`

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

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

## `apollo feature check`

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

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

## `apollo feature copy`

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

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

## `apollo feature delete`

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

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

## `apollo feature edit`

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

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

## `apollo feature edit-attribute`

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

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

## `apollo feature edit-coords`

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

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

## `apollo feature edit-type`

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

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

## `apollo feature get`

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

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

## `apollo feature get-id`

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

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

## `apollo feature import`

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

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

## `apollo feature search`

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

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

## `apollo file delete`

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

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

## `apollo file download`

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

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

## `apollo file get`

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

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

## `apollo file upload`

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

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

## `apollo help [COMMANDS]`

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

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

## `apollo jbrowse set-config INPUTFILE`

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

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

## `apollo login`

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

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

## `apollo logout`

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

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

## `apollo refseq add-alias`

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

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

## `apollo refseq get`

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

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

## `apollo status`

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

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

## `apollo user get`

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

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

<!-- commandsstop -->
12 changes: 6 additions & 6 deletions 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.19",
"version": "0.1.20",
"description": "Command line interface for the Apollo annotation server",
"repository": {
"type": "git",
Expand Down Expand Up @@ -36,8 +36,8 @@
"commands": "./dist/commands",
"dirname": "apollo-cli",
"helpOptions": {
"maxWidth": 80,
"flagSortOrder": "none"
"flagSortOrder": "none",
"maxWidth": 80
},
"plugins": [
"@oclif/plugin-help"
Expand All @@ -54,6 +54,9 @@
"feature": {
"description": "Commands to manage features"
},
"file": {
"description": "Commands to manage files"
},
"jbrowse": {
"description": "Commands to manage the JBrowse configuration"
},
Expand All @@ -62,9 +65,6 @@
},
"user": {
"description": "Commands to manage users"
},
"file": {
"description": "Commands to manage files"
}
}
},
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.19",
"version": "0.1.20",
"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.19",
"version": "0.1.20",
"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.19",
"version": "0.1.20",
"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.19",
"version": "0.1.20",
"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.19",
"version": "0.1.20",
"description": "Apollo plugin for JBrowse 2",
"keywords": [
"jbrowse",
Expand Down
Loading

0 comments on commit 0e10fe1

Please sign in to comment.