Skip to content

Commit 9317b6a

Browse files
committed
release: vite_ruby@3.10.0
1 parent edc8e13 commit 9317b6a

3 files changed

Lines changed: 18 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.9.3)
17+
vite_ruby (3.10.0)
1818
dry-cli (>= 0.7, < 2)
1919
logger (~> 1.6)
2020
mutex_m

vite_ruby/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# [3.10.0](https://github.com/ElMassimo/vite_ruby/compare/vite_ruby@3.9.3...vite_ruby@3.10.0) (2026-03-17)
2+
3+
4+
### Bug Fixes
5+
6+
* avoid displaying manifest contents (close [#568](https://github.com/ElMassimo/vite_ruby/issues/568)) ([edc8e13](https://github.com/ElMassimo/vite_ruby/commit/edc8e13d205e27332f8f1339588a7d007a1faa7a))
7+
* binstub creation ([#589](https://github.com/ElMassimo/vite_ruby/issues/589)) ([cd2ad27](https://github.com/ElMassimo/vite_ruby/commit/cd2ad273ddf155f7c89098d5a25de4d58b31da16))
8+
* Check if `web` entry already on `Procfile.dev` before appending it ([#542](https://github.com/ElMassimo/vite_ruby/issues/542)) ([4546cf4](https://github.com/ElMassimo/vite_ruby/commit/4546cf48cbef881b4b57deb0fd9e43440e9897f4))
9+
10+
11+
### Features
12+
13+
* bump default plugin version ([9d8f3b4](https://github.com/ElMassimo/vite_ruby/commit/9d8f3b42e9020a1b6d91bf7432899bff0697fc5a))
14+
15+
16+
117
## [3.9.3](https://github.com/ElMassimo/vite_ruby/compare/vite_ruby@3.9.2...vite_ruby@3.9.3) (2026-02-25)
218

319

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.9.3"
4+
VERSION = "3.10.0"
55

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

0 commit comments

Comments
 (0)