Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ElMassimo committed Oct 5, 2023
1 parent fbe7059 commit cbacf01
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PATH
PATH
remote: vite_rails
specs:
vite_rails (3.0.16)
vite_rails (3.0.17)
railties (>= 5.1, < 8)
vite_ruby (~> 3.0, >= 3.2.2)

Expand Down
9 changes: 9 additions & 0 deletions vite_rails/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [3.0.17](https://github.com/ElMassimo/vite_ruby/compare/[email protected][email protected]) (2023-10-05)


### Features

* add vite_picture_tag for Rails 7.1 ([#409](https://github.com/ElMassimo/vite_ruby/issues/409)) ([4e3762a](https://github.com/ElMassimo/vite_ruby/commit/4e3762a978b7879206dbc48137ba525d0d0ad971))



## [3.0.16](https://github.com/ElMassimo/vite_ruby/compare/[email protected][email protected]) (2023-09-22)


Expand Down
2 changes: 1 addition & 1 deletion vite_rails/lib/vite_rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module ViteRails
VERSION = '3.0.16'
VERSION = '3.0.17'
end

0 comments on commit cbacf01

Please sign in to comment.