From a0203c03de856d2713e9151bdb572962ef7e0a76 Mon Sep 17 00:00:00 2001 From: Maximo Mussini <maximomussini@gmail.com> Date: Mon, 12 Aug 2024 10:52:57 -0300 Subject: [PATCH] release: vite_ruby@3.8.0 --- Gemfile.lock | 2 +- vite_ruby/CHANGELOG.md | 14 ++++++++++++++ vite_ruby/lib/vite_ruby/version.rb | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 6d420a48..624693ac 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) diff --git a/vite_ruby/CHANGELOG.md b/vite_ruby/CHANGELOG.md index 5794842d..57fd899b 100644 --- a/vite_ruby/CHANGELOG.md +++ b/vite_ruby/CHANGELOG.md @@ -1,3 +1,17 @@ +# [3.8.0](https://github.com/ElMassimo/vite_ruby/compare/vite_ruby@3.7.0...vite_ruby@3.8.0) (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) + + +### 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/vite_ruby@3.6.2...vite_ruby@3.7.0) (2024-07-17) diff --git a/vite_ruby/lib/vite_ruby/version.rb b/vite_ruby/lib/vite_ruby/version.rb index a62b6ef5..df237672 100644 --- a/vite_ruby/lib/vite_ruby/version.rb +++ b/vite_ruby/lib/vite_ruby/version.rb @@ -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'