Skip to content

Commit

Permalink
v0.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed May 10, 2018
1 parent c0387be commit 7dacf70
Show file tree
Hide file tree
Showing 32 changed files with 172 additions and 44 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.20.1"></a>
## [0.20.1](https://github.com/kitware/candela/compare/v0.20.0...v0.20.1) (2018-05-10)




**Note:** Version bump only for package candela

<a name="0.20.0"></a>
# [0.20.0](https://github.com/kitware/candela/compare/v0.19.1...v0.20.0) (2018-05-09)

Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "0.20.0"
"version": "0.20.1"
}
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.20.1"></a>
## [0.20.1](https://github.com/Kitware/candela/compare/v0.20.0...v0.20.1) (2018-05-10)




**Note:** Version bump only for package @candela/core

<a name="0.20.0"></a>
# [0.20.0](https://github.com/kitware/candela/compare/v0.19.1...v0.20.0) (2018-05-09)

Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@candela/core",
"version": "0.20.0",
"version": "0.20.1",
"description": "Candela core library",
"main": "dist/candela-core.js",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions packages/events/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.20.1"></a>
## [0.20.1](https://github.com/Kitware/candela/compare/v0.20.0...v0.20.1) (2018-05-10)




**Note:** Version bump only for package @candela/events

<a name="0.20.0"></a>
# [0.20.0](https://github.com/kitware/candela/compare/v0.19.1...v0.20.0) (2018-05-09)

