From 9aa32980710c525ed6fd62b8307c5a157c72cf7d Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Mon, 13 Aug 2018 05:19:17 +0000 Subject: [PATCH 1/7] chore(package): update dependencies --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index a705a84dc..307610521 100644 --- a/package.json +++ b/package.json @@ -28,8 +28,8 @@ "browser-sync": "^2.24.6", "browserify": "^16.2.2", "browserify-shim": "^3.8.14", - "css-mqpacker": "^6.0.2", - "cssnano": "^3.10.0", + "css-mqpacker": "^7.0.0", + "cssnano": "^4.0.5", "del": "^3.0.0", "fancy-log": "^1.3.2", "gulp": "^3.9.1", @@ -44,7 +44,7 @@ "gulp-jsonlint": "^1.2.1", "gulp-jsonminify": "^1.1.0", "gulp-plumber": "^1.2.0", - "gulp-postcss": "^7.0.1", + "gulp-postcss": "^8.0.0", "gulp-pretty-data": "^0.1.2", "gulp-rename": "^1.4.0", "gulp-rev": "^8.1.1", @@ -61,13 +61,13 @@ "postcss-nested": "^3.0.0", "postcss-preset-env": "^5.2.3", "postcss-reporter": "^5.0.0", - "postcss-uncss": "^0.14.0", + "postcss-uncss": "^0.16.1", "pretty-hrtime": "^1.0.3", "require-dir": "^1.0.0", "run-sequence": "^2.2.1", "stylelint": "^9.3.0", - "stylelint-order": "^0.8.1", - "uncss": "^0.15.0", + "stylelint-order": "^1.0.0", + "uncss": "^0.16.2", "vinyl-source-stream": "^2.0.0", "watchify": "^3.11.0" } From f7f86dcb277c4012c3a50c0f851a2579c3dacf1b Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Mon, 13 Aug 2018 05:19:19 +0000 Subject: [PATCH 2/7] chore(travis): whitelist greenkeeper branches --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 280c7fc18..9dac33065 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ branches: only: - staging - develop + - /^greenkeeper/.*$/ env: global: # Github personal access token ${GITHUB_TOKEN} From b3f78c4985be34ee2d12a46a5d6a4f0c9711c8a6 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Mon, 13 Aug 2018 05:19:22 +0000 Subject: [PATCH 3/7] docs(readme): add Greenkeeper badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 README.md diff --git a/README.md b/README.md old mode 100755 new mode 100644 index b997a0783..74d7ad236 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # luisalejandro.github.io -[![](https://img.shields.io/github/release/LuisAlejandro/luisalejandro.github.io.svg)](https://github.com/LuisAlejandro/luisalejandro.github.io/releases) [![](https://img.shields.io/travis/LuisAlejandro/luisalejandro.github.io.svg)](https://travis-ci.org/LuisAlejandro/luisalejandro.github.io) [![](https://codeclimate.com/github/LuisAlejandro/pipsalabim/badges/gpa.svg)](https://codeclimate.com/github/LuisAlejandro/pipsalabim) +[![](https://img.shields.io/github/release/LuisAlejandro/luisalejandro.github.io.svg)](https://github.com/LuisAlejandro/luisalejandro.github.io/releases) [![](https://img.shields.io/travis/LuisAlejandro/luisalejandro.github.io.svg)](https://travis-ci.org/LuisAlejandro/luisalejandro.github.io) [![](https://codeclimate.com/github/LuisAlejandro/pipsalabim/badges/gpa.svg)](https://codeclimate.com/github/LuisAlejandro/pipsalabim) [![Greenkeeper badge](https://badges.greenkeeper.io/LuisAlejandro/luisalejandro.github.io.svg)](https://greenkeeper.io/) Current version: 0.1.0 \ No newline at end of file From 505a823c92fb4c13776572d45c75d7edc036bf07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Alejandro=20Mart=C3=ADnez=20Faneyth?= Date: Mon, 13 Aug 2018 07:48:19 -0400 Subject: [PATCH 4/7] [REF] Removing badge to trigger greenkeeper build. [REF] Activating deployment task. --- .travis.yml | 20 ++++++++++---------- README.md | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9dac33065..8412431e1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,13 +19,13 @@ before_script: script: - make build_development - make build_production -# deploy: -# provider: pages -# skip-cleanup: true -# github-token: ${GITHUB_TOKEN} -# local-dir: build/production -# target-branch: master -# committer-from-gh: true -# verbose: true -# on: -# branch: staging \ No newline at end of file +deploy: + provider: pages + skip-cleanup: true + github-token: ${GITHUB_TOKEN} + local-dir: build/production + target-branch: master + committer-from-gh: true + verbose: true + on: + branch: staging \ No newline at end of file diff --git a/README.md b/README.md index 74d7ad236..b997a0783 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # luisalejandro.github.io -[![](https://img.shields.io/github/release/LuisAlejandro/luisalejandro.github.io.svg)](https://github.com/LuisAlejandro/luisalejandro.github.io/releases) [![](https://img.shields.io/travis/LuisAlejandro/luisalejandro.github.io.svg)](https://travis-ci.org/LuisAlejandro/luisalejandro.github.io) [![](https://codeclimate.com/github/LuisAlejandro/pipsalabim/badges/gpa.svg)](https://codeclimate.com/github/LuisAlejandro/pipsalabim) [![Greenkeeper badge](https://badges.greenkeeper.io/LuisAlejandro/luisalejandro.github.io.svg)](https://greenkeeper.io/) +[![](https://img.shields.io/github/release/LuisAlejandro/luisalejandro.github.io.svg)](https://github.com/LuisAlejandro/luisalejandro.github.io/releases) [![](https://img.shields.io/travis/LuisAlejandro/luisalejandro.github.io.svg)](https://travis-ci.org/LuisAlejandro/luisalejandro.github.io) [![](https://codeclimate.com/github/LuisAlejandro/pipsalabim/badges/gpa.svg)](https://codeclimate.com/github/LuisAlejandro/pipsalabim) Current version: 0.1.0 \ No newline at end of file From 5831a80222918e2955b7acf16bb7e26dc914c2e5 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Mon, 13 Aug 2018 11:52:36 +0000 Subject: [PATCH 5/7] docs(readme): add Greenkeeper badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b997a0783..74d7ad236 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # luisalejandro.github.io -[![](https://img.shields.io/github/release/LuisAlejandro/luisalejandro.github.io.svg)](https://github.com/LuisAlejandro/luisalejandro.github.io/releases) [![](https://img.shields.io/travis/LuisAlejandro/luisalejandro.github.io.svg)](https://travis-ci.org/LuisAlejandro/luisalejandro.github.io) [![](https://codeclimate.com/github/LuisAlejandro/pipsalabim/badges/gpa.svg)](https://codeclimate.com/github/LuisAlejandro/pipsalabim) +[![](https://img.shields.io/github/release/LuisAlejandro/luisalejandro.github.io.svg)](https://github.com/LuisAlejandro/luisalejandro.github.io/releases) [![](https://img.shields.io/travis/LuisAlejandro/luisalejandro.github.io.svg)](https://travis-ci.org/LuisAlejandro/luisalejandro.github.io) [![](https://codeclimate.com/github/LuisAlejandro/pipsalabim/badges/gpa.svg)](https://codeclimate.com/github/LuisAlejandro/pipsalabim) [![Greenkeeper badge](https://badges.greenkeeper.io/LuisAlejandro/luisalejandro.github.io.svg)](https://greenkeeper.io/) Current version: 0.1.0 \ No newline at end of file From c1132dc1cc5dc16fee408809488fc03dee5fb5ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Alejandro=20Mart=C3=ADnez=20Faneyth?= Date: Mon, 13 Aug 2018 08:09:37 -0400 Subject: [PATCH 6/7] [REF] Adding David dependency checker to badges. --- .bumpversion.cfg | 3 --- README.md | 4 +--- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index dc2c8f501..80e09cbd2 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -4,7 +4,4 @@ tag_name = {new_version} commit = True tag = True -[bumpversion:file:README.md] - [bumpversion:file:package.json] - diff --git a/README.md b/README.md index 74d7ad236..b2e193a4e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,3 @@ # luisalejandro.github.io -[![](https://img.shields.io/github/release/LuisAlejandro/luisalejandro.github.io.svg)](https://github.com/LuisAlejandro/luisalejandro.github.io/releases) [![](https://img.shields.io/travis/LuisAlejandro/luisalejandro.github.io.svg)](https://travis-ci.org/LuisAlejandro/luisalejandro.github.io) [![](https://codeclimate.com/github/LuisAlejandro/pipsalabim/badges/gpa.svg)](https://codeclimate.com/github/LuisAlejandro/pipsalabim) [![Greenkeeper badge](https://badges.greenkeeper.io/LuisAlejandro/luisalejandro.github.io.svg)](https://greenkeeper.io/) - -Current version: 0.1.0 \ No newline at end of file +[![Github release badge](https://img.shields.io/github/release/LuisAlejandro/luisalejandro.github.io.svg)](https://github.com/LuisAlejandro/luisalejandro.github.io/releases) [![Travis CI badge](https://img.shields.io/travis/LuisAlejandro/luisalejandro.github.io.svg)](https://travis-ci.org/LuisAlejandro/luisalejandro.github.io) [![Codeclimate badge](https://codeclimate.com/github/LuisAlejandro/pipsalabim/badges/gpa.svg)](https://codeclimate.com/github/LuisAlejandro/pipsalabim) [![Greenkeeper badge](https://badges.greenkeeper.io/LuisAlejandro/luisalejandro.github.io.svg)](https://greenkeeper.io/) [![David badge](https://david-dm.org/LuisAlejandro/luisalejandro.github.io/dev-status.svg)](https://david-dm.org/LuisAlejandro/luisalejandro.github.io) From c2d769df812f4b65101557c9dfc590d765d8dcc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Alejandro=20Mart=C3=ADnez=20Faneyth?= Date: Mon, 13 Aug 2018 08:10:25 -0400 Subject: [PATCH 7/7] Updating Changelog and version. --- .bumpversion.cfg | 3 ++- HISTORY.md | 19 +++++++++++++++++++ package.json | 2 +- 3 files changed, 22 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 80e09cbd2..798e66c8d 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,8 @@ [bumpversion] -current_version = 0.1.0 +current_version = 0.1.1 tag_name = {new_version} commit = True tag = True [bumpversion:file:package.json] + diff --git a/HISTORY.md b/HISTORY.md index 01cae917e..3971f79ea 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,25 @@ # Changelog +## 0.1.1 (2018-08-13) + +### Changes + +* Adding David dependency checker to badges. [Luis Alejandro Martínez Faneyth] + +* Removing badge to trigger greenkeeper build. [REF] Activating deployment task. [Luis Alejandro Martínez Faneyth] + +### Other + +* Docs(readme): add Greenkeeper badge. [greenkeeper[bot]] + +* Docs(readme): add Greenkeeper badge. [greenkeeper[bot]] + +* Chore(travis): whitelist greenkeeper branches. [greenkeeper[bot]] + +* Chore(package): update dependencies. [greenkeeper[bot]] + + ## 0.1.0 (2018-08-13) ### New diff --git a/package.json b/package.json index 307610521..2c504ee68 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "luisalejandro.github.io", - "version": "0.1.0", + "version": "0.1.1", "description": "Personal site", "author": "Luis Alejandro Martínez Faneyth", "repository": "LuisAlejandro/luisalejandro.github.io",