Skip to content

Commit

Permalink
6.0.0-rc.1 info
Browse files Browse the repository at this point in the history
  • Loading branch information
swiety85 committed May 29, 2018
1 parent dd893de commit 9c77b64
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,16 @@ All notable changes to this project will be documented in this file. See [standa
<a name="6.0.0-rc.1"></a>
# [6.0.0-rc.1](https://github.com/swiety85/angular2gridster/compare/v7.0.0-rc.0...v6.0.0-rc.1) (2018-05-29)

### Bug Fixes

* fix build bundle


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


### fear
### Features

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

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

* **build:** Angular CLI build was replaced with custom webpack build
* **demo:** create demo app component
* **demo:** create demo app component
2 changes: 1 addition & 1 deletion projects/angular2gridster/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular2gridster",
"version": "6.0.0-rc.0",
"version": "6.0.0-rc.1",
"peerDependencies": {
"@angular/common": "^6.0.0-rc.0 || ^6.0.0",
"@angular/core": "^6.0.0-rc.0 || ^6.0.0"
Expand Down

0 comments on commit 9c77b64

Please sign in to comment.