Skip to content

Commit dbc788f

Browse files
committed
v3.9.2
1 parent 8664348 commit dbc788f

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Big thanks to the 16 contributors who made this release possible!
77

88
Here are some highlights ✨:
9-
- ⚛️ Add a new Breadcrumb component to the lab (#14084) @mbrookes
9+
- ⚛️ Add a new Breadcrumb component to the lab (#14084) @simoami @mbrookes
1010
https://material-ui.com/lab/breadcrumbs
1111
- 📝 AppBar and Textfield demos in TypeScript (#13229) @eps1lon
1212
- 📝 Prepare support for 5 new documentation languages
@@ -31,7 +31,7 @@ https://translate.material-ui.com/project/material-ui-docs
3131
### `@material-ui/lab@v3.0.0-alpha.30`
3232

3333
- [Slider] Added valueReducer prop (#12665) @aseem191
34-
- [lab] Add a Breadcrumb component (#14084) @mbrookes
34+
- [lab] Add a Breadcrumb component (#14084) @simoami @mbrookes
3535

3636
### Docs
3737

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@material-ui/workspace",
33
"private": true,
44
"author": "Material-UI Team",
5-
"version": "3.9.1",
5+
"version": "3.9.2",
66
"description": "Material-UI's workspace package",
77
"keywords": [
88
"react",

packages/material-ui-lab/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@material-ui/lab",
33
"private": false,
44
"author": "Material-UI Team",
5-
"version": "3.0.0-alpha.29",
5+
"version": "3.0.0-alpha.30",
66
"description": "Material-UI Lab - Incubator for Material-UI React components.",
77
"main": "./src/index.js",
88
"keywords": [

packages/material-ui-styles/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@material-ui/styles",
33
"private": false,
44
"author": "Material-UI Team",
5-
"version": "3.0.0-alpha.9",
5+
"version": "3.0.0-alpha.10",
66
"description": "Material-UI Styles - The styling solution of Material-UI.",
77
"main": "./src/index.js",
88
"keywords": [
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"build/umd/material-ui.production.min.js": {
3-
"bundled": 868516,
4-
"minified": 320858,
5-
"gzipped": 84838
3+
"bundled": 870371,
4+
"minified": 321258,
5+
"gzipped": 84918
66
}
77
}

packages/material-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@material-ui/core",
33
"private": false,
44
"author": "Material-UI Team",
5-
"version": "3.9.1",
5+
"version": "3.9.2",
66
"description": "React components that implement Google's Material Design.",
77
"keywords": [
88
"react",

0 commit comments

Comments
 (0)