Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [69.0.0](v68.9.1...v69.0.0) (2022-07-01) ### Bug Fixes * **Typography:** Removed forced color ([1880d93](1880d93)) ### BREAKING CHANGES * **Typography:** Old deprecated texts components are removed : `Text`, `Title`, `MainTitle`, `SubTitle`, `Bold`, `Uppercase`, `Caption`, `ErrorMessage`, `NewSubTitle` from `/react/Text`. You now have to rely on `Typography` component. You can use a codemod for that : ``` $ yarn global add @cozy/codemods $ jscodeshift -t $(yarn global dir)/node_modules/@cozy/codemods/src/transforms/transform-typography.js src --parser babel --ignore-pattern=src/targets/ --extensions js,jsx ```
- Loading branch information