Skip to content

Commit

Permalink
chore(release): 11.7.29 [skip ci]
Browse files Browse the repository at this point in the history
## [11.7.29](v11.7.28...v11.7.29) (2023-09-25)

### Bug Fixes

* **types:** allow imageUrl to be null ([6e7915f](6e7915f))
* **types:** allow returning false from inputValidator ([a3becd9](a3becd9))
* **types:** allow target to be null ([82a40d5](82a40d5))
  • Loading branch information
semantic-release-bot committed Sep 25, 2023
1 parent a3becd9 commit 5445589
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [11.7.29](https://github.com/sweetalert2/sweetalert2/compare/v11.7.28...v11.7.29) (2023-09-25)


### Bug Fixes

* **types:** allow imageUrl to be null ([6e7915f](https://github.com/sweetalert2/sweetalert2/commit/6e7915ff75912e24ccb3a7fca1bc215c51f318b1))
* **types:** allow returning false from inputValidator ([a3becd9](https://github.com/sweetalert2/sweetalert2/commit/a3becd99d1449c183b498f3015eb5c5bdd38ba44))
* **types:** allow target to be null ([82a40d5](https://github.com/sweetalert2/sweetalert2/commit/82a40d5e961f1b76773c5bd773525e41de15a172))

## [11.7.28](https://github.com/sweetalert2/sweetalert2/compare/v11.7.27...v11.7.28) (2023-09-14)


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.28",
"version": "11.7.29",
"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 @@ -321,6 +321,6 @@ Object.keys(instanceMethods).forEach((key) => {

SweetAlert.DismissReason = DismissReason

SweetAlert.version = '11.7.28'
SweetAlert.version = '11.7.29'

export default SweetAlert

0 comments on commit 5445589

Please sign in to comment.