Skip to content

Commit b4e6f49

Browse files
chore(release): 5.0.3 [skip ci]
## [5.0.3](v5.0.2...v5.0.3) (2022-08-17) ### Bug Fixes * export type ReactSweetAlertOptions (closes [#208](#208)) ([b3564da](b3564da))
1 parent b3564da commit b4e6f49

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [5.0.3](https://github.com/sweetalert2/sweetalert2-react-content/compare/v5.0.2...v5.0.3) (2022-08-17)
2+
3+
4+
### Bug Fixes
5+
6+
* export type ReactSweetAlertOptions (closes [#208](https://github.com/sweetalert2/sweetalert2-react-content/issues/208)) ([b3564da](https://github.com/sweetalert2/sweetalert2-react-content/commit/b3564da46e7ccd8301c785311e2318546dc1ed2e))
7+
18
## [5.0.2](https://github.com/sweetalert2/sweetalert2-react-content/compare/v5.0.1...v5.0.2) (2022-07-22)
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-react-content",
3-
"version": "5.0.2",
3+
"version": "5.0.3",
44
"description": "Official sweetalert2 enhancer adding support for React elements as content.",
55
"main": "dist/sweetalert2-react-content.cjs.js",
66
"module": "dist/sweetalert2-react-content.es.js",

0 commit comments

Comments
 (0)