Skip to content

Commit

Permalink
Merge pull request #116 from chrisrhymes/feature/release-0.13
Browse files Browse the repository at this point in the history
Feature/release 0.13
  • Loading branch information
chrisrhymes authored Feb 17, 2022
2 parents 8579413 + c97ae7b commit 228ff8d
Show file tree
Hide file tree
Showing 72 changed files with 55 additions and 17,645 deletions.
4 changes: 2 additions & 2 deletions bulma-clean-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 = "bulma-clean-theme"
spec.version = "0.12"
spec.version = "0.13"
spec.authors = ["chrisrhymes"]
spec.email = ["[email protected]"]

Expand All @@ -12,7 +12,7 @@ Gem::Specification.new do |spec|

spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r!^(assets|_layouts|_includes|_sass|_posts|blog|LICENSE|README|package|node_modules|favicon)!i) }

spec.add_runtime_dependency "jekyll", ">= 3.9", "< 4.3"
spec.add_runtime_dependency "jekyll", ">= 3.9", "< 5.0"
spec.add_runtime_dependency "jekyll-feed", "~> 0.15"
spec.add_runtime_dependency "jekyll-sitemap", "~> 1.4"
spec.add_runtime_dependency "jekyll-paginate", "~> 1.1"
Expand Down
7 changes: 7 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 0.13
* Allow use with Jekyll 4 - pull request #113 by eheinrich
* Navbar item highlights when subpage is active - pull request #107 by nextensible
* Revamp the docs out of the readme and into the demo site
* Fix notifications icon override
* Update to Alpine.js v3

# 0.12
* Add blog post series
* Update npm dependencies
Expand Down
13 changes: 4 additions & 9 deletions node_modules/.package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions node_modules/bulma-block-list/changelog.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion node_modules/bulma-block-list/docs/Gemfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions node_modules/bulma-block-list/docs/_data/menu.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 10 additions & 2 deletions node_modules/bulma-block-list/docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 228ff8d

Please sign in to comment.