Skip to content

Commit 4c775ac

Browse files
authored
v2.12.0 (#1094)
1 parent 8b75f8f commit 4c775ac

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
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.12
4+
5+
### 2.12.0 (August 26th, 2022)
6+
* Added pagination to long lists of pages
7+
* Refactored current_account to current_spina_account
8+
* Updated Heroicons to v2
9+
* Updated gem dependencies
10+
311
## 2.11
412

513
### 2.11.0 (July 13th, 2022)

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
spina (2.11.0)
4+
spina (2.12.0)
55
ancestry
66
attr_json
77
babosa
@@ -264,7 +264,7 @@ GEM
264264
sprockets (>= 3.0.0)
265265
stimulus-rails (1.1.0)
266266
railties (>= 6.0.0)
267-
strscan (3.0.3)
267+
strscan (3.0.4)
268268
tailwindcss-rails (2.0.12)
269269
railties (>= 6.0.0)
270270
thor (1.2.1)

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.11.0"
2+
VERSION = "2.12.0"
33
end

0 commit comments

Comments
 (0)