Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Feb 29, 2016
1 parent 6dfea18 commit fcfcfdf
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 20 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,22 @@
<a name="1.0.0"></a>
# 1.0.0 (2016-02-29)


* Add sublime files ([3ca5d86](https://github.com/kikobeats/bloggy/commit/3ca5d86))
* git clone https ([ccadf46](https://github.com/kikobeats/bloggy/commit/ccadf46))
* Little adjusts ([6a39ffb](https://github.com/kikobeats/bloggy/commit/6a39ffb))
* Merge pull request #6 from foorb/patch-1 ([f0abd02](https://github.com/kikobeats/bloggy/commit/f0abd02))
* Optimize images ([32a38bf](https://github.com/kikobeats/bloggy/commit/32a38bf))
* Support HTML in author section ([6dfea18](https://github.com/kikobeats/bloggy/commit/6dfea18))



<a name="0.2.2"></a>
## 0.2.2 (2016-01-30)


* Enable prism ([c0b4a35](https://github.com/kikobeats/bloggy/commit/c0b4a35))
* Release 0.2.2 ([668d791](https://github.com/kikobeats/bloggy/commit/668d791))



Expand Down
4 changes: 2 additions & 2 deletions assets/css/bloggy.css

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,40 +2,40 @@
"name": "bloggy",
"description": "Branding theme for Ghost",
"homepage": "https://github.com/kikobeats/bloggy",
"version": "0.2.2",
"version": "1.0.0",
"authors": [
"Kiko Beats <josefrancisco.verdu@gmail.com>"
],
"repository": {
"type": "git",
"url": "https://github.com/kikobeats/bloggy"
"url": "git+https://github.com/kikobeats/bloggy.git"
},
"bugs": {
"url": "https://github.com/Kikobeats/bloggy/issues"
},
"keywords": [
"elegant",
"ghost",
"minimalism",
"theme",
"uno",
"zen",
"elegant",
"minimalism"
"zen"
],
"dependencies": {
"fitvids": "latest",
"fastclick": "latest"
"fastclick": "latest",
"fitvids": "latest"
},
"devDependencies": {
"compass-breakpoint": "breakpoint-sass#~2.6.1"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"assets/vendor ",
"bower_components",
"node_modules",
"test",
"tests"
],
"private": true,
"license": "MIT",
"devDependencies": {
"compass-breakpoint": "breakpoint-sass#~2.6.1"
}
"license": "MIT"
}
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.2",
"version": "1.0.0",
"main": "./index.js",
"author": {
"name": "Kiko Beats",
Expand Down

0 comments on commit fcfcfdf

Please sign in to comment.