Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

3.7.0 release #117

Merged
merged 2 commits into from
May 1, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 3.7.0 (2020-05-01)

- Updated the visual styles of the column resize indicator. [#116](https://github.com/blackbaud/skyux-grids/pull/116)
- Removed dependency on `moment`. [#116](https://github.com/blackbaud/skyux-grids/pull/116)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR link is the same as visual styles entry. Is that correct?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That is correct. We did them both in the same.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should have "a" before "dependency.


# 3.6.0 (2020-03-23)

- Added the ability to delete rows in the grid component. [#98](https://github.com/blackbaud/skyux-grids/pull/98)
Expand Down
17 changes: 9 additions & 8 deletions 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": "@skyux/grids",
"version": "3.6.0",
"version": "3.7.0",
"description": "SKY UX Grids",
"main": "bundles/bundle.umd.js",
"module": "index.ts",
Expand Down