diff --git a/CHANGELOG.md b/CHANGELOG.md index 926ad1c58..526661016 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ ## 2.8 +### 2.8.1 (January 29nd, 2022) +* Added hints to parts when editing pages +* Fixed bug with signed_id for Attachment +* Fixed bug with tailwind_content not loading properly + ### 2.8.0 (January 14th, 2022) * Upgraded to Tailwind 3 JIT * Added locale switch to layout form diff --git a/Gemfile.lock b/Gemfile.lock index b70f51f0e..0746fc840 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - spina (2.8.0) + spina (2.8.1) ancestry attr_json babosa @@ -126,7 +126,7 @@ GEM ffi (1.15.5) globalid (1.0.0) activesupport (>= 5.0) - i18n (1.8.11) + i18n (1.9.1) concurrent-ruby (~> 1.0) image_processing (1.12.1) mini_magick (>= 4.9.5, < 5) @@ -240,7 +240,7 @@ GEM zeitwerk (~> 2.5) rake (13.0.6) regexp_parser (2.2.0) - request_store (1.5.0) + request_store (1.5.1) rack (>= 1.4) rexml (3.2.5) ruby-progressbar (1.11.0) @@ -287,7 +287,7 @@ GEM websocket-extensions (0.1.5) xpath (3.2.0) nokogiri (~> 1.8) - zeitwerk (2.5.3) + zeitwerk (2.5.4) PLATFORMS ruby diff --git a/lib/spina/version.rb b/lib/spina/version.rb index 21aa04c15..8399efa04 100644 --- a/lib/spina/version.rb +++ b/lib/spina/version.rb @@ -1,3 +1,3 @@ module Spina - VERSION = "2.8.0" + VERSION = "2.8.1" end