Skip to content

Commit c83144f

Browse files
committed
chore: update version
1 parent 203eba1 commit c83144f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/devui-vue/devui-cli/commands/release.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const getVersion = (version) => {
1717
};
1818

1919
const createPackageJson = async (version) => {
20-
package.version = getVersion(version);
20+
// package.version = getVersion(version);
2121
package.dependencies = omit(package.dependencies, 'vue');
2222
const fileStr = JSON.stringify(omit(package, 'scripts', 'devDependencies'), null, 2);
2323
await fsExtra.outputFile(path.resolve(outputDir, `package.json`), fileStr, 'utf-8');

packages/devui-vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-devui",
3-
"version": "1.3.3-alpha.3",
3+
"version": "1.3.3-alpha.5",
44
"license": "MIT",
55
"description": "DevUI components based on Vite and Vue3",
66
"keywords": [

0 commit comments

Comments
 (0)