create-vuetify 3.0.13-beta-next.2 → 3.0.13-beta-next.3

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/dist/index.mjs +1 -1
  2. package/package.json +2 -2
package/dist/index.mjs CHANGED
@@ -43860,7 +43860,7 @@ function registerProjectArgsCompletion(completion) {
43860
43860
 
43861
43861
  //#endregion
43862
43862
  //#region package.json
43863
- var version = "3.0.13-beta-next.2";
43863
+ var version = "3.0.13-beta-next.3";
43864
43864
 
43865
43865
  //#endregion
43866
43866
  //#region src/commands/upgrade.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-vuetify",
3
- "version": "3.0.13-beta-next.2",
3
+ "version": "3.0.13-beta-next.3",
4
4
  "description": "Create a new Vuetify project",
5
5
  "type": "module",
6
6
  "files": [
@@ -33,7 +33,7 @@
33
33
  "pathe": "^2.0.3",
34
34
  "tsdown": "^0.16.8",
35
35
  "vitest": "^4.0.17",
36
- "@vuetify/cli-shared": "0.0.13-beta.2"
36
+ "@vuetify/cli-shared": "0.0.13-beta.3"
37
37
  },
38
38
  "main": "./dist/index.mjs",
39
39
  "module": "./dist/index.mjs",