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

Commit d170fd5

Browse files
committed
2.8.0 releases
1 parent b5a0b63 commit d170fd5

File tree

6 files changed

+16
-8
lines changed

6 files changed

+16
-8
lines changed

Diff for: CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
<a name="2.8.0"></a>
2+
# 2.8.0 (2016-05-08)
3+
4+
* Linkify post headers ([b5a0b63](https://github.com/kikobeats/uno-zen/commit/b5a0b63))
5+
* updated readme file with alternative installation instructions ([cbee6a2](https://github.com/kikobeats/uno-zen/commit/cbee6a2))
6+
7+
8+
19
<a name="2.7.9"></a>
210
## 2.7.9 (2016-04-12)
311

Diff for: assets/css/uno-zen.css

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: assets/js/src/__init.coffee

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'use strict'
22

33
window.Uno = Uno =
4-
version: '2.7.8'
4+
version: '2.8.0'
55
app: do -> document.body
66
is: (k, v=!'undefined') -> this.app.dataset[k] is v
77

Diff for: assets/js/uno-zen.js

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "uno-zen",
33
"description": "Minimalist and Elegant theme for Ghost",
44
"homepage": "https://github.com/kikobeats/uno-zen",
5-
"version": "2.7.9",
5+
"version": "2.8.0",
66
"authors": [
77
"Kiko Beats <[email protected]>"
88
],

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "uno-zen",
33
"description": "Minimalist and Elegant theme for Ghost",
44
"homepage": "https://github.com/kikobeats/uno-zen",
5-
"version": "2.7.9",
5+
"version": "2.8.0",
66
"author": {
77
"name": "Kiko Beats",
88
"url": "https://github.com/kikobeats"

0 commit comments

Comments
 (0)