From 17516dfe345f4fa4fb354a5fce466d0ea797ef5d Mon Sep 17 00:00:00 2001 From: Bram Jetten Date: Fri, 14 Jan 2022 14:43:37 +0100 Subject: [PATCH] Release v2.8.0 (#939) --- CHANGELOG.md | 11 +++++++++++ Gemfile.lock | 4 ++-- lib/spina/version.rb | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c84136c86..926ad1c58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Spina CMS Changelog +## 2.8 + +### 2.8.0 (January 14th, 2022) +* Upgraded to Tailwind 3 JIT +* Added locale switch to layout form +* Fixed missing French translations +* Fixed z-index bug in Trix +* Fixed Trix CSS bugs +* Fixed ImageCollection bug with sortable +* Updated gem dependencies + ## 2.7 ### 2.7.0 (December 23rd, 2021) diff --git a/Gemfile.lock b/Gemfile.lock index 4a93c5bc7..22dc7ed48 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - spina (2.7.0) + spina (2.8.0) ancestry attr_json babosa @@ -123,7 +123,7 @@ GEM erubi (1.10.0) factory_bot (6.2.0) activesupport (>= 5.0.0) - ffi (1.15.4) + ffi (1.15.5) globalid (1.0.0) activesupport (>= 5.0) i18n (1.8.11) diff --git a/lib/spina/version.rb b/lib/spina/version.rb index 023358f49..21aa04c15 100644 --- a/lib/spina/version.rb +++ b/lib/spina/version.rb @@ -1,3 +1,3 @@ module Spina - VERSION = "2.7.0" + VERSION = "2.8.0" end