From 10e16307cc4911110aa79a4fc48638ebb8b50650 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 22 Jul 2022 11:40:11 +0000 Subject: [PATCH] chore(release): 5.0.2 [skip ci] ## [5.0.2](https://github.com/sweetalert2/sweetalert2-react-content/compare/v5.0.1...v5.0.2) (2022-07-22) ### Bug Fixes * use react-dom/client in rollup config ([#205](https://github.com/sweetalert2/sweetalert2-react-content/issues/205)) ([4ce9ca9](https://github.com/sweetalert2/sweetalert2-react-content/commit/4ce9ca9be2c4c355bbd88dfb93836ef360a8a812)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d759f43..49f0f24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.0.2](https://github.com/sweetalert2/sweetalert2-react-content/compare/v5.0.1...v5.0.2) (2022-07-22) + + +### Bug Fixes + +* use react-dom/client in rollup config ([#205](https://github.com/sweetalert2/sweetalert2-react-content/issues/205)) ([4ce9ca9](https://github.com/sweetalert2/sweetalert2-react-content/commit/4ce9ca9be2c4c355bbd88dfb93836ef360a8a812)) + ## [5.0.1](https://github.com/sweetalert2/sweetalert2-react-content/compare/v5.0.0...v5.0.1) (2022-06-28) diff --git a/package.json b/package.json index 3ef275d..a102711 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sweetalert2-react-content", - "version": "5.0.1", + "version": "5.0.2", "description": "Official sweetalert2 enhancer adding support for React elements as content.", "main": "dist/sweetalert2-react-content.cjs.js", "module": "dist/sweetalert2-react-content.es.js",