Skip to content

Commit

Permalink
chore(release): 11.7.23 [skip ci]
Browse files Browse the repository at this point in the history
## [11.7.23](v11.7.22...v11.7.23) (2023-08-15)

### Bug Fixes

* change footer's display flex -> block ([#2661](#2661)) ([c515e76](c515e76))
  • Loading branch information
semantic-release-bot committed Aug 15, 2023
1 parent c515e76 commit 5bda13a
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.23](https://github.com/sweetalert2/sweetalert2/compare/v11.7.22...v11.7.23) (2023-08-15)


### Bug Fixes

* change footer's display flex -> block ([#2661](https://github.com/sweetalert2/sweetalert2/issues/2661)) ([c515e76](https://github.com/sweetalert2/sweetalert2/commit/c515e7664b3904a54aab79a43e58802e81f8bca2))

## [11.7.22](https://github.com/sweetalert2/sweetalert2/compare/v11.7.21...v11.7.22) (2023-08-10)


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.22",
"version": "11.7.23",
"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.22'
SweetAlert.version = '11.7.23'

export default SweetAlert

0 comments on commit 5bda13a

Please sign in to comment.