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
|
## 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
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue