Skip to content

Commit

Permalink
ci:发布1.4.12
Browse files Browse the repository at this point in the history
  • Loading branch information
wocwin committed Sep 14, 2024
1 parent 053fc81 commit e695491
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wocwin/t-ui-plus",
"version": "1.4.11",
"version": "1.4.12",
"description": "Vue3 中基于Element-plus二次封装基础组件文档",
"author": "wocwin",
"license": "MIT",
Expand All @@ -23,6 +23,7 @@
"build:es": "vite build",
"build:browser": "vite -f iife build",
"deploy": "deploy.sh",
"pub": "npm publish --registry=https://registry.npmjs.org/",
"lib:prettier": "prettier --write \"packages/**/*.{js,ts,json,tsx,css,less,scss,vue,html,md}\"",
"docs:prettier": "prettier --write \"docs/**/*.{js,ts,json,tsx,css,less,scss,vue,html,md}\"",
"docs:dev": "vitepress dev docs",
Expand Down

0 comments on commit e695491

Please sign in to comment.