Skip to content

Commit

Permalink
chore(release): 8.0.7 [skip ci]
Browse files Browse the repository at this point in the history
## [8.0.7](v8.0.6...v8.0.7) (2019-02-12)

### Bug Fixes

* restore correct padding when scrollbar is present ([#1410](#1410)) ([f73f1d7](f73f1d7))
  • Loading branch information
semantic-release-bot committed Feb 12, 2019
1 parent f73f1d7 commit 6ce0853
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,10 @@
## [8.0.7](https://github.com/sweetalert2/sweetalert2/compare/v8.0.6...v8.0.7) (2019-02-12)


### Bug Fixes

* restore correct padding when scrollbar is present ([#1410](https://github.com/sweetalert2/sweetalert2/issues/1410)) ([f73f1d7](https://github.com/sweetalert2/sweetalert2/commit/f73f1d7))

## [8.0.6](https://github.com/sweetalert2/sweetalert2/compare/v8.0.5...v8.0.6) (2019-02-05)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "sweetalert2",
"version": "8.0.6",
"version": "8.0.7",
"repository": "sweetalert2/sweetalert2",
"homepage": "https://sweetalert2.github.io/",
"description": "A beautiful, responsive, customizable and accessible (WAI-ARIA) replacement for JavaScript's popup boxes, supported fork of sweetalert",
Expand Down
2 changes: 1 addition & 1 deletion src/SweetAlert.js
Expand Up @@ -63,6 +63,6 @@ Object.keys(instanceMethods).forEach(key => {

SweetAlert.DismissReason = DismissReason

SweetAlert.version = '8.0.6'
SweetAlert.version = '8.0.7'

export default SweetAlert

0 comments on commit 6ce0853

Please sign in to comment.