Skip to content

Commit e61af05

Browse files
committed
release: vite_ruby@3.10.1
1 parent 5ed99b4 commit e61af05

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ PATH
1414
PATH
1515
remote: vite_ruby
1616
specs:
17-
vite_ruby (3.10.0)
17+
vite_ruby (3.10.1)
1818
dry-cli (>= 0.7, < 2)
1919
logger (~> 1.6)
2020
mutex_m

vite_ruby/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [3.10.1](https://github.com/ElMassimo/vite_ruby/compare/vite_ruby@3.10.0...vite_ruby@3.10.1) (2026-03-25)
2+
3+
4+
### Bug Fixes
5+
6+
* adding `web:` to `Procfile.dev` during installation (close [#599](https://github.com/ElMassimo/vite_ruby/issues/599)) ([5ed99b4](https://github.com/ElMassimo/vite_ruby/commit/5ed99b40b2688ee91c73ee382a2a7a632bcc9bac))
7+
8+
9+
110
# [3.10.0](https://github.com/ElMassimo/vite_ruby/compare/vite_ruby@3.9.3...vite_ruby@3.10.0) (2026-03-17)
211

312

vite_ruby/lib/vite_ruby/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# frozen_string_literal: true
22

33
class ViteRuby
4-
VERSION = "3.10.0"
4+
VERSION = "3.10.1"
55

66
# Internal: Versions used by default when running `vite install`.
77
DEFAULT_VITE_VERSION = "^8.0.0"

0 commit comments

Comments
 (0)