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 #110 from phovea/release-6.1.0
Browse files Browse the repository at this point in the history
Release 6.1.0
  • Loading branch information
Anita Steiner authored Sep 8, 2021
2 parents 63b1a50 + 1e5e746 commit 52d5663
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ jobs:
- run:
name: Authentication
command: |
echo -e "registry=https://$NPM_REPOSITORY" >> ~/.npmrc
echo -e "//$NPM_REPOSITORY:authToken=$NPM_TOKEN" >> ~/.npmrc
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
- run:
name: Publish package
command: npm publish
Expand Down Expand Up @@ -90,4 +89,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 package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "phovea_vis",
"description": "Utilitiy reposititory containing common visualizations (table, heatmap, scatterplot, axis, pie, distribution, ..)",
"version": "6.0.0",
"version": "6.1.0",
"author": {
"name": "The Caleydo Team",
"email": "contact@caleydo.org",
Expand Down Expand Up @@ -51,8 +51,8 @@
},
"dependencies": {
"d3": "~3.5.17",
"phovea_core": "^6.0.0",
"phovea_d3": "^6.0.0"
"phovea_core": "^7.0.0",
"phovea_d3": "^6.1.0"
},
"devDependencies": {
"@types/d3": "~3.5.36",
Expand Down

0 comments on commit 52d5663

Please sign in to comment.