File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed
Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- spina (2.13.0 )
4+ spina (2.13.1 )
55 ancestry
66 attr_json
77 babosa
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 )
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 )
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 )
Original file line number Diff line number Diff line change 11module Spina
2- VERSION = "2.13.0 "
2+ VERSION = "2.13.1 "
33end
You can’t perform that action at this time.
0 commit comments