Skip to content

Commit 244929e

Browse files
committed
chore(release): 5.0.6
1 parent fa55a88 commit 244929e

File tree

3 files changed

+26
-14
lines changed

3 files changed

+26
-14
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
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="5.0.6"></a>
6+
## [5.0.6](https://github.com/swiety85/angular2gridster/compare/v5.0.3...v5.0.6) (2018-10-04)
7+
8+
9+
### Bug Fixes
10+
11+
* change event - oldValues empty when value = 0, fix: set default draggableOptions to empty object ([6bf757d](https://github.com/swiety85/angular2gridster/commit/6bf757d)), closes [#273](https://github.com/swiety85/angular2gridster/issues/273) [#264](https://github.com/swiety85/angular2gridster/issues/264)
12+
* v5.x bundle ([35fc470](https://github.com/swiety85/angular2gridster/commit/35fc470))
13+
* **build:** Fix production build for v5.x ([119b371](https://github.com/swiety85/angular2gridster/commit/119b371)), closes [#295](https://github.com/swiety85/angular2gridster/issues/295)
14+
15+
16+
517
<a name="5.0.5"></a>
618
## [5.0.5](https://github.com/swiety85/angular2gridster/compare/v5.0.4...v5.0.5) (2018-07-29)
719

package-lock.json

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "angular2gridster",
3-
"version": "5.0.5",
3+
"version": "5.0.6",
44
"license": "MIT",
55
"main": "./dist/index.js",
66
"scripts": {
77
"install-demo": "npm install --prefix ./demo",
88
"link-demo": "ln -s $PWD/src/ $PWD/demo/src/app/gridster",
99
"serve-demo": "npm start --prefix ./demo",
1010
"start": "npm start --prefix ./demo",
11-
"lint": "tslint src/**/*.ts && npm run lint --prefix ./demo",
11+
"lint": "tslint src/**/*.ts",
1212
"test": "karma start",
1313
"build": "echo 'Building...' && ngc -p tsconfig-lib.json",
1414
"release-major": "standard-version -r major",
@@ -47,7 +47,7 @@
4747
"@angular/core": "^5.2.11",
4848
"@angular/language-service": "^5.2.11",
4949
"@types/node": "~6.0.60",
50-
"codelyzer": "^4.3.0",
50+
"codelyzer": "^4.5.0",
5151
"reflect-metadata": "^0.1.3",
5252
"rxjs": "^5.5.5",
5353
"standard-version": "^4.2.0",
@@ -57,4 +57,4 @@
5757
"typescript": "2.6.x",
5858
"zone.js": "~0.8.12"
5959
}
60-
}
60+
}

0 commit comments

Comments
 (0)