Skip to content

Commit

Permalink
release: vite_ruby@3.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ElMassimo committed Jul 13, 2022
1 parent bf64008 commit 0d49a13
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.1.6)
vite_ruby (3.1.7)
dry-cli (~> 0.7.0)
rack-proxy (~> 0.6, >= 0.6.1)
zeitwerk (~> 2.2)
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.1.7](https://github.com/ElMassimo/vite_ruby/compare/vite_ruby@3.1.6...vite_ruby@3.1.7) (2022-07-13)


### Bug Fixes

* npm deprecation warning on assets:precompile ([#226](https://github.com/ElMassimo/vite_ruby/issues/226)) ([e4f4b75](https://github.com/ElMassimo/vite_ruby/commit/e4f4b7540ef34296f1a8a4d8f1d2838549ee8460)), closes [#220](https://github.com/ElMassimo/vite_ruby/issues/220)



## [3.1.6](https://github.com/ElMassimo/vite_ruby/compare/vite_ruby@3.1.5...vite_ruby@3.1.6) (2022-06-02)

### Bug Fixes
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.1.6'
VERSION = '3.1.7'

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

0 comments on commit 0d49a13

Please sign in to comment.