forked from opentiny/tiny-vue
docs: add breaking changes to changelog (#1562)
This commit is contained in:
parent
180ef51c04
commit
baad8c8420
|
@ -6,6 +6,12 @@
|
|||
|
||||
## What's Changed
|
||||
|
||||
### Breaking Changes 🛠
|
||||
|
||||
- remove CreditCardForm component
|
||||
- remove DetailPage component
|
||||
- remove SlideBar component
|
||||
|
||||
### Exciting New Features 🎉
|
||||
|
||||
- feat(sites): add theme route by @gimmyhehe in https://github.com/opentiny/tiny-vue/pull/1478
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@opentiny/vue-docs",
|
||||
"version": "2.2.21",
|
||||
"version": "2.2.23",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"start": "vite",
|
||||
|
|
Loading…
Reference in New Issue