Skip to content

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.0.0](v2.0.2...v3.0.0) (2020-01-27)

* BREAKING CHANGE: fix: Unmount React content only once popup is destroyed (#107) ([2061d64](2061d64)), closes [#107](#107)

### BREAKING CHANGES

* fix: Unmount React content only once popup is destroyed (#107)
  • Loading branch information
semantic-release-bot committed Jan 27, 2020
1 parent 2061d64 commit fcc75d5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# [3.0.0](https://github.com/sweetalert2/sweetalert2-react-content/compare/v2.0.2...v3.0.0) (2020-01-27)


* BREAKING CHANGE: fix: Unmount React content only once popup is destroyed (#107) ([2061d64](https://github.com/sweetalert2/sweetalert2-react-content/commit/2061d6485346afb958f07a3c4f76c1f74d76c2fb)), closes [#107](https://github.com/sweetalert2/sweetalert2-react-content/issues/107)


### BREAKING CHANGES

* fix: Unmount React content only once popup is destroyed (#107)

## [2.0.2](https://github.com/sweetalert2/sweetalert2-react-content/compare/v2.0.1...v2.0.2) (2019-11-08)


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-react-content",
"version": "2.0.2",
"version": "3.0.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",
Expand Down

0 comments on commit fcc75d5

Please sign in to comment.