Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b45f11a

Browse files
committed
release: v2.2.3
1 parent 892ccd7 commit b45f11a

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
# Change Log
22

3-
## 2.2.2 (2018-11-21)
3+
## 2.2.3 (2018-11-11)
4+
5+
### Enhancements
6+
7+
- Add Swiper component
8+
- Special stylesheets for print
9+
- Add AddThis sharing service (@liao961120)
10+
- Add extensions for demos (CodePen)
11+
12+
## 2.2.2 (2018-10-21)
413

514
### Enhancements
615

_includes/scripts/variables.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<script>
88
(function() {
99
var TEXT_VARIABLES = {
10-
version: '2.2.2',
10+
version: '2.2.3',
1111
sources: {
1212
font_awesome: '{{ _sources.font_awesome }}',
1313
jquery: '{{ _sources.jquery }}',

jekyll-text-theme.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Gem::Specification.new do |spec|
44
spec.name = "jekyll-text-theme"
5-
spec.version = "2.2.2"
5+
spec.version = "2.2.3"
66
spec.authors = ["Tian Qi"]
77
spec.email = ["[email protected]"]
88

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jekyll-text-theme",
3-
"version": "2.2.2",
3+
"version": "2.2.3",
44
"description": "A super customizable Jekyll theme for personal site, team site, blog, project, documentation, etc.",
55
"scripts": {
66
"build": "bundle exec jekyll build",

0 commit comments

Comments
 (0)