From 9f52031848844365742c6940d2c916c3a11f9277 Mon Sep 17 00:00:00 2001 From: Josh Kramer Date: Mon, 2 Mar 2020 12:11:06 -0500 Subject: [PATCH] Fix @material-ui/styles release version number NPM currently has a 4.9.0 version, so I think that's what this was supposed to be. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5149abf4165190..2fff0374b4aae9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -292,7 +292,7 @@ Here are some highlights ✨: - [TextField] Support padding for helperText (#19198) @hiteshkundal - [Tooltip] Fix popper.js re-instantiation (#19304) @netochaves -### `@material-ui/styles@v4.8.0` +### `@material-ui/styles@v4.9.0` - [styles] Overload function signature instead of conditional (#19320) @eps1lon