Skip to content

Commit 0c5796c

Browse files
committed
chore(release): 1.6.0
1 parent afc96ea commit 0c5796c

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
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+
<a name="1.6.0"></a>
6+
# [1.6.0](https://github.com/swiety85/angular2gridster/compare/v1.5.3...v1.6.0) (2018-05-21)
7+
8+
9+
### Features
10+
11+
* responsive gridster-items, gridster-item-prototype. GridsterOptions new flag: responsiveSizes ([871f886](https://github.com/swiety85/angular2gridster/commit/871f886))
12+
* **config:** Provide support for different item width/height for different breakpoints ([6f95dd3](https://github.com/swiety85/angular2gridster/commit/6f95dd3)), closes [#98](https://github.com/swiety85/angular2gridster/issues/98)
13+
* **config:** Provide support for different item width/height for different breakpoints ([09815b9](https://github.com/swiety85/angular2gridster/commit/09815b9)), closes [#98](https://github.com/swiety85/angular2gridster/issues/98)
14+
* **config:** Provide support for different item width/height for different breakpoints ([06421b5](https://github.com/swiety85/angular2gridster/commit/06421b5)), closes [#98](https://github.com/swiety85/angular2gridster/issues/98)
15+
* **config:** Provide support for different item width/height for different breakpoints ([b0b7888](https://github.com/swiety85/angular2gridster/commit/b0b7888)), closes [#98](https://github.com/swiety85/angular2gridster/issues/98)
16+
17+
18+
519
<a name="1.5.3"></a>
620
## [1.5.3](https://github.com/swiety85/angular2gridster/compare/v1.5.2...v1.5.3) (2018-05-18)
721

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular2gridster",
3-
"version": "1.5.3",
3+
"version": "1.6.0",
44
"license": "MIT",
55
"main": "./dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)