Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
shlomiassaf committed Aug 12, 2019
1 parent 672a590 commit 32c3955
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 4 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# 1.0.0-alpha.27 (2019-08-12)


### Bug Fixes

* **docs:** docs indicate using an invalid columns format ([9e7b30f](https://github.com/shlomiassaf/ngrid/commit/9e7b30f)), closes [#31](https://github.com/shlomiassaf/ngrid/issues/31)
* **docs:** handle entire link-item click ([73b1d36](https://github.com/shlomiassaf/ngrid/commit/73b1d36))


### Features

* **ngrid/detail-row:** control detail row updates ([672a590](https://github.com/shlomiassaf/ngrid/commit/672a590)), closes [#33](https://github.com/shlomiassaf/ngrid/issues/33)



# 1.0.0-alpha.26 (2019-06-27)


Expand Down
4 changes: 2 additions & 2 deletions libs/ngrid-material/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@pebula/ngrid-material",
"version": "1.0.0-alpha.26",
"version": "1.0.0-alpha.27",
"peerDependencies": {
"@angular/material": "^7.3.1",
"@pebula/ngrid": "1.0.0-alpha.26"
"@pebula/ngrid": "1.0.0-alpha.27"
}
}
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": "1.0.0-alpha.26",
"version": "1.0.0-alpha.27",
"peerDependencies": {
"@angular/common": "^7.2.3",
"@angular/core": "^7.2.3",
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": "1.0.0-alpha.26",
"version": "1.0.0-alpha.27",
"license": "MIT",
"scripts": {
"ng": "ng",
Expand Down

0 comments on commit 32c3955

Please sign in to comment.