Skip to content

Commit

Permalink
v2.13.1 (#1163)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bramjetten authored Dec 13, 2022
1 parent b455d27 commit bce2cba
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## 2.13

### 2.13.1 (December 13th, 2022)
* Fixed a bug with spina/version.rb

### 2.13.0 (December 11th, 2022)
* Added support for `layout:` to view templates
* Added StandardRB to SpinaCMS development
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
spina (2.13.0)
spina (2.13.1)
ancestry
attr_json
babosa
Expand Down Expand Up @@ -155,7 +155,7 @@ GEM
addressable (~> 2.7)
letter_opener (1.8.1)
launchy (>= 2.2, < 3)
loofah (2.19.0)
loofah (2.19.1)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.8.0)
Expand Down Expand Up @@ -231,8 +231,8 @@ GEM
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
rails-html-sanitizer (1.4.3)
loofah (~> 2.3)
rails-html-sanitizer (1.4.4)
loofah (~> 2.19, >= 2.19.1)
railties (7.0.4)
actionpack (= 7.0.4)
activesupport (= 7.0.4)
Expand Down Expand Up @@ -299,7 +299,7 @@ GEM
tzinfo (2.0.5)
concurrent-ruby (~> 1.0)
unicode-display_width (2.3.0)
view_component (2.78.0)
view_component (2.79.0)
activesupport (>= 5.0.0, < 8.0)
concurrent-ruby (~> 1.0)
method_source (~> 1.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/spina/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Spina
VERSION = "2.13.0"
VERSION = "2.13.1"
end

0 comments on commit bce2cba

Please sign in to comment.