Skip to content

Commit

Permalink
v0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
waxlamp committed May 9, 2018
1 parent 1e49aa4 commit 8de8108
Show file tree
Hide file tree
Showing 32 changed files with 252 additions and 46 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,34 @@
# Change Log

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.0"></a>
# [0.20.0](https://github.com/kitware/candela/compare/v0.19.1...v0.20.0) (2018-05-09)


### Features

* enable monorepo ([ed85692](https://github.com/kitware/candela/commit/ed85692))
* enable monorepo ([dd261f9](https://github.com/kitware/candela/commit/dd261f9))
* enable monorepo ([6d26824](https://github.com/kitware/candela/commit/6d26824))
* enable monorepo ([88a5315](https://github.com/kitware/candela/commit/88a5315))
* enable monorepo ([79a107a](https://github.com/kitware/candela/commit/79a107a))
* enable monorepo ([45d693e](https://github.com/kitware/candela/commit/45d693e))
* enable monorepo ([f9571b6](https://github.com/kitware/candela/commit/f9571b6))
* enable monorepo ([ed78052](https://github.com/kitware/candela/commit/ed78052))
* enable monorepo ([72dd74c](https://github.com/kitware/candela/commit/72dd74c))
* enable monorepo ([673990c](https://github.com/kitware/candela/commit/673990c))
* enable monorepo ([110131c](https://github.com/kitware/candela/commit/110131c))
* enable monorepo ([b4e4e00](https://github.com/kitware/candela/commit/b4e4e00))
* enable monorepo ([f28d4ce](https://github.com/kitware/candela/commit/f28d4ce))
* enable monorepo ([e0c2ffa](https://github.com/kitware/candela/commit/e0c2ffa))
* enable monorepo ([145c113](https://github.com/kitware/candela/commit/145c113))
* enable monorepo ([a538cac](https://github.com/kitware/candela/commit/a538cac))




# Change Log

All notable changes to this project will be documented in this file.
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.19.1"
"version": "0.20.0"
}
16 changes: 16 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# Change Log

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.0"></a>
# [0.20.0](https://github.com/kitware/candela/compare/v0.19.1...v0.20.0) (2018-05-09)


### Features

* enable monorepo ([a538cac](https://github.com/kitware/candela/commit/a538cac))




# Change Log

All notable changes to this project will be documented in this file.
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.19.1",
"version": "0.20.0",
"description": "Candela core library",
"main": "dist/candela-core.js",
"scripts": {
Expand Down
16 changes: 16 additions & 0 deletions packages/events/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# Change Log

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.0"></a>
# [0.20.0](https://github.com/kitware/candela/compare/v0.19.1...v0.20.0) (2018-05-09)


### Features

* enable monorepo ([145c113](https://github.com/kitware/candela/commit/145c113))




# Change Log

All notable changes to this project will be documented in this file.
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.19.1",
"version": "0.20.0",
"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.19.1",
"@candela/core": "^0.20.0",
"babel-loader": "^8.0.0-beta.2",
"istanbul-instrumenter-loader": "^3.0.1",
"karma": "^2.0.2",
Expand Down
11 changes: 11 additions & 0 deletions packages/examples/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
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.0"></a>
# [0.20.0](https://github.com/kitware/candela/compare/v0.19.1...v0.20.0) (2018-05-09)


### Features

* enable monorepo ([e0c2ffa](https://github.com/kitware/candela/commit/e0c2ffa))




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

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.19.1",
"version": "0.20.0",
"description": "Candela examples for testing",
"scripts": {
"build": "webpack --mode development",
Expand All @@ -25,19 +25,19 @@
]
},
"dependencies": {
"@candela/events": "0.19.1",
"@candela/geojs": "0.19.1",
"@candela/glo": "0.19.1",
"@candela/lineup": "0.19.1",
"@candela/onset": "0.19.1",
"@candela/sententree": "0.19.1",
"@candela/similaritygraph": "0.19.1",
"@candela/size": "0.19.1",
"@candela/stats": "0.19.1",
"@candela/trackerdash": "0.19.1",
"@candela/treeheatmap": "0.19.1",
"@candela/upset": "0.19.1",
"@candela/vega": "0.19.1"
"@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"
},
"devDependencies": {
"@babel/core": "^7.0.0-beta.44",
Expand Down
11 changes: 11 additions & 0 deletions packages/geojs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
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.0"></a>
# [0.20.0](https://github.com/kitware/candela/compare/v0.19.1...v0.20.0) (2018-05-09)


### Features

* enable monorepo ([f28d4ce](https://github.com/kitware/candela/commit/f28d4ce))




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

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.19.1",
"version": "0.20.0",
"description": "Candela components for GeoJS",
"main": "dist/candela-geojs.js",
"scripts": {
Expand Down Expand Up @@ -28,7 +28,7 @@
]
},
"dependencies": {
"@candela/core": "0.19.1",
"@candela/core": "^0.20.0",
"d3": "^3.5.17",
"geojs": "^0.9.1"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/glo/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
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.0"></a>
# [0.20.0](https://github.com/kitware/candela/compare/v0.19.1...v0.20.0) (2018-05-09)


### Features

* enable monorepo ([b4e4e00](https://github.com/kitware/candela/commit/b4e4e00))




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

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.19.1",
"version": "0.20.0",
"description": "Candela component for GLO",
"main": "dist/candela-glo.js",
"scripts": {
Expand Down Expand Up @@ -28,7 +28,7 @@
]
},
"dependencies": {
"@candela/core": "0.19.1",
"@candela/core": "^0.20.0",
"d3": "^3.5.17",
"glo": "github:ronichoudhury-work/glo#dist",
"underscore": "^1.8.3"
Expand Down
11 changes: 11 additions & 0 deletions packages/lineup/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
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.0"></a>
# [0.20.0](https://github.com/kitware/candela/compare/v0.19.1...v0.20.0) (2018-05-09)


### Features

* enable monorepo ([110131c](https://github.com/kitware/candela/commit/110131c))




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

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.19.1",
"version": "0.20.0",
"description": "Candela component for LineUp",
"main": "dist/candela-lineup.js",
"scripts": {
Expand Down Expand Up @@ -28,7 +28,7 @@
]
},
"dependencies": {
"@candela/core": "0.19.1",
"@candela/core": "^0.20.0",
"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.19.1",
"@candela/core": "^0.20.0",
"babel-loader": "^8.0.0-beta.2",
"css-loader": "^0.26.1",
"file-loader": "^1.1.11",
Expand Down
11 changes: 11 additions & 0 deletions packages/onset/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
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.0"></a>
# [0.20.0](https://github.com/kitware/candela/compare/v0.19.1...v0.20.0) (2018-05-09)


### Features

* enable monorepo ([673990c](https://github.com/kitware/candela/commit/673990c))




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

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.19.1",
"version": "0.20.0",
"description": "Candela component for OnSet",
"main": "dist/candela-onset.js",
"scripts": {
Expand Down Expand Up @@ -28,7 +28,7 @@
]
},
"dependencies": {
"@candela/core": "0.19.1",
"@candela/core": "^0.20.0",
"d3": "^3.5.17",
"datalib": "^1.7.3",
"onset": "git+https://github.com/Kitware/setvis#b2b8e7cfdef335a4ee4b2af871e14d203ef3e754"
Expand Down
11 changes: 11 additions & 0 deletions packages/sententree/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
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.0"></a>
# [0.20.0](https://github.com/kitware/candela/compare/v0.19.1...v0.20.0) (2018-05-09)


### Features

* enable monorepo ([ed85692](https://github.com/kitware/candela/commit/ed85692))




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

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.19.1",
"version": "0.20.0",
"description": "Candela component for Sententree",
"main": "dist/candela-sententree.js",
"scripts": {
Expand Down Expand Up @@ -28,7 +28,7 @@
]
},
"dependencies": {
"@candela/core": "0.19.1",
"@candela/core": "^0.20.0",
"sententree": "git+https://git@github.com/ronichoudhury-work/sententree.git#fix-typo"
},
"devDependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/similaritygraph/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
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.0"></a>
# [0.20.0](https://github.com/kitware/candela/compare/v0.19.1...v0.20.0) (2018-05-09)


### Features

* enable monorepo ([ed78052](https://github.com/kitware/candela/commit/ed78052))




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

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.19.1",
"version": "0.20.0",
"description": "Candela component for similarity graph",
"main": "dist/candela-similaritygraph.js",
"scripts": {
Expand Down Expand Up @@ -28,7 +28,7 @@
]
},
"dependencies": {
"@candela/core": "0.19.1",
"@candela/core": "^0.20.0",
"d3": "^3.5.17",
"webcola": "^3.3.3"
},
Expand Down

0 comments on commit 8de8108

Please sign in to comment.