Skip to content

Commit

Permalink
Update to v2.3.3 (#784)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bramjetten authored Aug 16, 2021
1 parent c3d51c9 commit 0844288
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## 2.2

### 2.3.3 (August 16h, 2021)
* Pinned importmap-rails to 0.2.2 as a temporary workaround

### 2.3.2 (August 16h, 2021)
* Updated to new importmap API

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
PATH
remote: .
specs:
spina (2.3.2)
spina (2.3.3)
ancestry
attr_json
babosa
bcrypt
breadcrumbs_on_rails
image_processing
importmap-rails (~> 0.2.2)
importmap-rails (= 0.2.2)
jsonapi-serializer
kaminari
mobility (>= 1.1.3)
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.3.2"
VERSION = "2.3.3"
end
2 changes: 1 addition & 1 deletion spina.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Gem::Specification.new do |gem|
gem.add_dependency 'rack-rewrite', '>= 1.5.0'
gem.add_dependency 'attr_json'
gem.add_dependency 'view_component', '~> 2.32'
gem.add_dependency 'importmap-rails', '~> 0.2.2'
gem.add_dependency 'importmap-rails', '0.2.2'
gem.add_dependency 'turbo-rails', '~> 0.7.2'
gem.add_dependency 'stimulus-rails', '~> 0.3.3'
gem.add_dependency 'babosa'
Expand Down

0 comments on commit 0844288

Please sign in to comment.