Skip to content

Commit

Permalink
v0.3.0 (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
manzt committed Sep 9, 2021
1 parent 5aaec6d commit 1585a03
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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,
Expand Down
4 changes: 4 additions & 0 deletions src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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(
<ThemeProvider theme={theme}>
<Provider>
Expand Down

0 comments on commit 1585a03

Please sign in to comment.