Skip to content

Commit

Permalink
3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwondercorn committed Nov 22, 2019
1 parent 39273f2 commit a57d03a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 13 deletions.
16 changes: 5 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,11 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [Unreleased](https://github.com/Glavin001/ember-c3/compare/v2.0.1...HEAD)

- [Breaking] Bumped to 3.12, dropped Node 6 support [`c59a1d5`](https://github.com/Glavin001/ember-c3/commit/c59a1d53cee40cfe02cf9347d38b0be6f5276b70)
- Update deps and devDeps [`1833dcc`](https://github.com/Glavin001/ember-c3/commit/1833dcc2c6e15e7f063043c14393bd02146a1943)
- Fixed code to prevent eslint leaking-state errors [`6de596b`](https://github.com/Glavin001/ember-c3/commit/6de596b3c605afe7d8c238e136703f134b505118)
- Convert dummy app to angle brackets [`c6ca088`](https://github.com/Glavin001/ember-c3/commit/c6ca088a948c60d5acb9de7add1196da5db25a97)
- Updated README [`539bf75`](https://github.com/Glavin001/ember-c3/commit/539bf759e87f8bf3c4a70dbe5fbb7b8d4196072a)
- Additional readme cleanup [`96672f9`](https://github.com/Glavin001/ember-c3/commit/96672f959b5fd40edbc4293b7423c4fe9c793934)
- Tie onclick event handler to the chart [`e4954ba`](https://github.com/Glavin001/ember-c3/commit/e4954ba1af957fdf237dff3dcbb08f80f0cd42f3)
- Dummy app - fix duplicate action and method names [`2652c75`](https://github.com/Glavin001/ember-c3/commit/2652c75e80f6af5d088ec42c2ea971f9c5bf6441)
- Dummy app - Fix component hook, method name clash [`6d67538`](https://github.com/Glavin001/ember-c3/commit/6d67538794979d7231155cfde57ba929471d3388)
### [v3.0.0](https://github.com/Glavin001/ember-c3/compare/v2.0.1...v3.0.0)

> 22 November 2019
- Ember 3.12 [`#105`](https://github.com/Glavin001/ember-c3/pull/105)

#### [v2.0.1](https://github.com/Glavin001/ember-c3/compare/v2.0.0...v2.0.1)

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-c3",
"version": "2.0.1",
"version": "3.0.0",
"description": "Ember addon library for C3, a D3-based reusable chart library.",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit a57d03a

Please sign in to comment.