Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ElMassimo committed Jul 17, 2024
1 parent 4426cb1 commit ee21ff4
Show file tree
Hide file tree
Showing 3 changed files with 12 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.6.2)
vite_ruby (3.7.0)
dry-cli (>= 0.7, < 2)
rack-proxy (~> 0.6, >= 0.6.1)
zeitwerk (~> 2.2)
Expand Down
10 changes: 10 additions & 0 deletions vite_ruby/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# [3.7.0](https://github.com/ElMassimo/vite_ruby/compare/[email protected][email protected]) (2024-07-17)


### Features

* add `package_manager` config option, experimental support for bun ([#481](https://github.com/ElMassimo/vite_ruby/issues/481)) ([4426cb1](https://github.com/ElMassimo/vite_ruby/commit/4426cb1007dbb58f4637a4423b1e7d640db96841)), closes [#324](https://github.com/ElMassimo/vite_ruby/issues/324)
* change default execution to use `npx vite` instead ([#480](https://github.com/ElMassimo/vite_ruby/issues/480)) ([330f61f](https://github.com/ElMassimo/vite_ruby/commit/330f61fedadf1274547a069856125e52002d0065)), closes [#462](https://github.com/ElMassimo/vite_ruby/issues/462)



## [3.6.2](https://github.com/ElMassimo/vite_ruby/compare/[email protected][email protected]) (2024-07-16)


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.6.2'
VERSION = '3.7.0'

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

0 comments on commit ee21ff4

Please sign in to comment.