File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1111 options :
1212 - api
1313 - react
14- - cra-template
1514 new_version :
1615 description : " リリースのバージョニング (major: 破壊的変更, minor: 機能追加, patch: バグ修正)"
1716 required : true
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ This repository managed as monorepo by [`turborepo`](https://turborepo.org/docs/
88
99- [ ` microcms-field-extension-api ` ] ( ./packages/api/ ) : This library do not depend framework (eg React, Vue.js ...)
1010- [ ` microcms-field-extension-react ` ] ( ./packages/react/ ) : This library is useful when using React
11- - [ ` microcms-cra-template ` ] ( ./packages/cra-template/ ) : This directory is template for [ ` create-react-app ` ] ( https://create-react-app.dev/ )
11+ - ~ [ ` microcms-cra-template ` ] ( ./packages/cra-template/ ) : This directory is template for [ ` create-react-app ` ] ( https://create-react-app.dev/ ) ~
1212- [ ` examples/react ` ] ( ./examples/react/ ) : React example
1313- [ ` examples/nextjs ` ] ( ./examples/nextjs/ ) : Next.js example
1414
Original file line number Diff line number Diff line change 11# cra-template-microcms-field-extension-app
22
3+ > [ !CAUTION]
4+ > This is deprecated and will not be maintained.
5+
36## Getting Started
47
58``` sh
You can’t perform that action at this time.
0 commit comments