Skip to content

Commit

Permalink
release: v2.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kitian616 committed Dec 10, 2018
1 parent 943a8b4 commit cd96df2
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## 2.2.4 (2018-12-10)

### Enhancements

- Swiper component Enhancement: support mouse move
- Add lightbox (modal image gallery)
- Add Valine comment system (@Lloyar)

### Bug Fixes

- Fix some spelling errors in documents (@Krinkle)

## 2.2.3 (2018-11-11)

### Enhancements
Expand Down
2 changes: 1 addition & 1 deletion _includes/scripts/variables.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<script>
(function() {
var TEXT_VARIABLES = {
version: '2.2.3',
version: '2.2.4',
sources: {
font_awesome: '{{ _sources.font_awesome }}',
jquery: '{{ _sources.jquery }}',
Expand Down
2 changes: 1 addition & 1 deletion jekyll-text-theme.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |spec|
spec.name = "jekyll-text-theme"
spec.version = "2.2.3"
spec.version = "2.2.4"
spec.authors = ["Tian Qi"]
spec.email = ["[email protected]"]

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jekyll-text-theme",
"version": "2.2.3",
"version": "2.2.4",
"description": "A super customizable Jekyll theme for personal site, team site, blog, project, documentation, etc.",
"scripts": {
"build": "bundle exec jekyll build",
Expand Down
3 changes: 2 additions & 1 deletion test/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
# 'jekyll serve'. If you change this file, please restart the server process.

## !USE TEXT THEME
theme: jekyll-text-theme
theme: jekyll-text-theme # Gem-based Jekyll Themes
# remote_theme: kitian616/jekyll-TeXt-theme # Jekyll Remote Theme, see https://github.com/benbalter/jekyll-remote-theme for more information.
#
# ,--------. ,--. ,--. ,--.
# '--. .--',---. \ `.' /,-' '-.
Expand Down

0 comments on commit cd96df2

Please sign in to comment.