File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Expand file tree Collapse file tree 4 files changed +7
-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+ ## [[ 5.2.2]] ( https://github.com/rails/webpacker/compare/v5.2.1...5.2.2 ) - 2021-04-27
10+
11+ - Bump deps and remove node-sass [ #2997 ] ( https://github.com/rails/webpacker/pull/2997 ) .
12+
913## [[ 5.2.1]] ( https://github.com/rails/webpacker/compare/v5.2.0...5.2.1 ) - 2020-08-17
1014
1115- Revert [ #1311 ] ( https://github.com/rails/webpacker/pull/1311 ) .
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- webpacker (5.2.1 )
4+ webpacker (5.2.2 )
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.1 " . freeze
3+ VERSION = "5.2.2 " . freeze
44end
Original file line number Diff line number Diff line change 11{
22 "name" : " @rails/webpacker" ,
3- "version" : " 5.2.1 " ,
3+ "version" : " 5.2.2 " ,
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