Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.1.0...v2.0.0) (2019-11-05)

* BREAKING CHANGE: sweetalert2 v9 ([519bcd8](519bcd8))

### BREAKING CHANGES

* sweetalert2 v9
  • Loading branch information
semantic-release-bot committed Nov 5, 2019
1 parent 519bcd8 commit 8ed3cdf
Show file tree
Hide file tree
Showing 2 changed files with 15 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 @@
# [2.0.0](https://github.com/sweetalert2/sweetalert2-react-content/compare/v1.1.0...v2.0.0) (2019-11-05)


* BREAKING CHANGE: sweetalert2 v9 ([519bcd8](https://github.com/sweetalert2/sweetalert2-react-content/commit/519bcd8da7fa86f7a692979484d5b23f94053518))


### BREAKING CHANGES

* sweetalert2 v9

# [1.1.0](https://github.com/sweetalert2/sweetalert2-react-content/compare/v1.0.3...v1.1.0) (2019-03-23)


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": "1.1.0",
"version": "2.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 Expand Up @@ -56,6 +56,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",
"@types/react": "^16.0.40",
"babel-core": "^7.0.0-bridge.0",
"jest": "^24.1.0",
Expand All @@ -67,6 +70,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",
"tslint": "^5.9.1",
"typescript": "^3.1.3",
Expand Down

0 comments on commit 8ed3cdf

Please sign in to comment.