From dc87b525cba5cbaff9ff5823e32397a60a483720 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 16 Dec 2024 22:06:36 +0000 Subject: [PATCH] chore(release): 5.1.0 [skip ci] # [5.1.0](https://github.com/sweetalert2/sweetalert2-react-content/compare/v5.0.7...v5.1.0) (2024-12-16) ### Features * support react 19 ([8aaadea](https://github.com/sweetalert2/sweetalert2-react-content/commit/8aaadea222099ffd4e2e8fbb1aa3820c75dc5b98)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9747faf..b5d2942 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [5.1.0](https://github.com/sweetalert2/sweetalert2-react-content/compare/v5.0.7...v5.1.0) (2024-12-16) + + +### Features + +* support react 19 ([8aaadea](https://github.com/sweetalert2/sweetalert2-react-content/commit/8aaadea222099ffd4e2e8fbb1aa3820c75dc5b98)) + ## [5.0.7](https://github.com/sweetalert2/sweetalert2-react-content/compare/v5.0.6...v5.0.7) (2022-10-27) diff --git a/package.json b/package.json index fdd1225..d891503 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sweetalert2-react-content", - "version": "5.0.7", + "version": "5.1.0", "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",