Skip to content

Commit 57bddf8

Browse files
ElMassimoSDRACK
authored andcommitted
1 parent dcff09b commit 57bddf8

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

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.4.0)
17+
vite_ruby (3.5.0)
1818
dry-cli (>= 0.7, < 2)
1919
rack-proxy (~> 0.6, >= 0.6.1)
2020
zeitwerk (~> 2.2)

vite_ruby/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [3.5.0](https://github.com/ElMassimo/vite_ruby/compare/[email protected][email protected]) (2023-11-16)
2+
3+
4+
### Bug Fixes
5+
6+
* prevent clean from deleting assets referenced in the manifests ([8a581c1](https://github.com/ElMassimo/vite_ruby/commit/8a581c15ff480049bbb14dab1b5a3497308521b5))
7+
8+
9+
### Features
10+
11+
* use vite 5 in new installations ([f063f28](https://github.com/ElMassimo/vite_ruby/commit/f063f283f939d15b3c48c1a9b6efcd589fafbaf1))
12+
13+
14+
115
# [3.4.0](https://github.com/ElMassimo/vite_ruby/compare/[email protected][email protected]) (2023-11-16)
216

317

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.4.0'
4+
VERSION = '3.5.0'
55

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

0 commit comments

Comments
 (0)