From bc98047b683261055e5ff284f98e79dd330721ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francisco=20Javier=20Arribas=20Fern=C3=A1ndez?= Date: Tue, 29 May 2018 20:22:26 +0200 Subject: [PATCH 1/3] chore(firebase): Fix the production firebase config --- netlify.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/netlify.toml b/netlify.toml index 45eaccc..c91ee19 100644 --- a/netlify.toml +++ b/netlify.toml @@ -6,9 +6,9 @@ FB_API_KEY = "AIzaSyBG_t00oVzmqiVhF57L9npCb4SqVqaABPI" FB_AUTH_DOMAIN = "pollme-dc0fc.firebaseapp.com" FB_DB_URL = "https://pollme-dc0fc.firebaseio.com" - FB_PROJECT_ID = "3299333018" - FB_STORAGE_BUCKET = "pollme-dc0fc" - FB_MSG_SENDER_ID = "pollme-dc0fc.appspot.com" + FB_PROJECT_ID = "pollme-dc0fc" + FB_STORAGE_BUCKET = "pollme-dc0fc.appspot.com" + FB_MSG_SENDER_ID = "3299333018" [[redirects]] from = "/*" From 65e8aa326816faee577ed629e0625f247f224653 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francisco=20Javier=20Arribas=20Fern=C3=A1ndez?= Date: Tue, 29 May 2018 20:25:13 +0200 Subject: [PATCH 2/3] docs(changelog): Update the changelog with the future version --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bbffba1..eb086c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] -## [0.1.0] - 2018-05-28 +## [0.1.1] - 2018-05-28 ### Added @@ -30,5 +30,5 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - **Continuous deployment** (CD) using the **Netlify** service - **PWA** app configuration for allow the users install the app on their devices -[Unreleased]: https://github.com/Poll-me/poll-me-vue/compare/v0.1.0-alpha.1...HEAD -[0.1.0]: https://github.com/Poll-me/poll-me-vue/compare/v0.0.0...v0.1.0-alpha.1 +[Unreleased]: https://github.com/Poll-me/poll-me-vue/compare/v0.1.1...HEAD +[0.1.1]: https://github.com/Poll-me/poll-me-vue/compare/v0.0.0...v0.1.1 From da8f5cdc8e9a01586ea29e398752f27e98d6bbe0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francisco=20Javier=20Arribas=20Fern=C3=A1ndez?= Date: Tue, 29 May 2018 20:25:37 +0200 Subject: [PATCH 3/3] chore(pkg): Bump the package version to 0.1.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 75edcd0..dfe219b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "poll-me-vue", - "version": "0.1.0-alpha.1", + "version": "0.1.1", "description": "The VueJS version of the PollMe web app", "keywords": [ "vue",