Skip to content

Commit bb7da43

Browse files
chore(release): 11.10.1 [skip ci]
## [11.10.1](sweetalert2/sweetalert2@v11.10.0...v11.10.1) (2023-11-19) ### Bug Fixes * resolve swal promise when its dismissed by another swal ([sweetalert2#2689](sweetalert2#2689)) ([0b4329b](sweetalert2@0b4329b))
1 parent 0b4329b commit bb7da43

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [11.10.1](https://github.com/sweetalert2/sweetalert2/compare/v11.10.0...v11.10.1) (2023-11-19)
2+
3+
4+
### Bug Fixes
5+
6+
* resolve swal promise when its dismissed by another swal ([#2689](https://github.com/sweetalert2/sweetalert2/issues/2689)) ([0b4329b](https://github.com/sweetalert2/sweetalert2/commit/0b4329b334500419dff7a0b2c4268ad8e49d21c9))
7+
18
# [11.10.0](https://github.com/sweetalert2/sweetalert2/compare/v11.9.1...v11.10.0) (2023-11-14)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sweetalert2",
3-
"version": "11.10.0",
3+
"version": "11.10.1",
44
"repository": "sweetalert2/sweetalert2",
55
"homepage": "https://sweetalert2.github.io/",
66
"description": "A beautiful, responsive, customizable and accessible (WAI-ARIA) replacement for JavaScript's popup boxes, supported fork of sweetalert",

src/SweetAlert.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,6 @@ Object.keys(instanceMethods).forEach((key) => {
332332

333333
SweetAlert.DismissReason = DismissReason
334334

335-
SweetAlert.version = '11.10.0'
335+
SweetAlert.version = '11.10.1'
336336

337337
export default SweetAlert

0 commit comments

Comments
 (0)