@michengai/dsh-codex-ui 0.2.90 → 0.2.91

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/CHANGELOG.md CHANGED
@@ -4,6 +4,13 @@
4
4
 
5
5
  This changelog records recent releases of DSH Codex UI and its one-click installer. Earlier changes remain available in the [Git history](https://github.com/MichengAI/dsh-codex-ui/commits/main).
6
6
 
7
+ ## 0.2.91 — 2026-08-28
8
+
9
+ ### Release process
10
+
11
+ - Replaced manual npm publication with tag-triggered GitHub Actions npm Trusted Publishing (OIDC).
12
+ - Added a full-test and tag/package-version gate before `npm publish`; npm credentials are no longer stored in the repository or Actions secrets.
13
+
7
14
  ## 0.2.90 — 2026-08-27
8
15
 
9
16
  Companion release: `@michengai/dsh-codex-suite-installer@0.1.7`.
@@ -4,6 +4,13 @@
4
4
 
5
5
  本日志记录 DSH Codex UI 及其一键安装器的最近发布;更早的变更可查看 [Git 提交历史](https://github.com/MichengAI/dsh-codex-ui/commits/main)。
6
6
 
7
+ ## 0.2.91 — 2026-08-28
8
+
9
+ ### 发布流程
10
+
11
+ - npm 发布从本机手动执行改为由版本标签触发 GitHub Actions npm Trusted Publishing(OIDC)。
12
+ - `npm publish` 前新增完整测试和标签/package.json 版本一致性门禁;不再在仓库或 Actions Secrets 中保存 npm 凭据。
13
+
7
14
  ## 0.2.90 — 2026-08-27
8
15
 
9
16
  配套版本:`@michengai/dsh-codex-suite-installer@0.1.7`。
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@michengai/dsh-codex-ui",
3
- "version": "0.2.90",
3
+ "version": "0.2.91",
4
4
  "description": "以 Codex 风格重构 DSH Web 侧栏的独立客户端插件",
5
5
  "license": "Apache-2.0",
6
6
  "publishConfig": {