Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ElMassimo committed Sep 4, 2024
1 parent 563b476 commit aa5340a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions vite-plugin-ruby/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [5.1.0](https://github.com/ElMassimo/vite_ruby/compare/[email protected]@5.1.0) (2024-09-04)


### Bug Fixes

* infer correct dirname when a custom manifest is provided ([#458](https://github.com/ElMassimo/vite_ruby/issues/458)) ([cc46e3a](https://github.com/ElMassimo/vite_ruby/commit/cc46e3af8de735e8046a5126710c859f2ffe80ff))
* storybook compatibility, plugins can now add entrypoints ([#488](https://github.com/ElMassimo/vite_ruby/issues/488)) ([a8103b7](https://github.com/ElMassimo/vite_ruby/commit/a8103b7421160c391cc84064c5a170502c8cb40f))


### Features

* add `package_manager` config option, experimental support for bun ([#481](https://github.com/ElMassimo/vite_ruby/issues/481)) ([4426cb1](https://github.com/ElMassimo/vite_ruby/commit/4426cb1007dbb58f4637a4423b1e7d640db96841)), closes [#324](https://github.com/ElMassimo/vite_ruby/issues/324)
* change default execution to use `npx vite` instead ([#480](https://github.com/ElMassimo/vite_ruby/issues/480)) ([330f61f](https://github.com/ElMassimo/vite_ruby/commit/330f61fedadf1274547a069856125e52002d0065)), closes [#462](https://github.com/ElMassimo/vite_ruby/issues/462)
* upgrade vite-plugin-rails dependencies to support vite 5 ([b4eade9](https://github.com/ElMassimo/vite_ruby/commit/b4eade9b92413172501df8f762a9c0164633ee95))



# [5.0.0](https://github.com/ElMassimo/vite_ruby/compare/[email protected]@5.0.0) (2023-11-16)


Expand Down
2 changes: 1 addition & 1 deletion vite-plugin-ruby/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vite-plugin-ruby",
"description": "Convention over configuration for using Vite in Ruby apps",
"version": "5.0.0",
"version": "5.1.0",
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.js",
Expand Down

0 comments on commit aa5340a

Please sign in to comment.