Skip to content

Commit

Permalink
chore: bump version and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Shlomi Assaf (shlassaf) committed Aug 21, 2016
1 parent ee66675 commit a278ffc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
15 changes: 10 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,26 @@
<a name="2.0.0-beta.5"></a>
# [2.0.0-beta.5](https://github.com/shlomiassaf/angular2-modal/compare/1.1.4...v2.0.0-beta.5) (2016-08-21)
<a name="2.0.0-beta.6"></a>
# [2.0.0-beta.6](https://github.com/shlomiassaf/angular2-modal/compare/1.1.4...v2.0.0-beta.6) (2016-08-21)

### Features
* use overlay DOM structure
* use CSS animation for plugins based on CSS libraries (e.g: bootstrap, vex)

### Bug Fixes

* import paths for systemjs ([c6fff42](https://github.com/shlomiassaf/angular2-modal/commit/c6fff42))
* import paths for systemjs ([987e21b](https://github.com/shlomiassaf/angular2-modal/commit/987e21b))
* reference directory with index.ts to the index file directly ([18a3ba8](https://github.com/shlomiassaf/angular2-modal/commit/18a3ba8))
* rename relative exports ([ee66675](https://github.com/shlomiassaf/angular2-modal/commit/ee66675))


### Features
* use overlay DOM structure
* use CSS animation for plugins based on CSS libraries (e.g: bootstrap, vex)


### BREAKING CHANGES
* The modal `open()` command now accepts different variables.
* plugin structure change (affects plugin development only)



<a name="1.1.4"></a>
## [1.1.4](https://github.com/shlomiassaf/angular2-modal/compare/1.1.3...v1.1.4) (2016-08-21)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "angular2-modal",
"description": "Angular2 Modal (dialog) window.",
"version": "2.0.0-beta.5",
"version": "2.0.0-beta.6",
"repository": {
"type": "git",
"url": "https://github.com/shlomiassaf/angular2-modal.git"
Expand Down

0 comments on commit a278ffc

Please sign in to comment.