Skip to content

Commit

Permalink
release: vite_rails@3.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
ElMassimo committed Aug 12, 2022
1 parent 4c55eda commit 297c421
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ PATH
PATH
remote: vite_rails
specs:
vite_rails (3.0.11)
vite_rails (3.0.12)
railties (>= 5.1, < 8)
vite_ruby (~> 3.0)
vite_ruby (~> 3.0, >= 3.2.2)

PATH
remote: vite_ruby
Expand Down
14 changes: 14 additions & 0 deletions vite_rails/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [3.0.12](https://github.com/ElMassimo/vite_ruby/compare/vite_rails@3.0.11...vite_rails@3.0.12) (2022-08-12)


### Bug Fixes

* ensure rails app is initialized before inferring config ([#240](https://github.com/ElMassimo/vite_ruby/issues/240)) ([3ddc2bc](https://github.com/ElMassimo/vite_ruby/commit/3ddc2bc7873f06b6dd8e58e7c6b4e8a7fd8833f1))


### Features

* allow framework-specific libraries to extend the CLI ([a0ed66f](https://github.com/ElMassimo/vite_ruby/commit/a0ed66fe64fb2549cecc358ccd60c82be44255aa))



## [3.0.11](https://github.com/ElMassimo/vite_ruby/compare/vite_rails@3.0.10...vite_rails@3.0.11) (2022-08-11)


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.11'
VERSION = '3.0.12'
end
2 changes: 1 addition & 1 deletion vite_rails/vite_rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |s|
s.required_ruby_version = Gem::Requirement.new('>= 2.5')

s.add_dependency 'railties', '>= 5.1', '< 8'
s.add_dependency 'vite_ruby', '~> 3.0'
s.add_dependency 'vite_ruby', '>= 3.2.2', '~> 3.0'

s.add_development_dependency 'spring', '~> 2.1'

Expand Down

0 comments on commit 297c421

Please sign in to comment.