Skip to content

Commit

Permalink
v2.13.0 (#1159)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bramjetten committed Dec 11, 2022
1 parent 89c507a commit a629a6e
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 19 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,18 @@
# Spina CMS Changelog

## 2.13

### 2.13.0 (December 11th, 2022)
* Added support for `layout:` to view templates
* Added StandardRB to SpinaCMS development
* Added item_name to repeater part
* Added inline file upload to attachment parts
* Refactored the install generator
* Fixed page redirect after deleting page in a resource
* Fixed logout button icon
* Deprecated the use of app/decorators in favor of app/overrides
* Updated gem dependencies

## 2.12

### 2.12.0 (August 26th, 2022)
Expand Down
33 changes: 15 additions & 18 deletions Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
spina (2.12.0)
spina (2.13.0)
ancestry
attr_json
babosa
Expand Down Expand Up @@ -119,7 +119,7 @@ GEM
coderay (1.1.3)
concurrent-ruby (1.1.10)
crass (1.0.6)
digest (3.1.0)
date (3.3.1)
docile (1.1.5)
erubi (1.11.0)
factory_bot (6.2.1)
Expand Down Expand Up @@ -158,12 +158,15 @@ GEM
loofah (2.19.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.7.1)
mail (2.8.0)
mini_mime (>= 0.1.1)
net-imap
net-pop
net-smtp
marcel (1.0.2)
matrix (0.4.2)
method_source (1.0.0)
mini_magick (4.11.0)
mini_magick (4.12.0)
mini_mime (1.1.2)
mini_portile2 (2.8.0)
minitest (5.16.3)
Expand All @@ -177,22 +180,17 @@ GEM
request_store (~> 1.0)
mocha (2.0.2)
ruby2_keywords (>= 0.0.5)
net-imap (0.2.3)
digest
net-imap (0.3.2)
date
net-protocol
strscan
net-pop (0.1.1)
digest
net-pop (0.1.2)
net-protocol
net-protocol (0.2.1)
timeout
net-protocol (0.1.3)
timeout
net-smtp (0.3.1)
digest
net-smtp (0.3.3)
net-protocol
timeout
nio4r (2.5.8)
nokogiri (1.13.9)
nokogiri (1.13.10)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
parallel (1.22.1)
Expand All @@ -207,7 +205,7 @@ GEM
public_suffix (5.0.0)
puma (6.0.0)
nio4r (~> 2.0)
racc (1.6.0)
racc (1.6.1)
rack (2.2.4)
rack-rewrite (1.5.1)
rack-test (2.0.2)
Expand Down Expand Up @@ -290,11 +288,10 @@ GEM
rubocop-performance (= 1.15.1)
stimulus-rails (1.2.1)
railties (>= 6.0.0)
strscan (3.0.4)
tailwindcss-rails (2.0.21)
railties (>= 6.0.0)
thor (1.2.1)
timeout (0.3.0)
timeout (0.3.1)
turbo-rails (1.3.2)
actionpack (>= 6.0.0)
activejob (>= 6.0.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/spina/version.rb
@@ -1,3 +1,3 @@
module Spina
VERSION = "2.12.0"
VERSION = "2.13.0"
end

0 comments on commit a629a6e

Please sign in to comment.