Skip to content

Commit

Permalink
feat(): generate changelog and bump to version v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jk250044 committed Oct 1, 2020
1 parent 966ea14 commit e4abff3
Show file tree
Hide file tree
Showing 18 changed files with 458 additions and 1 deletion.
16 changes: 16 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [3.1.0](https://github.com/teradata/covalent/compare/v3.1.0-beta.2...v3.1.0) (2020-10-01)


### Bug Fixes

* **guided-tour:** allowGoBack not working Teradata/covalent[#1800](https://github.com/teradata/covalent/issues/1800) ([#1801](https://github.com/teradata/covalent/issues/1801)) ([9a0fd5c](https://github.com/teradata/covalent/commit/9a0fd5c0fa0da88975fcda73b3b62a6da8b6edc9))
* **highlight:** move highlight display rule out of theme file ([#1804](https://github.com/teradata/covalent/issues/1804)) ([39377d1](https://github.com/teradata/covalent/commit/39377d1c657276449a39a33da9233a1d72a74464))
* **menu:** fix dynamic menu hover ([#1806](https://github.com/teradata/covalent/issues/1806)) ([966ea14](https://github.com/teradata/covalent/commit/966ea14c4dd3f037fd52802c92d798bf2750fada))


### Features

* column sort order for datatable ([#1799](https://github.com/teradata/covalent/issues/1799)) ([2248518](https://github.com/teradata/covalent/commit/22485187fea9d87f3d141c42f6fb036fa95438b6))



# [3.1.0-beta.2](https://github.com/teradata/covalent/compare/v3.1.0-beta.1...v3.1.0-beta.2) (2020-09-03)


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": "3.1.0-beta.2",
"version": "3.1.0",
"private": true,
"description": "Teradata UI Platform built on Angular Material",
"keywords": [
Expand Down
96 changes: 96 additions & 0 deletions v3/platform/core/schematics/components.js

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

1 change: 1 addition & 0 deletions v3/platform/core/schematics/components.js.map

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

61 changes: 61 additions & 0 deletions v3/platform/core/schematics/ng-add/index.js

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

1 change: 1 addition & 0 deletions v3/platform/core/schematics/ng-add/index.js.map

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

115 changes: 115 additions & 0 deletions v3/platform/core/schematics/ng-add/index.spec.js

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

0 comments on commit e4abff3

Please sign in to comment.