Skip to content

Commit

Permalink
Update to v2.8.1 (#956)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bramjetten authored Jan 29, 2022
1 parent b321f3d commit 542aa89
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
spina (2.8.0)
spina (2.8.1)
ancestry
attr_json
babosa
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/spina/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Spina
VERSION = "2.8.0"
VERSION = "2.8.1"
end

0 comments on commit 542aa89

Please sign in to comment.