Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
Merge pull request #212 from phovea/release-8.0.0
Browse files Browse the repository at this point in the history
Release 8.0.0
  • Loading branch information
Anita Steiner authored Sep 8, 2021
2 parents e3c3a88 + 398dae7 commit a8bfd8d
Show file tree
Hide file tree
Showing 36 changed files with 386 additions and 339 deletions.
20 changes: 13 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ jobs:
- run:
name: Show installed pip packages
command: pip list || true
- run:
name: Remove all from dist folder
command: |
rm -rf dist && mkdir dist
- run:
name: Build
command: |
Expand All @@ -59,13 +63,14 @@ jobs:
path: dist
destination: dist-python
- persist_to_workspace:
root: ~/phovea-python
paths: .
root: ~/.
paths: phovea-python
python-publish:
executor: python-executor
steps:
- attach_workspace:
at: ~/phovea-python
at: ~/.
- run: ls -a
- run:
name: Install twine
command: |
Expand Down Expand Up @@ -118,13 +123,14 @@ jobs:
path: dist
destination: dist-web
- persist_to_workspace:
root: ~/phovea-web
paths: .
root: ~/.
paths: phovea-web
web-publish:
executor: node-executor
steps:
- attach_workspace:
at: ~/phovea-web
at: ~/.
- run: ls -a
- run:
name: Authentication
command: |
Expand Down Expand Up @@ -190,4 +196,4 @@ workflows:
branches:
ignore: /.*/
tags:
only: /^v.*/
only: /^v.*/
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @thinkh
* @phovea/core @phovea/datavisyn-core
6 changes: 3 additions & 3 deletions dist/base/annotation.js

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

2 changes: 1 addition & 1 deletion dist/base/annotation.js.map

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions dist/base/mode.js

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

2 changes: 1 addition & 1 deletion dist/base/mode.js.map

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dist/locales/en/phovea.json

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

62 changes: 26 additions & 36 deletions dist/menu/ProvenanceGraphMenu.js

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

Loading

0 comments on commit a8bfd8d

Please sign in to comment.