Skip to content

Commit

Permalink
chore(release): 3.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [3.0.1](v3.0.0...v3.0.1) (2019-11-06)

### Bug Fixes

* bump sweetalert2 to ^9.1.5 ([bf056e4](bf056e4))
  • Loading branch information
semantic-release-bot committed Nov 6, 2019
1 parent bf056e4 commit 72b2db1
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 7 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [3.0.1](https://github.com/sweetalert2/sweetalert2-themes/compare/v3.0.0...v3.0.1) (2019-11-06)


### Bug Fixes

* bump sweetalert2 to ^9.1.5 ([bf056e4](https://github.com/sweetalert2/sweetalert2-themes/commit/bf056e4752d649e519c09e0b36d7c9a67dc08e4e))

# [3.0.0](https://github.com/sweetalert2/sweetalert2-themes/compare/v2.2.1...v3.0.0) (2019-11-05)


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": "3.0.0",
"version": "3.0.1",
"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": "3.0.0",
"version": "3.0.1",
"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": "3.0.0",
"version": "3.0.1",
"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": "3.0.0",
"version": "3.0.1",
"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": "3.0.0",
"version": "3.0.1",
"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": "3.0.0",
"version": "3.0.1",
"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": "3.0.0",
"version": "3.0.1",
"repository": "sweetalert2/sweetalert2-themes",
"homepage": "https://sweetalert2.github.io/",
"description": "Themes for SweetAlert2",
"peerDependencies": {
"sweetalert2": "^9.1.5"
},
"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.5"
},
Expand Down

0 comments on commit 72b2db1

Please sign in to comment.