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

Commit e697c12

Browse files
committed
2.5.2 releases
1 parent 1b2e852 commit e697c12

File tree

6 files changed

+20
-9
lines changed

6 files changed

+20
-9
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,19 @@
1+
<a name="2.5.2"></a>
2+
## 2.5.2 (2015-09-11)
3+
4+
5+
* Fixed #50 ([074f743](https://github.com/kikobeats/uno-zen/commit/074f743)), closes [#50](https://github.com/kikobeats/uno-zen/issues/50)
6+
* Fixed #68 ([fe8b32d](https://github.com/kikobeats/uno-zen/commit/fe8b32d)), closes [#68](https://github.com/kikobeats/uno-zen/issues/68)
7+
* Fixes #70 ([7110954](https://github.com/kikobeats/uno-zen/commit/7110954)), closes [#70](https://github.com/kikobeats/uno-zen/issues/70)
8+
* jQuery injection from ghost_foot instead of inline ([1b2e852](https://github.com/kikobeats/uno-zen/commit/1b2e852))
9+
10+
11+
112
<a name="2.5.1"></a>
213
## 2.5.1 (2015-09-09)
314

415

16+
* 2.5.1 releases ([a7dab00](https://github.com/kikobeats/uno-zen/commit/a7dab00))
517
* fixed 404 page style ([60e2f18](https://github.com/kikobeats/uno-zen/commit/60e2f18))
618

719

assets/css/uno.css

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

assets/js/src/__init.coffee

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
$ ->
44

55
window.Uno = Uno =
6-
version: '2.5.1'
6+
version: '2.5.2'
77

88
search:
99
container: -> $('#results')

assets/js/uno.js

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

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.5.1",
5+
"version": "2.5.2",
66
"authors": [
77
"Kiko Beats <josefrancisco.verdu@gmail.com>"
88
],

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.5.1",
5+
"version": "2.5.2",
66
"author": {
77
"name": "Kiko Beats",
88
"url": "https://github.com/kikobeats"

0 commit comments

Comments
 (0)