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.2.1...v3.0.0) (2019-11-05)

* BREAKING CHANGE: sweetalert2 v9 ([2205826](2205826))

### BREAKING CHANGES

* sweetalert2 v9
  • Loading branch information
semantic-release-bot committed Nov 5, 2019
1 parent 2205826 commit dbd52f2
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 7 deletions.
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-themes/compare/v2.2.1...v3.0.0) (2019-11-05)


* BREAKING CHANGE: sweetalert2 v9 ([2205826](https://github.com/sweetalert2/sweetalert2-themes/commit/22058264538493c1309d889908184400d57613c0))


### BREAKING CHANGES

* sweetalert2 v9

## [2.2.1](https://github.com/sweetalert2/sweetalert2-themes/compare/v2.2.0...v2.2.1) (2019-10-17)


Expand Down
2 changes: 1 addition & 1 deletion bootstrap-4/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sweetalert2/theme-bootstrap-4",
"version": "2.2.1",
"version": "3.0.0",
"repository": "sweetalert2/sweetalert2-themes",
"homepage": "https://sweetalert2.github.io/",
"description": "Bootstrap 4 theme for SweetAlert2",
Expand Down
2 changes: 1 addition & 1 deletion borderless/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sweetalert2/theme-borderless",
"version": "2.2.1",
"version": "3.0.0",
"repository": "sweetalert2/sweetalert2-themes",
"homepage": "https://sweetalert2.github.io/",
"description": "Borderless theme for SweetAlert2",
Expand Down
2 changes: 1 addition & 1 deletion dark/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sweetalert2/theme-dark",
"version": "2.2.1",
"version": "3.0.0",
"repository": "sweetalert2/sweetalert2-themes",
"homepage": "https://sweetalert2.github.io/",
"description": "Dark theme for SweetAlert2",
Expand Down
2 changes: 1 addition & 1 deletion default/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sweetalert2/theme-default",
"version": "2.2.1",
"version": "3.0.0",
"repository": "sweetalert2/sweetalert2-themes",
"homepage": "https://sweetalert2.github.io/",
"description": "Default theme for SweetAlert2",
Expand Down
2 changes: 1 addition & 1 deletion material-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sweetalert2/theme-material-ui",
"version": "2.2.1",
"version": "3.0.0",
"repository": "sweetalert2/sweetalert2-themes",
"homepage": "https://sweetalert2.github.io/",
"description": "Material Ui theme for SweetAlert2",
Expand Down
2 changes: 1 addition & 1 deletion minimal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sweetalert2/theme-minimal",
"version": "2.2.1",
"version": "3.0.0",
"repository": "sweetalert2/sweetalert2-themes",
"homepage": "https://sweetalert2.github.io/",
"description": "Minimal theme for SweetAlert2",
Expand Down
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
{
"name": "@sweetalert2/themes",
"version": "2.2.1",
"version": "3.0.0",
"repository": "sweetalert2/sweetalert2-themes",
"homepage": "https://sweetalert2.github.io/",
"description": "Themes for SweetAlert2",
"peerDependencies": {
"sweetalert2": "^9.1.0"
},
"devDependencies": {
"@semantic-release/changelog": "3",
"@semantic-release/exec": "3.4.0-beta.2",
"@semantic-release/git": "7.1.0-beta.3",
"@sweetalert2/execute": "^1.0.0",
"@sweetalert2/stylelint-config": "^1.1.5",
"browser-sync": "^2.23.3",
Expand All @@ -21,6 +24,7 @@
"node-sass-tilde-importer": "^1.0.2",
"promise-polyfill": "^8.1.0",
"replace-in-file": "^4.0.0",
"semantic-release": "16.0.0-beta.26",
"stylelint": "^11.0.0",
"sweetalert2": "^9.1.0"
},
Expand Down

0 comments on commit dbd52f2

Please sign in to comment.