Skip to content

Commit

Permalink
chore(): generate changelog and bump to version v2.0.0-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
emoralesb05 committed Dec 14, 2018
1 parent 21ac1a3 commit 599ece1
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 18 deletions.
17 changes: 17 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
<a name="2.0.0-rc.2"></a>
# [2.0.0-rc.2](https://github.com/teradata/covalent/compare/v2.0.0-rc.1...v2.0.0-rc.2) (2018-12-14)


### Bug Fixes

* **data-table:** remove unnecessary scrollbars ([#1318](https://github.com/teradata/covalent/issues/1318)) ([21ac1a3](https://github.com/teradata/covalent/commit/21ac1a3))
* **dynamic-forms:** disable file inputs via config ([#1311](https://github.com/teradata/covalent/issues/1311)) ([7fe4241](https://github.com/teradata/covalent/commit/7fe4241))
* **nav-steps:** fix a11y issue with tabs ([#1316](https://github.com/teradata/covalent/issues/1316)) ([ac701e8](https://github.com/teradata/covalent/commit/ac701e8))


### Features

* **data-table:** atomic sorting icon example demo ([#1317](https://github.com/teradata/covalent/issues/1317)) ([216c407](https://github.com/teradata/covalent/commit/216c407))



<a name="2.0.0-rc.1"></a>
# [2.0.0-rc.1](https://github.com/teradata/covalent/compare/v2.0.0-beta.5...v2.0.0-rc.1) (2018-12-10)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "covalent",
"version": "2.0.0-rc.1",
"version": "2.0.0-rc.2",
"private": true,
"description": "Teradata UI Platform built on Angular Material",
"keywords": [
Expand Down
18 changes: 1 addition & 17 deletions src/app/components/toolbar/toolbar.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,23 +16,7 @@ import { getDirection, setDirection } from '../../utilities/direction';
styleUrls: ['././toolbar.component.scss'],
})
export class ToolbarComponent {
updates: Object[] = [{
description: 'initial release!',
icon: 'format_line_spacing',
route: '/components/nav-steps',
title: 'Stepper (Navigational)',
}, {
description: '[multi] input added',
icon: 'open_with',
route: '/components/expansion-panel',
title: 'Expansion Panels',
}, {
description: 'HttpClient usage and http decorators',
icon: 'http',
route: '/components/http',
title: 'Http',
},
];
updates: Object[] = [];

dir: 'ltr' | 'rtl' = getDirection();

Expand Down

0 comments on commit 599ece1

Please sign in to comment.