Skip to content

Commit

Permalink
BREAKING CHANGE: SweetAlert2 v10 🚀
Browse files Browse the repository at this point in the history
BREAKING CHANGE: SweetAlert2 v10 🚀
  • Loading branch information
Limon Monte committed Sep 8, 2020
1 parent 30c7a3e commit 5bd74e6
Show file tree
Hide file tree
Showing 3 changed files with 325 additions and 329 deletions.
1 change: 1 addition & 0 deletions bootstrap-4/bootstrap-4.scss
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ $swal2-border-radius: .3rem;

// ANIMATIONS
// animate.css/fading_entrances/fadeInDown.css

@keyframes fadeInDown {
from {
transform: translate3d(0, -100%, 0);
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"homepage": "https://sweetalert2.github.io/",
"description": "Themes for SweetAlert2",
"peerDependencies": {
"sweetalert2": "^9.10.2"
"sweetalert2": "^10.0.0"
},
"devDependencies": {
"@sweetalert2/execute": "^1.0.1",
Expand All @@ -23,7 +23,7 @@
"promise-polyfill": "^8.1.3",
"replace-in-file": "^6.0.0",
"stylelint": "^13.1.0",
"sweetalert2": "^9.10.2"
"sweetalert2": "^10.0.0"
},
"author": "Limon Monte <[email protected]> (https://limonte.github.io)",
"contributors": [
Expand Down
Loading

0 comments on commit 5bd74e6

Please sign in to comment.