From 1ea457a1fdc999e5fc2075eeead521b77d93c01c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 8 Nov 2019 18:23:28 +0000 Subject: [PATCH] chore(release): 2.0.2 [skip ci] ## [2.0.2](https://github.com/sweetalert2/sweetalert2-react-content/compare/v2.0.1...v2.0.2) (2019-11-08) ### Bug Fixes * call super method /w given arg when extending onOpen & onClose ([#101](https://github.com/sweetalert2/sweetalert2-react-content/issues/101)) ([4362bdc](https://github.com/sweetalert2/sweetalert2-react-content/commit/4362bdcc9e94758f3e12d41d3cb786c4988baa2d)) --- CHANGELOG.md | 7 +++++++ package.json | 6 +++++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9cf002a..802d5e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.2](https://github.com/sweetalert2/sweetalert2-react-content/compare/v2.0.1...v2.0.2) (2019-11-08) + + +### Bug Fixes + +* call super method /w given arg when extending onOpen & onClose ([#101](https://github.com/sweetalert2/sweetalert2-react-content/issues/101)) ([4362bdc](https://github.com/sweetalert2/sweetalert2-react-content/commit/4362bdcc9e94758f3e12d41d3cb786c4988baa2d)) + ## [2.0.1](https://github.com/sweetalert2/sweetalert2-react-content/compare/v2.0.0...v2.0.1) (2019-11-07) diff --git a/package.json b/package.json index a0ab4d8..71b8102 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sweetalert2-react-content", - "version": "2.0.1", + "version": "2.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", @@ -51,6 +51,9 @@ "@babel/preset-env": "^7.3.1", "@babel/preset-react": "^7.0.0", "@babel/runtime": "^7.3.1", + "@semantic-release/changelog": "3", + "@semantic-release/exec": "3.4.0-beta.2", + "@semantic-release/git": "7.1.0-beta.3", "@sweetalert2/eslint-config": "^1.0.0", "@types/react": "^16.0.40", "babel-core": "^7.0.0-bridge.0", @@ -65,6 +68,7 @@ "rollup-plugin-commonjs": "^10.0.0", "rollup-plugin-node-resolve": "^5.0.0", "rollup-plugin-terser": "^5.0.0", + "semantic-release": "16.0.0-beta.26", "sweetalert2": "^9.1.0", "typescript": "^3.1.3" },