Skip to content

Commit

Permalink
chore(release): 2.0.2 [skip ci]
Browse files Browse the repository at this point in the history
## [2.0.2](v2.0.1...v2.0.2) (2019-11-08)

### Bug Fixes

* call super method /w given arg when extending onOpen & onClose ([#101](#101)) ([4362bdc](4362bdc))
  • Loading branch information
semantic-release-bot committed Nov 8, 2019
1 parent 4362bdc commit 1ea457a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
6 changes: 5 additions & 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.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",
Expand Down Expand Up @@ -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",
Expand All @@ -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"
},
Expand Down

0 comments on commit 1ea457a

Please sign in to comment.