Skip to content

Commit

Permalink
chore(): generate changelog and bump to version v2.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
emoralesb05 committed Oct 29, 2018
1 parent a4cf656 commit 2f2d928
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
26 changes: 26 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<a name="2.0.0-beta.1"></a>
# 2.0.0-beta.1 (2018-10-29)

We are pleased to announce our initial Covalent Echarts Release!

You can start using these components for echarts by installing `@covalent/echarts`:

```bash
npm install --save @covalent/echarts
```

or our nightly experimental build:

```bash
npm install --save https://github.com/Teradata/covalent-echarts-nightly.git
```

Highlights:

- Nighly build so you can always try the latest.
- Component series: Bar, Line and Scatter
- YAxis/XAxis components
- Subcomponents: Support of angular elements in tooltip and series tooltip with templates.
- Host uuto resizing
- click, dblclick and contextmenu mouse events
- Flexibility between inputs and echarts objects. You choose how to build your chart!
3 changes: 3 additions & 0 deletions scripts/start-release
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ rm -rf deploy

echo "Bump to version v$version"
gulp bump-version --ver $version

echo "Generate changelog"
npm run generate:changelog

0 comments on commit 2f2d928

Please sign in to comment.