docs: add breaking changes to changelog (#1562)

This commit is contained in:
Kagol 2024-04-26 16:01:09 +08:00 committed by GitHub
parent 180ef51c04
commit baad8c8420
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 1 deletions

View File

@ -6,6 +6,12 @@
## What's Changed ## What's Changed
### Breaking Changes 🛠
- remove CreditCardForm component
- remove DetailPage component
- remove SlideBar component
### Exciting New Features 🎉 ### Exciting New Features 🎉
- feat(sites): add theme route by @gimmyhehe in https://github.com/opentiny/tiny-vue/pull/1478 - feat(sites): add theme route by @gimmyhehe in https://github.com/opentiny/tiny-vue/pull/1478

View File

@ -1,6 +1,6 @@
{ {
"name": "@opentiny/vue-docs", "name": "@opentiny/vue-docs",
"version": "2.2.21", "version": "2.2.23",
"license": "MIT", "license": "MIT",
"scripts": { "scripts": {
"start": "vite", "start": "vite",