Skip to content

Commit

Permalink
Release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Jan 30, 2016
1 parent bb1ba5b commit ce40f25
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 7 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,20 @@
<a name="0.2.1"></a>
## 0.2.1 (2016-01-30)


* disabel facebook sdk injection. ([bb1ba5b](https://github.com/kikobeats/bloggy/commit/bb1ba5b))
* fix event url ([aa6416a](https://github.com/kikobeats/bloggy/commit/aa6416a))
* Remove duplicate code ([a9b06bb](https://github.com/kikobeats/bloggy/commit/a9b06bb))



<a name="0.2.0"></a>
# 0.2.0 (2016-01-29)


* Adjust prism ([7e810cc](https://github.com/kikobeats/bloggy/commit/7e810cc))
* Adjust widgets ([aeadb9a](https://github.com/kikobeats/bloggy/commit/aeadb9a))
* Adjust widgets ([f3e1722](https://github.com/kikobeats/bloggy/commit/f3e1722))
* Adjust widgets ([aeadb9a](https://github.com/kikobeats/bloggy/commit/aeadb9a))
* Avoid unused components ([636df23](https://github.com/kikobeats/bloggy/commit/636df23))
* Blog title inline ([bebd8d3](https://github.com/kikobeats/bloggy/commit/bebd8d3))
* Fix device typo ([777288f](https://github.com/kikobeats/bloggy/commit/777288f))
Expand All @@ -14,6 +24,7 @@
* Improve Bloggy instance ([39fc0fb](https://github.com/kikobeats/bloggy/commit/39fc0fb))
* Merge pull request #5 from musantro/master ([2ad5854](https://github.com/kikobeats/bloggy/commit/2ad5854))
* ordered sidebars ([4a516f6](https://github.com/kikobeats/bloggy/commit/4a516f6))
* Release 0.2.0 ([461c61d](https://github.com/kikobeats/bloggy/commit/461c61d))
* select sidebars ([8709894](https://github.com/kikobeats/bloggy/commit/8709894))
* Update bumped config ([5a8323f](https://github.com/kikobeats/bloggy/commit/5a8323f))
* Update favicon ([0e6ba16](https://github.com/kikobeats/bloggy/commit/0e6ba16))
Expand Down
2 changes: 1 addition & 1 deletion assets/css/bloggy.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/js/bloggy.en_ES.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions assets/js/bloggy.en_US.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "bloggy",
"description": "Branding theme for Ghost",
"homepage": "https://github.com/kikobeats/bloggy",
"version": "0.2.0",
"version": "0.2.1",
"authors": [
"Kiko Beats <josefrancisco.verdu@gmail.com>"
],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "bloggy",
"description": "Branding theme for Ghost",
"homepage": "https://github.com/Kikobeats/bloggy",
"version": "0.2.0",
"version": "0.2.1",
"main": "./index.js",
"author": {
"email": "josefrancisco.verdu@gmail.com",
Expand Down

0 comments on commit ce40f25

Please sign in to comment.