@mui/internal-docs-infra 0.8.1-canary.1 → 0.9.1-canary.0

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.
Files changed (2) hide show
  1. package/cli/index.mjs +1 -1
  2. package/package.json +2 -2
package/cli/index.mjs CHANGED
@@ -7,4 +7,4 @@ function getVersion() {
7
7
  }
8
8
  yargs().scriptName('docs-infra').usage('$0 <command> [args]').command(runValidate).demandCommand(1, 'You need at least one command before moving on').strict().help()
9
9
  // MUI_VERSION is set through the code-infra build command.
10
- .version("0.8.0" || getVersion()).parse(hideBin(process.argv));
10
+ .version("0.9.0" || getVersion()).parse(hideBin(process.argv));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/internal-docs-infra",
3
- "version": "0.8.1-canary.1",
3
+ "version": "0.9.1-canary.0",
4
4
  "author": "MUI Team",
5
5
  "description": "MUI Infra - internal documentation creation tools.",
6
6
  "license": "MIT",
@@ -633,5 +633,5 @@
633
633
  "bin": {
634
634
  "docs-infra": "./cli/index.mjs"
635
635
  },
636
- "gitSha": "4e00a23176ff08c1393829f9f3c71323e3735550"
636
+ "gitSha": "3feee347096f50b441cad3087743bd1c5aef8651"
637
637
  }