File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414PATH
1515 remote: vite_ruby
1616 specs:
17- vite_ruby (3.10.1 )
17+ vite_ruby (3.10.2 )
1818 dry-cli (>= 0.7 , < 2 )
1919 logger (~> 1.6 )
2020 mutex_m
Original file line number Diff line number Diff line change 1+ ## [ 3.10.2] ( https://github.com/ElMassimo/vite_ruby/compare/vite_ruby@3.10.1...vite_ruby@3.10.2 ) (2026-03-30)
2+
3+
4+ ### Bug Fixes
5+
6+ * ensure imported CSS is resolved recursively (close [ #600 ] ( https://github.com/ElMassimo/vite_ruby/issues/600 ) ) ([ #601 ] ( https://github.com/ElMassimo/vite_ruby/issues/601 ) ) ([ de4f4a0] ( https://github.com/ElMassimo/vite_ruby/commit/de4f4a0d0d80990dd73ade74ac40b1e7abdf40b6 ) )
7+
8+
9+
110## [ 3.10.1] ( https://github.com/ElMassimo/vite_ruby/compare/vite_ruby@3.10.0...vite_ruby@3.10.1 ) (2026-03-25)
211
312
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33class ViteRuby
4- VERSION = "3.10.1 "
4+ VERSION = "3.10.2 "
55
66 # Internal: Versions used by default when running `vite install`.
77 DEFAULT_VITE_VERSION = "^8.0.0"
You can’t perform that action at this time.
0 commit comments