File tree 3 files changed +9
-6
lines changed 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## 2.13
4
4
5
+ ### 2.13.1 (December 13th, 2022)
6
+ * Fixed a bug with spina/version.rb
7
+
5
8
### 2.13.0 (December 11th, 2022)
6
9
* Added support for ` layout: ` to view templates
7
10
* Added StandardRB to SpinaCMS development
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- spina (2.13.0 )
4
+ spina (2.13.1 )
5
5
ancestry
6
6
attr_json
7
7
babosa
155
155
addressable (~> 2.7 )
156
156
letter_opener (1.8.1 )
157
157
launchy (>= 2.2 , < 3 )
158
- loofah (2.19.0 )
158
+ loofah (2.19.1 )
159
159
crass (~> 1.0.2 )
160
160
nokogiri (>= 1.5.9 )
161
161
mail (2.8.0 )
231
231
rails-dom-testing (2.0.3 )
232
232
activesupport (>= 4.2.0 )
233
233
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 )
236
236
railties (7.0.4 )
237
237
actionpack (= 7.0.4 )
238
238
activesupport (= 7.0.4 )
299
299
tzinfo (2.0.5 )
300
300
concurrent-ruby (~> 1.0 )
301
301
unicode-display_width (2.3.0 )
302
- view_component (2.78 .0 )
302
+ view_component (2.79 .0 )
303
303
activesupport (>= 5.0.0 , < 8.0 )
304
304
concurrent-ruby (~> 1.0 )
305
305
method_source (~> 1.0 )
Original file line number Diff line number Diff line change 1
1
module Spina
2
- VERSION = "2.13.0 "
2
+ VERSION = "2.13.1 "
3
3
end
You can’t perform that action at this time.
0 commit comments