diff --git a/CHANGELOG.md b/CHANGELOG.md index efbd5c35..b28b8e93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,20 +1,25 @@ + + +# [2.0.0-rc.10](https://github.com/valor-software/ng2-tree/compare/v2.0.0-rc.9...v2.0.0-rc.10) (2018-04-02) + +### Features + +* **tree:** expand node up to parent ([#245](https://github.com/valor-software/ng2-tree/issues/245)) ([3493ff1](https://github.com/valor-software/ng2-tree/commit/3493ff1)) + -# [2.0.0-rc.9](https://github.com/valor-software/ng2-tree/compare/v2.0.0-rc.6...v2.0.0-rc.9) (2018-02-22) +# [2.0.0-rc.9](https://github.com/valor-software/ng2-tree/compare/v2.0.0-rc.6...v2.0.0-rc.9) (2018-02-22) ### Bug Fixes * **custom-menu:** close menu when custom menu item gets clicked ([#218](https://github.com/valor-software/ng2-tree/issues/218)) ([ae75381](https://github.com/valor-software/ng2-tree/commit/ae75381)) * **types:** export missed type definitions ([8335cf9](https://github.com/valor-software/ng2-tree/commit/8335cf9)) - ### Features * **selection:** add ability to allow and forbid a node selection (closes [#220](https://github.com/valor-software/ng2-tree/issues/220)) ([#221](https://github.com/valor-software/ng2-tree/issues/221)) ([12852c9](https://github.com/valor-software/ng2-tree/commit/12852c9)) * **tree:** unselect tree via controller ([6c43391](https://github.com/valor-software/ng2-tree/commit/6c43391)) - - # [2.0.0-rc.8](https://github.com/valor-software/ng2-tree/compare/v2.0.0-rc.7...v2.0.0-rc.8) (2018-02-20) diff --git a/package.json b/package.json index b5f5f0e6..68824a77 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ng2-tree", - "version": "2.0.0-rc.9", + "version": "2.0.0-rc.10", "description": "angular2 component for visualizing data that can be naturally represented as a tree", "main": "index.js", "license": "MIT", @@ -33,7 +33,8 @@ "scripts": { "compile": "ngc -p tsconfig-aot.json && node umd-bundler.js", "clean": "rimraf coverage build dist dist-demo bundles factories .publish", - "pre:publish": "npm run clean && npm run test && npm run lint && npm run compile && mkdir -p dist && cp -R src/styles.css README.md media dist", + "pre:publish": + "npm run clean && npm run test && npm run lint && npm run compile && mkdir -p dist && cp -R src/styles.css README.md media dist", "post:publish": "npm run build:demo && gh-pages -d dist-demo", "start": "ng serve", "build:demo": "ng build",