Skip to content

Commit

Permalink
Merge pull request react-materialize#1148 from react-materialize/3.9.3
Browse files Browse the repository at this point in the history
3.9.3
  • Loading branch information
alextrastero authored Sep 10, 2020
2 parents 4d03ce2 + e4d87d1 commit dc33f99
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

### 3.9.3

- Various ts fixes
- media-box to use ref
- npm fix vulnerabilities
- export spinner
- fix spinner size prop

### 3.9.2

- Modal: deep compare options dependency
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-materialize",
"version": "3.9.2",
"version": "3.9.3",
"description": "Material design components for react",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion test/__snapshots__/Preloader.spec.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

exports[`<Preloader /> should render a Preloader 1`] = `
<div
className="find preloader-wrapper size"
className="find preloader-wrapper big"
>
<Spinner
color="blue"
Expand Down

0 comments on commit dc33f99

Please sign in to comment.