Skip to content

Commit

Permalink
Tag release v0.1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
dariober committed Jun 26, 2024
1 parent 3cfca9f commit 6f3abd9
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/apollo-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@apollo-annotation/cli",
"description": "Command line interface for the Apollo annotation server",
"version": "0.1.17",
"version": "0.1.18",
"author": "Apollo Team",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-collaboration-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apollo-annotation/collaboration-server",
"version": "0.1.17",
"version": "0.1.18",
"description": "",
"author": "",
"license": "Apache-2.0",
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.17",
"version": "0.1.18",
"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.17",
"version": "0.1.18",
"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.17",
"version": "0.1.18",
"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.17",
"version": "0.1.18",
"main": "./dist/index.js",
"scripts": {
"start": "tsc --build --watch",
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.17",
"version": "0.1.18",
"description": "Apollo plugin for JBrowse 2",
"repository": {
"type": "git",
Expand Down

0 comments on commit 6f3abd9

Please sign in to comment.