Skip to content

Commit e4abff3

Browse files
author
jk250044
committed
feat(): generate changelog and bump to version v3.1.0
1 parent 966ea14 commit e4abff3

18 files changed

+458
-1
lines changed

docs/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# [3.1.0](https://github.com/teradata/covalent/compare/v3.1.0-beta.2...v3.1.0) (2020-10-01)
2+
3+
4+
### Bug Fixes
5+
6+
* **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))
7+
* **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))
8+
* **menu:** fix dynamic menu hover ([#1806](https://github.com/teradata/covalent/issues/1806)) ([966ea14](https://github.com/teradata/covalent/commit/966ea14c4dd3f037fd52802c92d798bf2750fada))
9+
10+
11+
### Features
12+
13+
* column sort order for datatable ([#1799](https://github.com/teradata/covalent/issues/1799)) ([2248518](https://github.com/teradata/covalent/commit/22485187fea9d87f3d141c42f6fb036fa95438b6))
14+
15+
16+
117
# [3.1.0-beta.2](https://github.com/teradata/covalent/compare/v3.1.0-beta.1...v3.1.0-beta.2) (2020-09-03)
218

319

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "covalent",
3-
"version": "3.1.0-beta.2",
3+
"version": "3.1.0",
44
"private": true,
55
"description": "Teradata UI Platform built on Angular Material",
66
"keywords": [

v3/platform/core/schematics/components.js

+96
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

v3/platform/core/schematics/components.js.map

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

v3/platform/core/schematics/ng-add/index.js

+61
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

v3/platform/core/schematics/ng-add/index.js.map

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

v3/platform/core/schematics/ng-add/index.spec.js

+115
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)