Skip to content

Commit

Permalink
release: vite_ruby@3.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ElMassimo committed Oct 11, 2024
1 parent 6abbccf commit 132f67c
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 @@ -14,7 +14,7 @@ PATH
PATH
remote: vite_ruby
specs:
vite_ruby (3.8.2)
vite_ruby (3.8.3)
dry-cli (>= 0.7, < 2)
logger (~> 1.6)
rack-proxy (~> 0.6, >= 0.6.1)
Expand Down
9 changes: 9 additions & 0 deletions vite_ruby/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [3.8.3](https://github.com/ElMassimo/vite_ruby/compare/vite_ruby@3.8.2...vite_ruby@3.8.3) (2024-10-11)


### Bug Fixes

* add `logger` as a runtime dependency rather than default gem ([#502](https://github.com/ElMassimo/vite_ruby/issues/502)) ([6abbccf](https://github.com/ElMassimo/vite_ruby/commit/6abbccf7224f99944c0fe63245f0e84f45fce89f))



## [3.8.2](https://github.com/ElMassimo/vite_ruby/compare/vite_ruby@3.8.1...vite_ruby@3.8.2) (2024-09-05)


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

class ViteRuby
VERSION = '3.8.2'
VERSION = '3.8.3'

# Internal: Versions used by default when running `vite install`.
DEFAULT_VITE_VERSION = '^5.0.0'
Expand Down

0 comments on commit 132f67c

Please sign in to comment.