From a29b7058d757399a6e68da1b0af96e3655d5dda8 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 10 May 2019 08:38:42 +0000 Subject: [PATCH] chore(release): 2.0.1 [skip ci] ## [2.0.1](https://github.com/sweetalert2/sweetalert2-themes/compare/v2.0.0...v2.0.1) (2019-05-10) ### Bug Fixes * **borderlesse:** select colors ([4faa389](https://github.com/sweetalert2/sweetalert2-themes/commit/4faa389)) * **semantic-release:** set env.VERSION before building CSS files ([c4b31de](https://github.com/sweetalert2/sweetalert2-themes/commit/c4b31de)) --- CHANGELOG.md | 8 ++++++++ borderless/package.json | 2 +- dark/package.json | 2 +- default/package.json | 2 +- minimal/package.json | 2 +- package.json | 2 +- 6 files changed, 13 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27a3717..4ff70db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [2.0.1](https://github.com/sweetalert2/sweetalert2-themes/compare/v2.0.0...v2.0.1) (2019-05-10) + + +### Bug Fixes + +* **borderlesse:** select colors ([4faa389](https://github.com/sweetalert2/sweetalert2-themes/commit/4faa389)) +* **semantic-release:** set env.VERSION before building CSS files ([c4b31de](https://github.com/sweetalert2/sweetalert2-themes/commit/c4b31de)) + # [2.0.0](https://github.com/sweetalert2/sweetalert2-themes/compare/v1.3.0...v2.0.0) (2019-05-10) diff --git a/borderless/package.json b/borderless/package.json index 2a59777..26f3104 100644 --- a/borderless/package.json +++ b/borderless/package.json @@ -1,6 +1,6 @@ { "name": "@sweetalert2/theme-borderless", - "version": "2.0.0", + "version": "2.0.1", "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 acc32d2..4e76aa1 100644 --- a/dark/package.json +++ b/dark/package.json @@ -1,6 +1,6 @@ { "name": "@sweetalert2/theme-dark", - "version": "2.0.0", + "version": "2.0.1", "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 0303b19..46f9bde 100644 --- a/default/package.json +++ b/default/package.json @@ -1,6 +1,6 @@ { "name": "@sweetalert2/theme-default", - "version": "2.0.0", + "version": "2.0.1", "repository": "sweetalert2/sweetalert2-themes", "homepage": "https://sweetalert2.github.io/", "description": "Default theme for SweetAlert2", diff --git a/minimal/package.json b/minimal/package.json index 394f239..ac47280 100644 --- a/minimal/package.json +++ b/minimal/package.json @@ -1,6 +1,6 @@ { "name": "@sweetalert2/theme-minimal", - "version": "2.0.0", + "version": "2.0.1", "repository": "sweetalert2/sweetalert2-themes", "homepage": "https://sweetalert2.github.io/", "description": "Minimal theme for SweetAlert2", diff --git a/package.json b/package.json index da59b1e..1eb0e3e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sweetalert2/themes", - "version": "2.0.0", + "version": "2.0.1", "repository": "sweetalert2/sweetalert2-themes", "homepage": "https://sweetalert2.github.io/", "description": "Themes for SweetAlert2",