Skip to content

Commit c81a411

Browse files
committed
chore: consolidate changelog to package level and update docs references
- Remove root CHANGELOG.md, use packages/react/CHANGELOG.md as the single source of truth with proper categorized format - Update docs site to import changelog from packages/react - Fix npm badge URLs to point to @tiny-design/react
1 parent 6d9a6d4 commit c81a411

5 files changed

Lines changed: 263 additions & 291 deletions

File tree

CHANGELOG.md

Lines changed: 0 additions & 253 deletions
This file was deleted.

apps/docs/guides/introduction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ Tiny UI is a set of UI components and widgets built on React.js **18+**, which m
1212

1313
## Version
1414

15-
- Latest [![npm](https://img.shields.io/npm/v/tiny-design.svg?style=flat-square)](https://www.npmjs.com/package/tiny-design)
16-
- Download [![npm](https://img.shields.io/npm/dm/tiny-design.svg?style=flat-square)](https://www.npmjs.com/package/tiny-design)
15+
- Latest [![npm](https://img.shields.io/npm/v/@tiny-design/react.svg?style=flat-square)](https://www.npmjs.com/package/@tiny-design/react)
16+
- Download [![npm](https://img.shields.io/npm/dm/@tiny-design/react.svg?style=flat-square)](https://www.npmjs.com/package/@tiny-design/react)
1717

1818
## Environment Support
1919

apps/docs/guides/introduction.zh_CN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ Tiny UI 是一套基于 React.js **18+** 构建的 UI 组件和控件库,主
1212

1313
## 版本
1414

15-
- 最新版本 [![npm](https://img.shields.io/npm/v/tiny-design.svg?style=flat-square)](https://www.npmjs.com/package/tiny-design)
16-
- 下载量 [![npm](https://img.shields.io/npm/dm/tiny-design.svg?style=flat-square)](https://www.npmjs.com/package/tiny-design)
15+
- 最新版本 [![npm](https://img.shields.io/npm/v/@tiny-design/react.svg?style=flat-square)](https://www.npmjs.com/package/@tiny-design/react)
16+
- 下载量 [![npm](https://img.shields.io/npm/dm/@tiny-design/react.svg?style=flat-square)](https://www.npmjs.com/package/@tiny-design/react)
1717

1818
## 环境支持
1919

apps/docs/src/routers.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ const guide = {
4141
() => import('./containers/color'),
4242
),
4343
changelog: ll(
44-
() => import('../CHANGELOG.md'),
45-
() => import('../CHANGELOG.md'),
44+
() => import('../../../packages/react/CHANGELOG.md'),
45+
() => import('../../../packages/react/CHANGELOG.md'),
4646
),
4747
faq: ll(
4848
() => import('../guides/faq.md'),

0 commit comments

Comments
 (0)