Skip to content
This repository was archived by the owner on Jun 1, 2025. It is now read-only.

Commit 8346c06

Browse files
committed
chore(release): 2.21.2
1 parent fd052d1 commit 8346c06

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [2.21.2](https://github.com/ghiscoding/angular-slickgrid/compare/v2.21.1...v2.21.2) (2020-09-08)
6+
7+
8+
### Bug Fixes
9+
10+
* **editors:** all Editors should call commitChanges even when invalid, fixes [#571](https://github.com/ghiscoding/angular-slickgrid/issues/571) ([#574](https://github.com/ghiscoding/angular-slickgrid/issues/574)) ([fd052d1](https://github.com/ghiscoding/angular-slickgrid/commit/fd052d156999b9113e33ac5102b877fadfe610b6))
11+
* **styling:** refactor Material/Salesforce styling theme ([#573](https://github.com/ghiscoding/angular-slickgrid/issues/573)) ([e2b138d](https://github.com/ghiscoding/angular-slickgrid/commit/e2b138d314238008d5033a0774e1c036f5e89bfc))
12+
513
### [2.21.1](https://github.com/ghiscoding/angular-slickgrid/compare/v2.21.0...v2.21.1) (2020-09-03)
614

715

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-slickgrid",
3-
"version": "2.21.1",
3+
"version": "2.21.2",
44
"description": "Slickgrid components made available in Angular",
55
"keywords": [
66
"angular",
@@ -179,4 +179,4 @@
179179
"yargs": "^15.4.1",
180180
"zone.js": "^0.8.29"
181181
}
182-
}
182+
}

0 commit comments

Comments
 (0)