Skip to content

Commit

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


### Bug Fixes

* remove `vite:clean` rake task as it can potentially break apps ([824b4ef](https://github.com/ElMassimo/vite_ruby/commit/824b4ef8397828423d2ddda117bf27e365954961)), closes [#438](https://github.com/ElMassimo/vite_ruby/issues/438) [#490](https://github.com/ElMassimo/vite_ruby/issues/490) [#404](https://github.com/ElMassimo/vite_ruby/issues/404)

This comment has been minimized.

Copy link
@benlangfeld

benlangfeld Aug 12, 2024

Surely this should have been considered a breaking change and released as 4.0.0?



### Features

* remove `ostruct` dependency (closes [#489](https://github.com/ElMassimo/vite_ruby/issues/489)) ([1dfec47](https://github.com/ElMassimo/vite_ruby/commit/1dfec4759bf2c107433c5f1618d97439f6d5bd01))



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


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.7.0'
VERSION = '3.8.0'

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

0 comments on commit a0203c0

Please sign in to comment.