Skip to content

Commit

Permalink
fix: ensure vite_plugin_legacy is upgraded by the upgrade command
Browse files Browse the repository at this point in the history
  • Loading branch information
ElMassimo committed Dec 17, 2021
1 parent e6a4fe0 commit 2f9437d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vite_plugin_legacy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## [3.0.1](https://github.com/ElMassimo/vite_ruby/compare/vite_plugin_legacy@3.0.0...vite_plugin_legacy@3.0.1) (2021-12-17)


- Support vite@2.7.0, which added a null character to the legacy polyfills entry name.

# [3.0.0](https://github.com/ElMassimo/vite_ruby/compare/vite_plugin_legacy@0.5.6...vite_plugin_legacy@3.0.0) (2021-08-16)

Expand Down
3 changes: 3 additions & 0 deletions vite_plugin_legacy/lib/vite_plugin_legacy/installation.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# frozen_string_literal: true

require 'vite_plugin_legacy'
4 changes: 3 additions & 1 deletion vite_ruby/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
## [3.0.4](https://github.com/ElMassimo/vite_ruby/compare/vite_ruby@3.0.3...vite_ruby@3.0.4) (2021-12-17)

### BREAKING CHANGES

* if using `vite_plugin_legacy`, make sure to upgrade to 3.0.1

### Bug Fixes

* handle new virtual legacy-polyfill name ([#157](https://github.com/ElMassimo/vite_ruby/issues/157)) ([a34e77f](https://github.com/ElMassimo/vite_ruby/commit/a34e77f3b342c9171adc50adfd5220b57bddb961))



## [3.0.3](https://github.com/ElMassimo/vite_ruby/compare/vite_ruby@3.0.2...vite_ruby@3.0.3) (2021-12-09)


Expand Down
1 change: 1 addition & 0 deletions vite_ruby/lib/vite_ruby.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ class ViteRuby
'vite_padrino' => 'padrino',
'jekyll-vite' => 'jekyll',
'vite_rails_legacy' => 'rails',
'vite_plugin_legacy' => 'rack',
}

class << self
Expand Down

0 comments on commit 2f9437d

Please sign in to comment.