Skip to content

Commit

Permalink
chore: bump version to # 2.3.1 w/ changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
shlomiassaf committed Dec 3, 2020
1 parent 1520f29 commit 59b9bc4
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 2.3.1 (2020-12-03)


### Bug Fixes

* **ngrid:** support dynamic RTL layout change ([1520f29](https://github.com/shlomiassaf/ngrid/commit/1520f291a5280b11737edbf43d51eb06391fc76d))
* **ngrid/overlay-panel:** change detection is disconnected when opening panels ([b95eb50](https://github.com/shlomiassaf/ngrid/commit/b95eb50348d5a74da91bd8059653384c4d5db882)), closes [#95](https://github.com/shlomiassaf/ngrid/issues/95)



# 2.3.0 (2020-11-01)


Expand Down
4 changes: 2 additions & 2 deletions libs/ngrid-material/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@pebula/ngrid-material",
"version": "2.3.0",
"version": "2.3.1",
"peerDependencies": {
"@angular/material": "^10.2.2",
"@pebula/ngrid": "2.3.0"
"@pebula/ngrid": "2.3.1"
},
"dependencies": {
"tslib": "^2.0.0"
Expand Down
2 changes: 1 addition & 1 deletion libs/ngrid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pebula/ngrid",
"version": "2.3.0",
"version": "2.3.1",
"license": "MIT",
"peerDependencies": {
"@angular/common": "^10.1.0",
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": "pebula",
"version": "2.3.0",
"version": "2.3.1",
"license": "MIT",
"scripts": {
"ng": "ng",
Expand Down

0 comments on commit 59b9bc4

Please sign in to comment.