From 687170a2ee68e74dc44ccd7cc0aa069cd6f0b00f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 14 Nov 2019 08:46:17 +0000 Subject: [PATCH] chore(release): 3.0.2 [skip ci] ## [3.0.2](https://github.com/sweetalert2/sweetalert2-themes/compare/v3.0.1...v3.0.2) (2019-11-14) ### Bug Fixes * **dark:** buttons outline ([631237c](https://github.com/sweetalert2/sweetalert2-themes/commit/631237c0057de9ed6da0dcbbf4632a4d9b361bfd)) --- CHANGELOG.md | 7 +++++++ bootstrap-4/package.json | 2 +- borderless/package.json | 2 +- dark/package.json | 2 +- default/package.json | 2 +- material-ui/package.json | 2 +- minimal/package.json | 2 +- package.json | 2 +- 8 files changed, 14 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d80bfed..8468568 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.0.2](https://github.com/sweetalert2/sweetalert2-themes/compare/v3.0.1...v3.0.2) (2019-11-14) + + +### Bug Fixes + +* **dark:** buttons outline ([631237c](https://github.com/sweetalert2/sweetalert2-themes/commit/631237c0057de9ed6da0dcbbf4632a4d9b361bfd)) + ## [3.0.1](https://github.com/sweetalert2/sweetalert2-themes/compare/v3.0.0...v3.0.1) (2019-11-06) diff --git a/bootstrap-4/package.json b/bootstrap-4/package.json index b4b2eca..251d5c8 100644 --- a/bootstrap-4/package.json +++ b/bootstrap-4/package.json @@ -1,6 +1,6 @@ { "name": "@sweetalert2/theme-bootstrap-4", - "version": "3.0.1", + "version": "3.0.2", "repository": "sweetalert2/sweetalert2-themes", "homepage": "https://sweetalert2.github.io/", "description": "Bootstrap 4 theme for SweetAlert2", diff --git a/borderless/package.json b/borderless/package.json index 1f44a8d..deb03de 100644 --- a/borderless/package.json +++ b/borderless/package.json @@ -1,6 +1,6 @@ { "name": "@sweetalert2/theme-borderless", - "version": "3.0.1", + "version": "3.0.2", "repository": "sweetalert2/sweetalert2-themes", "homepage": "https://sweetalert2.github.io/", "description": "Borderless theme for SweetAlert2", diff --git a/dark/package.json b/dark/package.json index fc5f784..334253b 100644 --- a/dark/package.json +++ b/dark/package.json @@ -1,6 +1,6 @@ { "name": "@sweetalert2/theme-dark", - "version": "3.0.1", + "version": "3.0.2", "repository": "sweetalert2/sweetalert2-themes", "homepage": "https://sweetalert2.github.io/", "description": "Dark theme for SweetAlert2", diff --git a/default/package.json b/default/package.json index c84402b..1932cf2 100644 --- a/default/package.json +++ b/default/package.json @@ -1,6 +1,6 @@ { "name": "@sweetalert2/theme-default", - "version": "3.0.1", + "version": "3.0.2", "repository": "sweetalert2/sweetalert2-themes", "homepage": "https://sweetalert2.github.io/", "description": "Default theme for SweetAlert2", diff --git a/material-ui/package.json b/material-ui/package.json index e268f5b..3da9cf8 100644 --- a/material-ui/package.json +++ b/material-ui/package.json @@ -1,6 +1,6 @@ { "name": "@sweetalert2/theme-material-ui", - "version": "3.0.1", + "version": "3.0.2", "repository": "sweetalert2/sweetalert2-themes", "homepage": "https://sweetalert2.github.io/", "description": "Material Ui theme for SweetAlert2", diff --git a/minimal/package.json b/minimal/package.json index 37a3070..dd3ea72 100644 --- a/minimal/package.json +++ b/minimal/package.json @@ -1,6 +1,6 @@ { "name": "@sweetalert2/theme-minimal", - "version": "3.0.1", + "version": "3.0.2", "repository": "sweetalert2/sweetalert2-themes", "homepage": "https://sweetalert2.github.io/", "description": "Minimal theme for SweetAlert2", diff --git a/package.json b/package.json index f3cd5e5..822b943 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sweetalert2/themes", - "version": "3.0.1", + "version": "3.0.2", "repository": "sweetalert2/sweetalert2-themes", "homepage": "https://sweetalert2.github.io/", "description": "Themes for SweetAlert2",