docs(site): update docs version and changelog

This commit is contained in:
zzcr 2023-12-03 19:40:51 -08:00
parent d654ab7aae
commit a60e8fc57c
No known key found for this signature in database
GPG Key ID: F6C4DFD2EF53A673
2 changed files with 2 additions and 1 deletions

View File

@ -6,6 +6,7 @@
### Exciting New Features 🎉
- feat: 新增 QrCode 二维码、Watermark 水印两个全新组件 🎊
- feat(Timeline): Timeline component adapts to new themes by @Huangyilin19 in https://github.com/opentiny/tiny-vue/pull/615
- feat(grid-slot):Add Table Header Slot by @ianxinnew in https://github.com/opentiny/tiny-vue/pull/674
- feat(components): [date-picker] add props time-editable by @kagol in https://github.com/opentiny/tiny-vue/pull/696

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/vue-docs",
"version": "2.2.3",
"version": "2.2.5",
"scripts": {
"start": "vite",
"start:saas": "vite --mode saas",