From 745837a99198e4461a95e0984589ba48f7f713fa Mon Sep 17 00:00:00 2001 From: Gaurav Tiwari Date: Tue, 27 Apr 2021 12:21:58 +0100 Subject: [PATCH] 5.2.2 --- CHANGELOG.md | 4 ++++ Gemfile.lock | 2 +- lib/webpacker/version.rb | 2 +- package.json | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e936dce9..c73547dbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ - Adds experimental Yarn 2 support. Note you must manually set `nodeLinker: node-modules` in your `.yarnrc.yml`. +## [[5.2.2]](https://github.com/rails/webpacker/compare/v5.2.1...5.2.2) - 2021-04-27 + +- Bump deps and remove node-sass [#2997](https://github.com/rails/webpacker/pull/2997). + ## [[5.2.1]](https://github.com/rails/webpacker/compare/v5.2.0...5.2.1) - 2020-08-17 - Revert [#1311](https://github.com/rails/webpacker/pull/1311). diff --git a/Gemfile.lock b/Gemfile.lock index 14fb4e0ee..1f80b509d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - webpacker (5.2.1) + webpacker (5.2.2) activesupport (>= 5.2) rack-proxy (>= 0.6.1) railties (>= 5.2) diff --git a/lib/webpacker/version.rb b/lib/webpacker/version.rb index e9c1e6f31..b87d21ef1 100644 --- a/lib/webpacker/version.rb +++ b/lib/webpacker/version.rb @@ -1,4 +1,4 @@ module Webpacker # Change the version in package.json too, please! - VERSION = "5.2.1".freeze + VERSION = "5.2.2".freeze end diff --git a/package.json b/package.json index 0220b8733..bac3db5bc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rails/webpacker", - "version": "5.2.1", + "version": "5.2.2", "description": "Use webpack to manage app-like JavaScript modules in Rails", "main": "package/index.js", "files": [