Skip to content
This repository has been archived by the owner on May 12, 2019. It is now read-only.

Commit

Permalink
2.8.2 releases
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed May 23, 2016
1 parent 06dbc32 commit f07a7d7
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 8 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,20 @@
<a name="2.8.2"></a>
## 2.8.2 (2016-05-23)

* Adjust node version ([f74f27e](https://github.com/kikobeats/uno-zen/commit/f74f27e))
* Adjust search icon ([06dbc32](https://github.com/kikobeats/uno-zen/commit/06dbc32))
* Quote handlebars helpers ([d8a71dc](https://github.com/kikobeats/uno-zen/commit/d8a71dc))
* Remove unnecessary dep ([b6818a8](https://github.com/kikobeats/uno-zen/commit/b6818a8))
* Remove unnecessary escape ([1d854c8](https://github.com/kikobeats/uno-zen/commit/1d854c8))
* Update README ([3ceeab0](https://github.com/kikobeats/uno-zen/commit/3ceeab0))
* Update SHOWCASE.md ([849b60e](https://github.com/kikobeats/uno-zen/commit/849b60e))
* Update SHOWCASE.md ([2192084](https://github.com/kikobeats/uno-zen/commit/2192084))
* Upgrade Ghost version ([abee6a2](https://github.com/kikobeats/uno-zen/commit/abee6a2))
* Use HTTPS as possible ([a0d7c07](https://github.com/kikobeats/uno-zen/commit/a0d7c07))
* Use SASS @mixin & @extend correctly ([1da86e5](https://github.com/kikobeats/uno-zen/commit/1da86e5))



<a name="2.8.1"></a>
## 2.8.1 (2016-05-08)

Expand Down
4 changes: 2 additions & 2 deletions assets/css/uno-zen.css

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions assets/js/src/__init.coffee
@@ -1,7 +1,7 @@
'use strict'

window.Uno = Uno =
version: '2.8.1'
version: '2.8.2'
app: do -> document.body
is: (k, v=!'undefined') -> this.app.dataset[k] is v

Expand Down Expand Up @@ -55,4 +55,3 @@ $('#profile-title').text window.profile_title if window.profile_title
$('#profile-resume').text window.profile_resume if window.profile_resume
$('#posts-headline').text window.posts_headline if window.posts_headline
window.open_button = window.open_button or '.nav-posts > a'

4 changes: 2 additions & 2 deletions assets/js/uno-zen.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bower.json
Expand Up @@ -2,7 +2,7 @@
"name": "uno-zen",
"description": "Minimalist and Elegant theme for Ghost",
"homepage": "https://github.com/kikobeats/uno-zen",
"version": "2.8.1",
"version": "2.8.2",
"authors": [
"Kiko Beats <josefrancisco.verdu@gmail.com>"
],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"name": "uno-zen",
"description": "Minimalist and Elegant theme for Ghost",
"homepage": "https://github.com/kikobeats/uno-zen",
"version": "2.8.1",
"version": "2.8.2",
"author": {
"name": "Kiko Beats",
"url": "https://github.com/kikobeats"
Expand Down

0 comments on commit f07a7d7

Please sign in to comment.