Skip to content

Commit

Permalink
v3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Oct 21, 2018
1 parent 355c0c7 commit 47d3b93
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ Here are some highlights ✨:

- [Slider] Fix Jest unmount issue (#13295) @mdartic

### `@material-ui/[email protected]`

- [withStyle] Improve the dangerouslyUseGlobalCSS option (#13330) @oliviertassinari

### Docs

- [docs] Adds documentation for Circular Progress component (#13266) @mxmcg
Expand Down
8 changes: 2 additions & 6 deletions docs/notifications.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
[
{
"id": 22,
"text": "Let's localize! <a style=\"color: white;\" target=\"_blank\" href=\"https://translate.material-ui.com/project/material-ui-docs\">帮助 Material-UI 将文档翻译成中文</a>."
},
{
"id": 24,
"text": "Material-UI v3.2.2 is out 🎉. Please see <a style=\"color: white;\" target=\"_blank\" href=\"https://github.com/mui-org/material-ui/releases/tag/v3.2.2\">the release notes</a>."
"id": 25,
"text": "Material-UI v3.3.0 is out 🎉. Please see <a style=\"color: white;\" target=\"_blank\" href=\"https://github.com/mui-org/material-ui/releases/tag/v3.3.0\">the release notes</a>."
}
]
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "material-ui-workspace",
"private": true,
"author": "Material-UI Team",
"version": "3.2.2",
"version": "3.3.0",
"description": "Material-UI's workspace package",
"keywords": [
"react",
Expand Down
2 changes: 1 addition & 1 deletion packages/material-ui-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@material-ui/docs",
"private": false,
"author": "Material-UI Team",
"version": "3.0.0-alpha.6",
"version": "3.0.0-alpha.7",
"description": "Material-UI Docs - Documentation building blocks.",
"main": "./src/index.js",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/material-ui-lab/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@material-ui/lab",
"private": true,
"author": "Material-UI Team",
"version": "3.0.0-alpha.20",
"version": "3.0.0-alpha.21",
"description": "Material-UI Lab - Incubator for Material-UI React components.",
"main": "./src/index.js",
"keywords": [
Expand Down
6 changes: 3 additions & 3 deletions packages/material-ui/.size-snapshot.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"build/umd/material-ui.production.min.js": {
"bundled": 851630,
"minified": 315865,
"gzipped": 83772
"bundled": 851366,
"minified": 315878,
"gzipped": 83791
}
}
2 changes: 1 addition & 1 deletion packages/material-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@material-ui/core",
"private": true,
"author": "Material-UI Team",
"version": "3.2.2",
"version": "3.3.0",
"description": "React components that implement Google's Material Design.",
"keywords": [
"react",
Expand Down

0 comments on commit 47d3b93

Please sign in to comment.