Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit bce2cba

Browse files
authoredDec 13, 2022
v2.13.1 (#1163)
1 parent b455d27 commit bce2cba

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed
 

‎CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## 2.13
44

5+
### 2.13.1 (December 13th, 2022)
6+
* Fixed a bug with spina/version.rb
7+
58
### 2.13.0 (December 11th, 2022)
69
* Added support for `layout:` to view templates
710
* Added StandardRB to SpinaCMS development

‎Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
spina (2.13.0)
4+
spina (2.13.1)
55
ancestry
66
attr_json
77
babosa
@@ -155,7 +155,7 @@ GEM
155155
addressable (~> 2.7)
156156
letter_opener (1.8.1)
157157
launchy (>= 2.2, < 3)
158-
loofah (2.19.0)
158+
loofah (2.19.1)
159159
crass (~> 1.0.2)
160160
nokogiri (>= 1.5.9)
161161
mail (2.8.0)
@@ -231,8 +231,8 @@ GEM
231231
rails-dom-testing (2.0.3)
232232
activesupport (>= 4.2.0)
233233
nokogiri (>= 1.6)
234-
rails-html-sanitizer (1.4.3)
235-
loofah (~> 2.3)
234+
rails-html-sanitizer (1.4.4)
235+
loofah (~> 2.19, >= 2.19.1)
236236
railties (7.0.4)
237237
actionpack (= 7.0.4)
238238
activesupport (= 7.0.4)
@@ -299,7 +299,7 @@ GEM
299299
tzinfo (2.0.5)
300300
concurrent-ruby (~> 1.0)
301301
unicode-display_width (2.3.0)
302-
view_component (2.78.0)
302+
view_component (2.79.0)
303303
activesupport (>= 5.0.0, < 8.0)
304304
concurrent-ruby (~> 1.0)
305305
method_source (~> 1.0)

‎lib/spina/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Spina
2-
VERSION = "2.13.0"
2+
VERSION = "2.13.1"
33
end

0 commit comments

Comments
 (0)
Please sign in to comment.