From 155ef6e3a4e07c4d33fcdd5a7910f38ae2107b65 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 4 May 2019 06:18:06 +0000 Subject: [PATCH] chore(release): 1.1.0 [skip ci] # [1.1.0](https://github.com/sweetalert2/sweetalert2-themes/compare/v1.0.6...v1.1.0) (2019-05-04) ### Features * add theme-minimal ([#18](https://github.com/sweetalert2/sweetalert2-themes/issues/18)) ([bb734fe](https://github.com/sweetalert2/sweetalert2-themes/commit/bb734fe)) --- CHANGELOG.md | 7 +++++++ dark/package.json | 2 +- embed-iframe/package.json | 2 +- minimal/package.json | 2 +- package.json | 2 +- 5 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b069c8..0195808 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.1.0](https://github.com/sweetalert2/sweetalert2-themes/compare/v1.0.6...v1.1.0) (2019-05-04) + + +### Features + +* add theme-minimal ([#18](https://github.com/sweetalert2/sweetalert2-themes/issues/18)) ([bb734fe](https://github.com/sweetalert2/sweetalert2-themes/commit/bb734fe)) + ## [1.0.6](https://github.com/sweetalert2/sweetalert2-themes/compare/v1.0.5...v1.0.6) (2019-05-03) diff --git a/dark/package.json b/dark/package.json index 393a90d..325a4c3 100644 --- a/dark/package.json +++ b/dark/package.json @@ -1,6 +1,6 @@ { "name": "@sweetalert2/theme-dark", - "version": "1.0.6", + "version": "1.1.0", "repository": "sweetalert2/sweetalert2-themes", "homepage": "https://sweetalert2.github.io/", "description": "Dark theme for SweetAlert2", diff --git a/embed-iframe/package.json b/embed-iframe/package.json index 4b511e6..5ca4f7d 100644 --- a/embed-iframe/package.json +++ b/embed-iframe/package.json @@ -1,6 +1,6 @@ { "name": "@sweetalert2/theme-embed-iframe", - "version": "1.0.6", + "version": "1.1.0", "repository": "sweetalert2/sweetalert2-themes", "homepage": "https://sweetalert2.github.io/", "description": "Embed Iframe theme for SweetAlert2", diff --git a/minimal/package.json b/minimal/package.json index 33ffb6b..f5bb021 100644 --- a/minimal/package.json +++ b/minimal/package.json @@ -1,6 +1,6 @@ { "name": "@sweetalert2/theme-minimal", - "version": "1.0.5", + "version": "1.1.0", "repository": "sweetalert2/sweetalert2-themes", "homepage": "https://sweetalert2.github.io/", "description": "Minimal theme for SweetAlert2", diff --git a/package.json b/package.json index c677ec4..6c51c91 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sweetalert2/themes", - "version": "1.0.6", + "version": "1.1.0", "repository": "sweetalert2/sweetalert2-themes", "homepage": "https://sweetalert2.github.io/", "description": "Themes for SweetAlert2",