shadcn-vue 2.5.2 → 2.5.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.
package/dist/index.js CHANGED
@@ -1257,7 +1257,7 @@ async function createProject(options) {
1257
1257
  try {
1258
1258
  const templateDir = process.env.SHADCN_TEMPLATE_DIR;
1259
1259
  if (templateDir) await fs.copy(path.join(templateDir, template), projectPath);
1260
- else await downloadTemplate(`${REPO}/templates/${template}`, { dir: projectPath });
1260
+ else await downloadTemplate(`${REPO}/templates/${template}#dev`, { dir: projectPath });
1261
1261
  const pkgPath = path.join(projectPath, "package.json");
1262
1262
  const pkg = await fs.readJson(pkgPath);
1263
1263
  pkg.name = projectName;
@@ -3105,7 +3105,7 @@ const migrate = new Command().name("migrate").description("run a migration.").ar
3105
3105
 
3106
3106
  //#endregion
3107
3107
  //#region package.json
3108
- var version = "2.5.2";
3108
+ var version = "2.5.3";
3109
3109
 
3110
3110
  //#endregion
3111
3111
  //#region src/index.ts