@mui/internal-code-infra 0.0.4-canary.29 → 0.0.4-canary.30
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -212,7 +212,7 @@ export interface IntroConfig {
|
|
|
212
212
|
* - {{teamCount}}: Number of team members
|
|
213
213
|
* - {{communityCount}}: Number of community contributors
|
|
214
214
|
*
|
|
215
|
-
* Example: "
|
|
215
|
+
* Example: "A big thanks to the {{contributorCount}} contributors who made this release possible."
|
|
216
216
|
*
|
|
217
217
|
* Set to `false` or omit to disable the thank you message.
|
|
218
218
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mui/internal-code-infra",
|
|
3
|
-
"version": "0.0.4-canary.
|
|
3
|
+
"version": "0.0.4-canary.30",
|
|
4
4
|
"author": "MUI Team",
|
|
5
5
|
"description": "Infra scripts and configs to be used across MUI repos.",
|
|
6
6
|
"license": "MIT",
|
|
@@ -119,9 +119,9 @@
|
|
|
119
119
|
"typescript-eslint": "^8.57.1",
|
|
120
120
|
"unified": "^11.0.5",
|
|
121
121
|
"yargs": "^18.0.0",
|
|
122
|
+
"@mui/internal-babel-plugin-resolve-imports": "2.0.7-canary.35",
|
|
122
123
|
"@mui/internal-babel-plugin-display-name": "1.0.4-canary.18",
|
|
123
|
-
"@mui/internal-babel-plugin-minify-errors": "2.0.8-canary.26"
|
|
124
|
-
"@mui/internal-babel-plugin-resolve-imports": "2.0.7-canary.35"
|
|
124
|
+
"@mui/internal-babel-plugin-minify-errors": "2.0.8-canary.26"
|
|
125
125
|
},
|
|
126
126
|
"peerDependencies": {
|
|
127
127
|
"@next/eslint-plugin-next": "*",
|
|
@@ -168,7 +168,7 @@
|
|
|
168
168
|
"publishConfig": {
|
|
169
169
|
"access": "public"
|
|
170
170
|
},
|
|
171
|
-
"gitSha": "
|
|
171
|
+
"gitSha": "39b3392a159d6721878db7c4cfa5b505d2adb05d",
|
|
172
172
|
"scripts": {
|
|
173
173
|
"build": "tsgo -p tsconfig.build.json",
|
|
174
174
|
"typescript": "tsgo -noEmit",
|
package/src/changelog/types.ts
CHANGED
|
@@ -233,7 +233,7 @@ export interface IntroConfig {
|
|
|
233
233
|
* - {{teamCount}}: Number of team members
|
|
234
234
|
* - {{communityCount}}: Number of community contributors
|
|
235
235
|
*
|
|
236
|
-
* Example: "
|
|
236
|
+
* Example: "A big thanks to the {{contributorCount}} contributors who made this release possible."
|
|
237
237
|
*
|
|
238
238
|
* Set to `false` or omit to disable the thank you message.
|
|
239
239
|
*/
|