Skip to content

Commit

Permalink
Bump to v2.1.1 (#751)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bramjetten authored Jul 13, 2021
1 parent cbe8433 commit cfa3cc0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Spina CMS Changelog

## 2.1 (July 3rd, 2021)
## 2.1

### 2.1.1 (July 13th, 2021)
* Fixed bugs with attachments (#746 / #747)
* Updated spanish locales
* Updated german locales

### 2.1.0 (July 3rd, 2021)
* Refactored all javascript with Hotwire
* Refactored all CSS with TailwindCSS
* Refactored all views with ViewComponent
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
spina (2.1.0)
spina (2.1.1)
ancestry
attr_json
bcrypt
Expand Down Expand Up @@ -99,7 +99,7 @@ GEM
erubi (1.10.0)
factory_bot (6.2.0)
activesupport (>= 5.0.0)
ffi (1.15.1)
ffi (1.15.3)
globalid (0.4.2)
activesupport (>= 4.2.0)
i18n (1.8.10)
Expand Down Expand Up @@ -192,7 +192,7 @@ GEM
method_source
rake (>= 0.13)
thor (~> 1.0)
rake (13.0.3)
rake (13.0.6)
request_store (1.5.0)
rack (>= 1.4)
ruby-progressbar (1.11.0)
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.1.0"
VERSION = "2.1.1"
end

0 comments on commit cfa3cc0

Please sign in to comment.