@wot-ui/vitepress-theme 2.0.0-alpha.10 → 2.0.0-alpha.13

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/README.md CHANGED
@@ -147,7 +147,7 @@ pnpm --filter @wot-ui/vitepress-theme build
147
147
 
148
148
  ## 发版与发布规范
149
149
 
150
- `@wot-ui/vitepress-theme` 作为 Wot Design Uni 项目的官方周边共享包,它的版本号与主仓库 `wot-ui` 强绑定。
150
+ `@wot-ui/vitepress-theme` 作为 wot-ui 项目的官方周边共享包,它的版本号与主仓库 `wot-ui` 强绑定。
151
151
 
152
152
  1. **版本同步**:当你在根目录执行 `pnpm release-tag` 时,发版脚本会自动将最新的版本号同步写入 `packages/vitepress-theme/package.json`。
153
153
  2. **自动化构建发布**:我们已经在主仓库的 `.github/workflows/release.yml` 中集成了此主题包的自动构建与 npm 发布流。只要带有 `v*` 的 Tag 被推送到主分支,GitHub Action 会在发布 `wot-ui` 的同时,自动进入 `packages/vitepress-theme` 执行 `npm publish` 将最新版本的主题包发布至 npm 官方镜像。
package/package.json CHANGED
@@ -1,10 +1,20 @@
1
1
  {
2
2
  "name": "@wot-ui/vitepress-theme",
3
- "version": "2.0.0-alpha.10",
3
+ "version": "2.0.0-alpha.13",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"
7
7
  ],
8
+ "repository": {
9
+ "type": "git",
10
+ "url": "https://github.com/wot-ui/wot-ui.git",
11
+ "directory": "packages/vitepress-theme"
12
+ },
13
+ "bugs": {
14
+ "url": "https://github.com/wot-ui/wot-ui/issues"
15
+ },
16
+ "license": "MIT",
17
+ "author": "Moonofweisheng",
8
18
  "main": "./dist/index.js",
9
19
  "module": "./dist/index.js",
10
20
  "types": "./dist/index.d.ts",
@@ -33,6 +43,9 @@
33
43
  "vite-plugin-compression": "^0.5.1",
34
44
  "vitepress-plugin-llms": "^1.12.0"
35
45
  },
46
+ "devDependencies": {
47
+ "esbuild": "^0.20.2"
48
+ },
36
49
  "peerDependencies": {
37
50
  "vite": "^5.2.8",
38
51
  "vitepress": "2.0.0-alpha.17",
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes