Skip to content

Commit 9c77b64

Browse files
committed
6.0.0-rc.1 info
1 parent dd893de commit 9c77b64

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,16 @@ All notable changes to this project will be documented in this file. See [standa
55
<a name="6.0.0-rc.1"></a>
66
# [6.0.0-rc.1](https://github.com/swiety85/angular2gridster/compare/v7.0.0-rc.0...v6.0.0-rc.1) (2018-05-29)
77

8+
### Bug Fixes
9+
10+
* fix build bundle
811

912

1013
<a name="6.0.0-rc.0"></a>
1114
# [6.0.0-rc.0](https://github.com/swiety85/angular2gridster/compare/v5.0.0...v6.0.0-rc.0) (2018-05-29)
1215

1316

14-
### fear
17+
### Features
1518

1619
* **build:** compatibility with Angular 6 ([ceb74e3](https://github.com/swiety85/angular2gridster/commit/ceb74e3))
1720

@@ -574,4 +577,4 @@ BREAKING CHANGES: requeires .forRoot() in module import
574577
### Features
575578

576579
* **build:** Angular CLI build was replaced with custom webpack build
577-
* **demo:** create demo app component
580+
* **demo:** create demo app component

projects/angular2gridster/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": "6.0.0-rc.0",
3+
"version": "6.0.0-rc.1",
44
"peerDependencies": {
55
"@angular/common": "^6.0.0-rc.0 || ^6.0.0",
66
"@angular/core": "^6.0.0-rc.0 || ^6.0.0"

0 commit comments

Comments
 (0)