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

Commit

Permalink
3.7.0 release (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
Blackbaud-AlexKingman committed May 1, 2020
1 parent 86b6524 commit 1e826c6
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 9 deletions.
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)

# 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

0 comments on commit 1e826c6

Please sign in to comment.