Skip to content

Commit 8928a36

Browse files
v5.0.0-alpha.26
1 parent 6d732ba commit 8928a36

File tree

15 files changed

+183
-36
lines changed

15 files changed

+183
-36
lines changed

CHANGELOG.md

Lines changed: 148 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,153 @@
11
### [Versions](https://material-ui.com/versions/)
22

3+
## 5.0.0-alpha.26
4+
5+
<!-- generated comparing v5.0.0-alpha.25..next -->
6+
7+
_Feb 27, 2021_
8+
9+
Big thanks to the 26 contributors who made this release possible. Here are some highlights ✨:
10+
11+
- 👩‍🎤 Convert 11 components to emotion (#24696, #24631, #24857, #25048, #24693, #24663, #25007, #24688, #24665, #24878, #24571) @praveenkuma @natac13 @xs9627 @povilass @m4theushw @natac13 @natac13 @DanailH @duganbrett @duganbrett @praveenkumar-kalidass @vinyldarkscratch.
12+
75% of the components have been migrated so far, thanks to the help of the community.
13+
- 🦴 Convert 4 components to the unstyled pattern (#24985, #24857, #24890, #24957) @povilass.
14+
This change doesn't introduce any breaking changes. Hence, most of the conversion effort will be done post v5-stable.
15+
- 📚 Fix the generation of the API pages for the date pickers (#25101, #25100, #25086, #25089, #25085, #25084) @eps1lon.
16+
This is a follow-up effort after we have merged `material-ui-pickers`. The components are written in TypeScript which required us to upgrade our infra.
17+
- 👌 Improve the Slider thumb and track animation (#24968) @remyoudemans.
18+
The thumb is now moving with a light transition between different values unless it's dragged.
19+
<img src="https://user-images.githubusercontent.com/3165635/109394906-b7405a00-7929-11eb-829a-3b5246c30c08.gif" width="412" height="110" />
20+
- 💅 Convert 5 components with custom colors support (#25099, #25088) @mngu.
21+
This change makes it easier to leverage custom palettes
22+
- And many more 🐛 bug fixes and 📚 improvements.
23+
24+
### `@material-ui/[email protected]`
25+
26+
- <!-- 099 --> [AppBar][CircularProgress][LinearProgress] Support custom colors (#25099) @mngu
27+
- <!-- 102 --> [Autocomplete] Prevent closing on no-option text click (#25103) @silver-snoopy
28+
- <!-- 101 --> [Autocomplete] Fix ListboxComponent slot regression (#25102) @oliviertassinari
29+
- <!-- 035 --> [Autocomplete] Fix the return type of AutocompleteGetTagProps (#24950) @joemaffei
30+
- <!-- 029 --> [Autocomplete] Migrate to emotion (#24696) @natac13
31+
- <!-- 091 --> [Button] Fix ripple stuck after displaying the context menu (#25004) @DanailH
32+
- <!-- 082 --> [Button] Fix forward classes to ButtonBase (#25072) @praveenkumar-kalidass
33+
- <!-- 034 --> [Chip] Normalize Material Design States (#24915) @oliviertassinari
34+
- <!-- 031 --> [Chip] Fix focus-visible regression (#24906) @oliviertassinari
35+
- <!-- 018 --> [CircularProgress] Make source easier to read (#24893) @oliviertassinari
36+
- <!-- 053 --> [Menu] Migrate MenuItem to emotion (#24631) @xs9627
37+
- <!-- 079 --> [Paper] Fix type support of overridable component (#25059) @mngu
38+
- <!-- 051 --> [Skeleton] Fix global theme customization (#24983) @glocore
39+
- <!-- 067 --> [Slider] Improve thumb and track animation (#24968) @remyoudemans
40+
- <!-- 009 --> [Slider] Fix override of event.target when preparing change events (#24782) @praveenkumar-kalidass
41+
- <!-- 097 --> [Snackbar] Migrate SnackbarContent to emotion (#25048) @m4theushw
42+
- <!-- 028 --> [SwipeableDrawer] Fix detection of native scroll container (#24903) @oliviertassinari
43+
- <!-- 059 --> [Switch] Migrate to emotion (#24693) @natac13
44+
- <!-- 050 --> [Switch] Update to follow current MD guidelines (#24954) @hxqlin
45+
- <!-- 016 --> [Table] Migrate TableCell to emotion (#24663) @natac13
46+
- <!-- 089 --> [Tabs] Change the default indicatorColor and textColor prop values to "primary" (#25063) @Dripcoding
47+
- <!-- 094 --> [TextField] Support custom color and size (#25088) @mngu
48+
- <!-- 093 --> [TextField] Fix input adornment color (#25090) @manziEric
49+
- <!-- 081 --> [TextField] Fix FilledInput AA contrast issue (#25046) @Dripcoding
50+
- <!-- 072 --> [TextField] Migrate FormControlLabel to emotion (#25007) @DanailH
51+
- <!-- 069 --> [TextField] Fix label wrap, display an ellipsis instead (#25012) @NekoApocalypse
52+
- <!-- 052 --> [TextField] Migrate OutlinedInput to emotion (#24688) @duganbrett
53+
- <!-- 048 --> [TextField] Fix focused={true} disabled={true} infinite render (#24961) @oliviertassinari
54+
- <!-- 019 --> [TextField] Migrate FormLabel and InputLabel to emotion (#24665) @duganbrett
55+
- <!-- 077 --> [theme] Update theme.palette.text.secondary to match the spec (#25060) @Dripcoding
56+
- <!-- 058 --> [ToggleButton] Migrate ToggleButtonGroup to emotion (#24878) @praveenkumar-kalidass
57+
- <!-- 098 --> [Tooltip] Migrate to emotion (#24571) @vinyldarkscratch
58+
59+
### `@material-ui/[email protected]`
60+
61+
- <!-- 033 --> [Portal] Migrate to unstyled (#24890) @povilass
62+
- <!-- 047 --> [TrapFocus] Migrate to unstyled (#24957) @povilass
63+
- <!-- 060 --> [Backdrop] Migrate to unstyled (#24985) @povilass
64+
- <!-- 078 --> [Modal] Migrate to emotion + unstyled (#24857) @povilass
65+
66+
### `@material-ui/[email protected]`
67+
68+
- <!-- 071 --> [Pickers] Fix scroll-jump when opening with a selected value (#25010) @eps1lon
69+
- <!-- 066 --> [Pickers] Rework keyboard navigation implementation (#24315) @eps1lon
70+
- <!-- 065 --> [Pickers] Fix picker components not opening on click in React 17 (#24981) @eps1lon
71+
- <!-- 013 --> [Pickers] Fix outdated link to PickersDay (#24883) @oliviertassinari
72+
73+
### `@material-ui/[email protected]`
74+
75+
- <!-- 087 --> [icons] Synchronize icons (#25055) @eps1lon
76+
77+
The icons were synchronized with https://material.io/resources/icons/. This change increases the number of supported icons from 1349 to 1781 per theme (we support 5 themes).
78+
We are getting closer to the maximum number of icons our infrastructure can support. In the future, we might remove the least popular icons in favor of the most frequently used ones.
79+
80+
### `@material-ui/[email protected]`
81+
82+
- <!-- 057 --> [system] Fix gap, rowGap, columnGap, borderRadius reponsive support (#24994) @oliviertassinari
83+
84+
### `@material-ui/[email protected]`
85+
86+
- <!-- 025 --> [utils] Fix isMuiElement types (#24936) @oliviertassinari
87+
88+
### Docs
89+
90+
- <!-- 100 --> [docs] Add DateRangePickerDay, PickersDay, PickersCalendarSkeleton, MontherPicker API (#25101) @eps1lon
91+
- <!-- 096 --> [docs] Add DayPicker API (#25100) @eps1lon
92+
- <!-- 095 --> [docs] Improve description of builderbook (#25086) @klyburke
93+
- <!-- 092 --> [docs] Add API of ClockPicker (#25089) @eps1lon
94+
- <!-- 090 --> [docs] Add API of *DateRangePicker components (#25085) @eps1lon
95+
- <!-- 088 --> [docs] Add API of *DateTimePicker components (#25084) @eps1lon
96+
- <!-- 084 --> [docs] Add graphql-starter to Example Projects (#25068) @koistya
97+
- <!-- 083 --> [docs] Migrate Alert demos to emotion (#25074) @m4theushw
98+
- <!-- 075 --> [docs] Add codesandbox example for styled-components (#25050) @jony89
99+
- <!-- 056 --> [docs] Wrong link @oliviertassinari
100+
- <!-- 049 --> [docs] Improve error message when GitHub API fail (#24976) @oliviertassinari
101+
- <!-- 037 --> [docs] Separate simple and nested modal demos (#24938) @ydubinskyi
102+
- <!-- 030 --> [docs] Remove under construction icons from DataGrid feature pages (#24946) @DanailH
103+
- <!-- 020 --> [docs] Fix prefers-color-scheme switch (#24902) @oliviertassinari
104+
- <!-- 001 --> [docs] Add yarn install step, safer @oliviertassinari
105+
- <!-- 055 --> [examples] Fix code sandbox link GitHub branch (#24996) @kevbarns
106+
107+
### Core
108+
109+
- <!-- 086 --> [core] Prevent out-of-memory in test_types_next (#25079) @eps1lon
110+
- <!-- 085 --> [core] Pin playwright image to known working version (#25080) @eps1lon
111+
- <!-- 080 --> [core] Remove need to reinject backdrop (#25071) @oliviertassinari
112+
- <!-- 074 --> [core] Batch small changes (#25015) @oliviertassinari
113+
- <!-- 068 --> [core] More cleanup on Pickers code (#25020) @dborstelmann
114+
- <!-- 063 --> [core] Allow running full pipeline with various React versions (#25005) @eps1lon
115+
- <!-- 061 --> [core] Fix missing codecov report (#25006) @eps1lon
116+
- <!-- 040 --> [core] Fix release:tag pushing to first push remote (#24960) @eps1lon
117+
- <!-- 039 --> [core] Fix cache miss when using playwright docker images (#24942) @eps1lon
118+
- <!-- 023 --> [core] Prevent out-of-memory when type-checking in CI (#24933) @eps1lon
119+
- <!-- 022 --> [core] Disable page size tracking (#24932) @eps1lon
120+
- <!-- 021 --> [core] Extract linting into separate CI job (#24930) @eps1lon
121+
- <!-- 017 --> [core] Only clone props if needed (#24892) @oliviertassinari
122+
- <!-- 015 --> [core] listChangedFiles returns an empty list with no changed files (#24879) @eps1lon
123+
- <!-- 014 --> [core] Remove dead code in docs:dev (#24880) @oliviertassinari
124+
- <!-- 012 --> [core] Fix a few stylelint error (#24885) @oliviertassinari
125+
- <!-- 011 --> [core] Fix name of Safari target (#24881) @oliviertassinari
126+
- <!-- 010 --> [core] Prefer return over throw in chainPropTypes (#24882) @oliviertassinari
127+
- <!-- 006 --> [core] Support /r/issue-template back (#24870) @oliviertassinari
128+
- <!-- 003 --> [core] Simplify xxxClasses types (#24736) @oliviertassinari
129+
- <!-- 076 --> [test] Improve BrowserStack configuration (#25049) @oliviertassinari
130+
- <!-- 073 --> [test] Track bundle size of unstyled components (#25047) @oliviertassinari
131+
- <!-- 070 --> [test] Make `render` required with describeConformanceV5 (#25003) @oliviertassinari
132+
- <!-- 064 --> [test] Move a11y tree exclusion to appropriate document (#24998) @eps1lon
133+
- <!-- 062 --> [test] Test with ClickAwayListener mount on onClickCapture (#25001) @eps1lon
134+
- <!-- 045 --> [test] Improve various timer related issues (#24963) @eps1lon
135+
- <!-- 043 --> [test] Avoid Rate Limit Exceeded (#24931) @oliviertassinari
136+
- <!-- 042 --> [test] Remove internal icons smoke test (#24969) @eps1lon
137+
- <!-- 041 --> [test] Reduce compile time of test:karma in watchmode drastically (#24967) @eps1lon
138+
- <!-- 038 --> [test] Dedupe missing act warnings for HoC (#24949) @eps1lon
139+
- <!-- 036 --> [test] Consolidate on a single API (#24884) @oliviertassinari
140+
- <!-- 027 --> [test] Update react next patch (#24934) @eps1lon
141+
- <!-- 026 --> [test] Link CircleCI URL in BS (#24935) @oliviertassinari
142+
- <!-- 024 --> [test] Run more tests at the same time (#24886) @oliviertassinari
143+
- <!-- 008 --> [test] Dedupe missing act warnings by component name (#24871) @eps1lon
144+
- <!-- 007 --> [test] Enable type-unaware versions of disabled typed-aware lint rules (#24873) @eps1lon
145+
- <!-- 005 --> [test] Initial workspace definition (#24869) @eps1lon
146+
- <!-- 004 --> [test] Add current behavior of focus during mount in Popper (#24863) @eps1lon
147+
- <!-- 002 --> [test] Increase BrowserStack timeout to 6min (#24861) @oliviertassinari
148+
149+
All contributors of this release in alphabetical order: @DanailH, @dborstelmann, @Dripcoding, @duganbrett, @eps1lon, @glocore, @hxqlin, @joemaffei, @jony89, @kevbarns, @klyburke, @koistya, @m4theushw, @manziEric, @mngu, @natac13, @NekoApocalypse, @oliviertassinari, @povilass, @praveenkumar-kalidass, @remyoudemans, @silver-snoopy, @vinyldarkscratch, @xs9627, @ydubinskyi
150+
3151
## 5.0.0-alpha.25
4152

5153
<!-- generated comparing v5.0.0-alpha.24..next -->
@@ -308,7 +456,6 @@ Big thanks to the 15 contributors who made this release possible. Here are some
308456
We have reached a point where we feel confident that the new approach should make it to v5 stable. An issue has been created to track the progress with the migration to emotion: #24405. Your contribution to this effort and the ones from the community are welcome 🙌.
309457

310458
- 📅 Various improvements on the date picker components (#24301, #24309, #24275, #24298, #24319) @m4theushw @eps1lon @huzaima @praveenkumar-kalidass
311-
312459
- And many more 🐛 bug fixes and 📚 improvements.
313460

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

benchmark/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "benchmark",
3-
"version": "5.0.0-alpha.25",
3+
"version": "5.0.0-alpha.26",
44
"private": "true",
55
"scripts": {
66
"browser": "yarn webpack --config browser/webpack.config.js && node browser/scripts/benchmark.js",
@@ -14,9 +14,9 @@
1414
"@chakra-ui/system": "^1.0.0",
1515
"@emotion/react": "^11.0.0",
1616
"@emotion/styled": "^11.0.0",
17-
"@material-ui/core": "5.0.0-alpha.25",
18-
"@material-ui/styles": "5.0.0-alpha.25",
19-
"@material-ui/system": "5.0.0-alpha.25",
17+
"@material-ui/core": "5.0.0-alpha.26",
18+
"@material-ui/styles": "5.0.0-alpha.26",
19+
"@material-ui/system": "5.0.0-alpha.26",
2020
"@styled-system/css": "^5.1.5",
2121
"benchmark": "^2.1.4",
2222
"playwright": "^1.6.1",

docs/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docs",
3-
"version": "5.0.0-alpha.25",
3+
"version": "5.0.0-alpha.26",
44
"private": true,
55
"author": "Material-UI Team",
66
"license": "MIT",
@@ -29,17 +29,17 @@
2929
"@fortawesome/fontawesome-svg-core": "^1.2.30",
3030
"@fortawesome/free-solid-svg-icons": "^5.14.0",
3131
"@fortawesome/react-fontawesome": "^0.1.11",
32-
"@material-ui/core": "5.0.0-alpha.25",
32+
"@material-ui/core": "5.0.0-alpha.26",
3333
"@material-ui/data-grid": "^4.0.0-alpha.18",
34-
"@material-ui/docs": "5.0.0-alpha.25",
35-
"@material-ui/icons": "5.0.0-alpha.24",
36-
"@material-ui/lab": "5.0.0-alpha.25",
34+
"@material-ui/docs": "5.0.0-alpha.26",
35+
"@material-ui/icons": "5.0.0-alpha.26",
36+
"@material-ui/lab": "5.0.0-alpha.26",
3737
"@material-ui/styled-engine": "5.0.0-alpha.25",
3838
"@material-ui/styled-engine-sc": "5.0.0-alpha.25",
39-
"@material-ui/styles": "5.0.0-alpha.25",
40-
"@material-ui/system": "5.0.0-alpha.25",
39+
"@material-ui/styles": "5.0.0-alpha.26",
40+
"@material-ui/system": "5.0.0-alpha.26",
4141
"@material-ui/types": "5.1.7",
42-
"@material-ui/unstyled": "5.0.0-alpha.25",
42+
"@material-ui/unstyled": "5.0.0-alpha.26",
4343
"@trendmicro/react-interpolate": "^0.5.5",
4444
"@types/autosuggest-highlight": "^3.1.0",
4545
"@types/css-mediaquery": "^0.1.0",

framer/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "framer",
3-
"version": "1.0.7",
3+
"version": "1.0.8",
44
"description": "Builds Material-UI for Framer X",
55
"repository": "https://github.com/mui-org/material-ui",
66
"author": "Material-UI Team",
@@ -11,7 +11,7 @@
1111
"@types/react": "^17.0.0",
1212
"case": "1.6.3",
1313
"deepmerge": "^4.0.0",
14-
"docs": "5.0.0-alpha.25",
14+
"docs": "5.0.0-alpha.26",
1515
"framer": "^1.2.5",
1616
"framer-motion": "^3.1.1",
1717
"mustache": "^4.0.0",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "5.0.0-alpha.25",
2+
"version": "5.0.0-alpha.26",
33
"private": true,
44
"scripts": {
55
"proptypes": "cross-env BABEL_ENV=test babel-node --extensions \".tsx,.ts,.js\" ./scripts/generateProptypes.ts",

packages/material-ui-docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@material-ui/docs",
3-
"version": "5.0.0-alpha.25",
3+
"version": "5.0.0-alpha.26",
44
"private": false,
55
"author": "Material-UI Team",
66
"description": "Material-UI Docs - Documentation building blocks.",
@@ -46,7 +46,7 @@
4646
},
4747
"dependencies": {
4848
"@babel/runtime": "^7.4.4",
49-
"@material-ui/utils": "5.0.0-alpha.25",
49+
"@material-ui/utils": "5.0.0-alpha.26",
5050
"nprogress": "^0.2.0"
5151
},
5252
"publishConfig": {

packages/material-ui-icons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@material-ui/icons",
3-
"version": "5.0.0-alpha.24",
3+
"version": "5.0.0-alpha.26",
44
"private": false,
55
"author": "Material-UI Team",
66
"description": "Material Design icons distributed as SVG React components.",

packages/material-ui-lab/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@material-ui/lab",
3-
"version": "5.0.0-alpha.25",
3+
"version": "5.0.0-alpha.26",
44
"private": false,
55
"author": "Material-UI Team",
66
"description": "Laboratory for new Material-UI modules.",
@@ -67,8 +67,8 @@
6767
"@date-io/dayjs": "^2.10.6",
6868
"@date-io/luxon": "^2.10.6",
6969
"@date-io/moment": "^2.10.6",
70-
"@material-ui/system": "5.0.0-alpha.25",
71-
"@material-ui/utils": "5.0.0-alpha.25",
70+
"@material-ui/system": "5.0.0-alpha.26",
71+
"@material-ui/utils": "5.0.0-alpha.26",
7272
"clsx": "^1.0.4",
7373
"prop-types": "^15.7.2",
7474
"react-is": "^16.8.0 || ^17.0.0",

packages/material-ui-styles/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@material-ui/styles",
3-
"version": "5.0.0-alpha.25",
3+
"version": "5.0.0-alpha.26",
44
"private": false,
55
"author": "Material-UI Team",
66
"description": "Material-UI Styles - The styling solution of Material-UI.",
@@ -50,7 +50,7 @@
5050
"@babel/runtime": "^7.4.4",
5151
"@emotion/hash": "^0.8.0",
5252
"@material-ui/types": "5.1.7",
53-
"@material-ui/utils": "5.0.0-alpha.25",
53+
"@material-ui/utils": "5.0.0-alpha.26",
5454
"clsx": "^1.0.4",
5555
"csstype": "^3.0.2",
5656
"hoist-non-react-statics": "^3.3.2",

packages/material-ui-system/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@material-ui/system",
3-
"version": "5.0.0-alpha.25",
3+
"version": "5.0.0-alpha.26",
44
"private": false,
55
"author": "Material-UI Team",
66
"description": "CSS utilities for rapidly laying out custom designs.",
@@ -49,7 +49,7 @@
4949
},
5050
"dependencies": {
5151
"@babel/runtime": "^7.4.4",
52-
"@material-ui/utils": "5.0.0-alpha.25",
52+
"@material-ui/utils": "5.0.0-alpha.26",
5353
"csstype": "^3.0.2",
5454
"prop-types": "^15.7.2"
5555
},

packages/material-ui-unstyled/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@material-ui/unstyled",
3-
"version": "5.0.0-alpha.25",
3+
"version": "5.0.0-alpha.26",
44
"private": false,
55
"author": "Material-UI Team",
66
"description": "Unstyled React components with which to implement custom design systems.",
@@ -47,7 +47,7 @@
4747
},
4848
"dependencies": {
4949
"@babel/runtime": "^7.4.4",
50-
"@material-ui/utils": "5.0.0-alpha.25",
50+
"@material-ui/utils": "5.0.0-alpha.26",
5151
"clsx": "^1.0.4",
5252
"prop-types": "^15.7.2",
5353
"react-is": "^16.8.0 || ^17.0.0"

packages/material-ui-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@material-ui/utils",
3-
"version": "5.0.0-alpha.25",
3+
"version": "5.0.0-alpha.26",
44
"private": false,
55
"author": "Material-UI Team",
66
"description": "Utility functions for React components.",

packages/material-ui/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@material-ui/core",
3-
"version": "5.0.0-alpha.25",
3+
"version": "5.0.0-alpha.26",
44
"private": false,
55
"author": "Material-UI Team",
66
"description": "Quickly build beautiful React apps. Material-UI is a simple and customizable component library to build faster, beautiful, and more accessible React applications. Follow your own design system, or start with Material Design.",
@@ -62,11 +62,11 @@
6262
"dependencies": {
6363
"@babel/runtime": "^7.4.4",
6464
"@material-ui/styled-engine": "5.0.0-alpha.25",
65-
"@material-ui/styles": "5.0.0-alpha.25",
66-
"@material-ui/system": "5.0.0-alpha.25",
65+
"@material-ui/styles": "5.0.0-alpha.26",
66+
"@material-ui/system": "5.0.0-alpha.26",
6767
"@material-ui/types": "5.1.7",
68-
"@material-ui/unstyled": "5.0.0-alpha.25",
69-
"@material-ui/utils": "5.0.0-alpha.25",
68+
"@material-ui/unstyled": "5.0.0-alpha.26",
69+
"@material-ui/utils": "5.0.0-alpha.26",
7070
"@popperjs/core": "^2.4.4",
7171
"@types/react-transition-group": "^4.2.0",
7272
"clsx": "^1.0.4",

packages/typescript-to-proptypes/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typescript-to-proptypes",
3-
"version": "5.0.0-alpha.25",
3+
"version": "5.0.0-alpha.26",
44
"private": true,
55
"description": "Generate proptypes from TypeScript declarations",
66
"engines": {

test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "test",
4-
"version": "0.0.1",
4+
"version": "5.0.0-alpha.26",
55
"scripts": {
66
"typescript": "tsc -p tsconfig.json"
77
}

0 commit comments

Comments
 (0)