Skip to content

Commit

Permalink
chore(release): 11.7.18 [skip ci]
Browse files Browse the repository at this point in the history
## [11.7.18](v11.7.17...v11.7.18) (2023-07-15)

### Bug Fixes

* check if texarea is still in document ([#2655](#2655)) ([6277fda](6277fda))
  • Loading branch information
semantic-release-bot committed Jul 15, 2023
1 parent 6277fda commit 77b5383
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [11.7.18](https://github.com/sweetalert2/sweetalert2/compare/v11.7.17...v11.7.18) (2023-07-15)


### Bug Fixes

* check if texarea is still in document ([#2655](https://github.com/sweetalert2/sweetalert2/issues/2655)) ([6277fda](https://github.com/sweetalert2/sweetalert2/commit/6277fda672df3d14077d8d80fcb9c4630cb8e858))

## [11.7.17](https://github.com/sweetalert2/sweetalert2/compare/v11.7.16...v11.7.17) (2023-07-15)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sweetalert2",
"version": "11.7.17",
"version": "11.7.18",
"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
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,6 @@ Object.keys(instanceMethods).forEach((key) => {

SweetAlert.DismissReason = DismissReason

SweetAlert.version = '11.7.17'
SweetAlert.version = '11.7.18'

export default SweetAlert

0 comments on commit 77b5383

Please sign in to comment.