File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 66
77- Adds experimental Yarn 2 support. Note you must manually set ` nodeLinker: node-modules ` in your ` .yarnrc.yml ` .
88
9+ - Keep backups, even when they're old [ #2912 ] ( https://github.com/rails/webpacker/pull/2912 )
10+
911## [[ 5.2.2]] ( https://github.com/rails/webpacker/compare/v5.2.1...5.2.2 ) - 2021-04-27
1012
1113- Bump deps and remove node-sass [ #2997 ] ( https://github.com/rails/webpacker/pull/2997 ) .
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- webpacker (5.2.2 )
4+ webpacker (5.3.0 )
55 activesupport (>= 5.2 )
66 rack-proxy (>= 0.6.1 )
77 railties (>= 5.2 )
Original file line number Diff line number Diff line change 11module Webpacker
22 # Change the version in package.json too, please!
3- VERSION = "5.2.2 " . freeze
3+ VERSION = "5.3.0 " . freeze
44end
Original file line number Diff line number Diff line change 11{
22 "name" : " @rails/webpacker" ,
3- "version" : " 5.2.2 " ,
3+ "version" : " 5.3.0 " ,
44 "description" : " Use webpack to manage app-like JavaScript modules in Rails" ,
55 "main" : " package/index.js" ,
66 "files" : [
You can’t perform that action at this time.
0 commit comments