Expand Down
4 changes: 2 additions & 2 deletions packages/events/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@candela/events",
"version": "0.20.0",
"version": "0.20.1",
"description": "Candela mixin for events",
"main": "dist/candela-events.js",
"scripts": {
Expand Down Expand Up @@ -34,7 +34,7 @@
"@babel/core": "^7.0.0-beta.44",
"@babel/preset-env": "^7.0.0-beta.44",
"@babel/register": "^7.0.0-beta.44",
"@candela/core": "^0.20.0",
"@candela/core": "^0.20.1",
"babel-loader": "^8.0.0-beta.2",
"istanbul-instrumenter-loader": "^3.0.1",
"karma": "^2.0.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/examples/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.20.1"></a>
## [0.20.1](https://github.com/Kitware/candela/compare/v0.20.0...v0.20.1) (2018-05-10)




**Note:** Version bump only for package @candela/examples

<a name="0.20.0"></a>
# [0.20.0](https://github.com/kitware/candela/compare/v0.19.1...v0.20.0) (2018-05-09)

Expand Down
28 changes: 14 additions & 14 deletions packages/examples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@candela/examples",
"version": "0.20.0",
"version": "0.20.1",
"description": "Candela examples for testing",
"scripts": {
"build": "webpack --mode development",
Expand All @@ -25,19 +25,19 @@
]
},
"dependencies": {
"@candela/events": "^0.20.0",
"@candela/geojs": "^0.20.0",
"@candela/glo": "^0.20.0",
"@candela/lineup": "^0.20.0",
"@candela/onset": "^0.20.0",
"@candela/sententree": "^0.20.0",
"@candela/similaritygraph": "^0.20.0",
"@candela/size": "^0.20.0",
"@candela/stats": "^0.20.0",
"@candela/trackerdash": "^0.20.0",
"@candela/treeheatmap": "^0.20.0",
"@candela/upset": "^0.20.0",
"@candela/vega": "^0.20.0"
"@candela/events": "^0.20.1",
"@candela/geojs": "^0.20.1",
"@candela/glo": "^0.20.1",
"@candela/lineup": "^0.20.1",
"@candela/onset": "^0.20.1",
"@candela/sententree": "^0.20.1",
"@candela/similaritygraph": "^0.20.1",
"@candela/size": "^0.20.1",
"@candela/stats": "^0.20.1",
"@candela/trackerdash": "^0.20.1",
"@candela/treeheatmap": "^0.20.1",
"@candela/upset": "^0.20.1",
"@candela/vega": "^0.20.1"
},
"devDependencies": {
"@babel/core": "^7.0.0-beta.44",
Expand Down
8 changes: 8 additions & 0 deletions packages/geojs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.20.1"></a>
## [0.20.1](https://github.com/Kitware/candela/compare/v0.20.0...v0.20.1) (2018-05-10)




**Note:** Version bump only for package @candela/geojs

<a name="0.20.0"></a>
# [0.20.0](https://github.com/kitware/candela/compare/v0.19.1...v0.20.0) (2018-05-09)

Expand Down
4 changes: 2 additions & 2 deletions packages/geojs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@candela/geojs",
"version": "0.20.0",
"version": "0.20.1",
"description": "Candela components for GeoJS",
"main": "dist/candela-geojs.js",
"scripts": {
Expand Down Expand Up @@ -28,7 +28,7 @@
]
},
"dependencies": {
"@candela/core": "^0.20.0",
"@candela/core": "^0.20.1",
"d3": "^3.5.17",
"geojs": "^0.9.1"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/glo/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.20.1"></a>
## [0.20.1](https://github.com/Kitware/candela/compare/v0.20.0...v0.20.1) (2018-05-10)




**Note:** Version bump only for package @candela/glo

<a name="0.20.0"></a>
# [0.20.0](https://github.com/kitware/candela/compare/v0.19.1...v0.20.0) (2018-05-09)

Expand Down
4 changes: 2 additions & 2 deletions packages/glo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@candela/glo",
"version": "0.20.0",
"version": "0.20.1",
"description": "Candela component for GLO",
"main": "dist/candela-glo.js",
"scripts": {
Expand Down Expand Up @@ -28,7 +28,7 @@
]
},
"dependencies": {
"@candela/core": "^0.20.0",
"@candela/core": "^0.20.1",
"d3": "^3.5.17",
"glo": "github:ronichoudhury-work/glo#dist",
"underscore": "^1.8.3"
Expand Down
8 changes: 8 additions & 0 deletions packages/lineup/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.20.1"></a>
## [0.20.1](https://github.com/Kitware/candela/compare/v0.20.0...v0.20.1) (2018-05-10)




**Note:** Version bump only for package @candela/lineup

<a name="0.20.0"></a>
# [0.20.0](https://github.com/kitware/candela/compare/v0.19.1...v0.20.0) (2018-05-09)

Expand Down
6 changes: 3 additions & 3 deletions packages/lineup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@candela/lineup",
"version": "0.20.0",
"version": "0.20.1",
"description": "Candela component for LineUp",
"main": "dist/candela-lineup.js",
"scripts": {
Expand Down Expand Up @@ -28,7 +28,7 @@
]
},
"dependencies": {
"@candela/core": "^0.20.0",
"@candela/core": "^0.20.1",
"d3": "^3.5.17",
"datalib": "^1.7.3",
"font-awesome-webpack": "git+https://github.com/jarecsni/font-awesome-webpack#440af2a2efe7ba1779d039556f04538e57bad4bb",
Expand All @@ -39,7 +39,7 @@
"@babel/core": "^7.0.0-beta.44",
"@babel/preset-env": "^7.0.0-beta.44",
"@babel/register": "^7.0.0-beta.44",
"@candela/core": "^0.20.0",
"@candela/core": "^0.20.1",
"babel-loader": "^8.0.0-beta.2",
"css-loader": "^0.26.1",
"file-loader": "^1.1.11",
Expand Down
8 changes: 8 additions & 0 deletions packages/onset/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.20.1"></a>
## [0.20.1](https://github.com/Kitware/candela/compare/v0.20.0...v0.20.1) (2018-05-10)




**Note:** Version bump only for package @candela/onset

<a name="0.20.0"></a>
# [0.20.0](https://github.com/kitware/candela/compare/v0.19.1...v0.20.0) (2018-05-09)

Expand Down
4 changes: 2 additions & 2 deletions packages/onset/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@candela/onset",
"version": "0.20.0",
"version": "0.20.1",
"description": "Candela component for OnSet",
"main": "dist/candela-onset.js",
"scripts": {
Expand Down Expand Up @@ -28,7 +28,7 @@
]
},
"dependencies": {
"@candela/core": "^0.20.0",
"@candela/core": "^0.20.1",
"d3": "^3.5.17",
"datalib": "^1.7.3",
"onset": "git+https://github.com/Kitware/setvis#b2b8e7cfdef335a4ee4b2af871e14d203ef3e754"
Expand Down
8 changes: 8 additions & 0 deletions packages/sententree/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.20.1"></a>
## [0.20.1](https://github.com/Kitware/candela/compare/v0.20.0...v0.20.1) (2018-05-10)




**Note:** Version bump only for package @candela/sententree

<a name="0.20.0"></a>
# [0.20.0](https://github.com/kitware/candela/compare/v0.19.1...v0.20.0) (2018-05-09)

Expand Down
4 changes: 2 additions & 2 deletions packages/sententree/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@candela/sententree",
"version": "0.20.0",
"version": "0.20.1",
"description": "Candela component for Sententree",
"main": "dist/candela-sententree.js",
"scripts": {
Expand Down Expand Up @@ -28,7 +28,7 @@
]
},
"dependencies": {
"@candela/core": "^0.20.0",
"@candela/core": "^0.20.1",
"sententree": "git+https://git@github.com/ronichoudhury-work/sententree.git#fix-typo"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/similaritygraph/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.20.1"></a>
## [0.20.1](https://github.com/Kitware/candela/compare/v0.20.0...v0.20.1) (2018-05-10)




**Note:** Version bump only for package @candela/similaritygraph

<a name="0.20.0"></a>
# [0.20.0](https://github.com/kitware/candela/compare/v0.19.1...v0.20.0) (2018-05-09)

Expand Down
4 changes: 2 additions & 2 deletions packages/similaritygraph/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@candela/similaritygraph",
"version": "0.20.0",
"version": "0.20.1",
"description": "Candela component for similarity graph",
"main": "dist/candela-similaritygraph.js",
"scripts": {
Expand Down Expand Up @@ -28,7 +28,7 @@
]
},
"dependencies": {
"@candela/core": "^0.20.0",
"@candela/core": "^0.20.1",
"d3": "^3.5.17",
"webcola": "^3.3.3"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/size/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.20.1"></a>
## [0.20.1](https://github.com/Kitware/candela/compare/v0.20.0...v0.20.1) (2018-05-10)




**Note:** Version bump only for package @candela/size

<a name="0.20.0"></a>
# [0.20.0](https://github.com/kitware/candela/compare/v0.19.1...v0.20.0) (2018-05-09)

Expand Down
4 changes: 2 additions & 2 deletions packages/size/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@candela/size",
"version": "0.20.0",
"version": "0.20.1",
"description": "Candela mixins for dealing with vis component size",
"main": "dist/candela-size.js",
"scripts": {
Expand Down Expand Up @@ -28,7 +28,7 @@
]
},
"dependencies": {
"@candela/events": "^0.20.0",
"@candela/events": "^0.20.1",
"watch-element-resize": "^2.0.6"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/stats/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.20.1"></a>
## [0.20.1](https://github.com/Kitware/candela/compare/v0.20.0...v0.20.1) (2018-05-10)




**Note:** Version bump only for package @candela/stats

<a name="0.20.0"></a>
# [0.20.0](https://github.com/kitware/candela/compare/v0.19.1...v0.20.0) (2018-05-09)

Expand Down
6 changes: 3 additions & 3 deletions packages/stats/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@candela/stats",
"version": "0.20.0",
"version": "0.20.1",
"description": "Candela components for statistical visualization",
"main": "dist/candela-stats.js",
"scripts": {
Expand Down Expand Up @@ -28,8 +28,8 @@
]
},
"dependencies": {
"@candela/core": "^0.20.0",
"@candela/vega": "^0.20.0"
"@candela/core": "^0.20.1",
"@candela/vega": "^0.20.1"
},
"devDependencies": {
"@babel/core": "^7.0.0-beta.44",
Expand Down

0 comments on commit 7dacf70

Please sign in to comment.