xto-fronted 0.1.8 → 0.1.9

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.
Files changed (2) hide show
  1. package/README.md +2 -21
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -90,28 +90,9 @@ npm publish
90
90
  | Axios | 1.x |
91
91
  | xto | npm |
92
92
 
93
- ## 版本记录
93
+ ## 更新日志
94
94
 
95
- ### v0.1.7 (2026-03-24)
96
- - 添加 `@xto/core` 依赖,修复依赖缺失问题
97
-
98
- ### v0.1.6 (2026-03-24)
99
- - 移除 `@xto/data`、`@xto/layout`、`@xto/business` 依赖
100
- - 简化依赖结构,仅保留必要的组件库
101
-
102
- ### v0.1.5 (2026-03-24)
103
- - 移除 CLI bin 配置
104
-
105
- ### v0.1.4 (2026-03-24)
106
- - 调整 CLI 配置
107
-
108
- ### v0.1.3 (2026-03-24)
109
- - 尝试添加 CLI 功能
110
-
111
- ### v0.1.2 (2026-03-24)
112
- - 初始发布
113
- - 封装登录、退出、菜单渲染等统一逻辑
114
- - 集成 @xto 组件库
95
+ 查看 [CHANGELOG.md](./CHANGELOG.md) 获取版本更新记录。
115
96
 
116
97
  ## License
117
98
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xto-fronted",
3
- "version": "0.1.8",
3
+ "version": "0.1.9",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "description": "XTO 前端应用脚手架,封装登录、退出、菜单渲染等统一逻辑",