Skip to content

Commit

Permalink
v2.12.0 (#1094)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bramjetten committed Aug 26, 2022
1 parent 8b75f8f commit 4c775ac
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,13 @@
# Spina CMS Changelog

## 2.12

### 2.12.0 (August 26th, 2022)
* Added pagination to long lists of pages
* Refactored current_account to current_spina_account
* Updated Heroicons to v2
* Updated gem dependencies

## 2.11

### 2.11.0 (July 13th, 2022)
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
spina (2.11.0)
spina (2.12.0)
ancestry
attr_json
babosa
Expand Down Expand Up @@ -264,7 +264,7 @@ GEM
sprockets (>= 3.0.0)
stimulus-rails (1.1.0)
railties (>= 6.0.0)
strscan (3.0.3)
strscan (3.0.4)
tailwindcss-rails (2.0.12)
railties (>= 6.0.0)
thor (1.2.1)
Expand Down
2 changes: 1 addition & 1 deletion lib/spina/version.rb
@@ -1,3 +1,3 @@
module Spina
VERSION = "2.11.0"
VERSION = "2.12.0"
end

0 comments on commit 4c775ac

Please sign in to comment.