Skip to content

Commit 72c2018

Browse files
authored
Update to v2.15.0 (#1237)
1 parent f5c3f5f commit 72c2018

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Spina CMS Changelog
22

3+
## 2.15
4+
5+
### 2.15.0 (May 10th, 2023)
6+
_Notice: ViewComponent was updated to v3 in this release, make sure your own components use the new Slots API_
7+
* Updated ViewComponent to v3
8+
* Updated gem dependencies
9+
* Fixed german translations
10+
311
## 2.14
412

513
### 2.14.0 (February 22nd, 2023)

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
spina (2.14.0)
4+
spina (2.15.0)
55
ancestry
66
attr_json
77
babosa
@@ -95,7 +95,7 @@ GEM
9595
ancestry (4.3.3)
9696
activerecord (>= 5.2.6)
9797
ansi (1.5.0)
98-
attr_json (2.0.0)
98+
attr_json (2.0.1)
9999
activerecord (>= 6.0.0, < 7.1)
100100
babosa (2.0.0)
101101
bcrypt (3.1.18)
@@ -266,7 +266,7 @@ GEM
266266
railties (>= 6.0.0)
267267
thor (1.2.1)
268268
timeout (0.3.2)
269-
turbo-rails (1.3.3)
269+
turbo-rails (1.4.0)
270270
actionpack (>= 6.0.0)
271271
activejob (>= 6.0.0)
272272
railties (>= 6.0.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.14.0"
2+
VERSION = "2.15.0"
33
end

0 commit comments

Comments
 (0)