From 1585a03706e875917c1be165a80197d5579156d6 Mon Sep 17 00:00:00 2001 From: Trevor Manz Date: Thu, 9 Sep 2021 09:35:07 -0400 Subject: [PATCH] v0.3.0 (#117) --- .github/workflows/build_and_deploy.yml | 2 +- package-lock.json | 2 +- package.json | 5 +---- src/index.tsx | 4 ++++ 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build_and_deploy.yml b/.github/workflows/build_and_deploy.yml index 1623e298..57622388 100644 --- a/.github/workflows/build_and_deploy.yml +++ b/.github/workflows/build_and_deploy.yml @@ -24,4 +24,4 @@ jobs: BRANCH: gh-pages FOLDER: out CLEAN: true - CLEAN_EXCLUDE: '["v0.1", "v0.2"]' # Manually add endpoints to keep + CLEAN_EXCLUDE: '["v0.1", "v0.2", "v0.3"]' # Manually add endpoints to keep diff --git a/package-lock.json b/package-lock.json index 47e69f9f..a72f67ab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@hms-dbmi/vizarr", - "version": "0.2.1", + "version": "0.3.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 878faaf0..754b58af 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hms-dbmi/vizarr", - "version": "0.2.1", + "version": "0.3.0", "dependencies": { "@hms-dbmi/viv": "^0.10.2", "@material-ui/core": "^4.11.0", @@ -24,9 +24,6 @@ "lint": "prettier --check \"{src,types}/**/*.{js,jsx,ts,tsx}\" vite.config.js", "check": "tsc" }, - "files": [ - "out" - ], "prettier": { "trailingComma": "es5", "printWidth": 120, diff --git a/src/index.tsx b/src/index.tsx index c5f54b8d..e1a893e3 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -7,6 +7,10 @@ import Vizarr from './vizarr'; import theme from './theme'; import './register-codecs'; +import { version } from '../package.json'; + +console.log(`vizarr v${version}: https://github.com/hms-dbmi/vizarr`); + ReactDOM.render(