Skip to content

Commit

Permalink
chore(release): 69.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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
semantic-release-bot committed Jul 1, 2022
1 parent 1880d93 commit b5fcba1
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [69.0.0](https://github.com/cozy/cozy-ui/compare/v68.9.1...v69.0.0) (2022-07-01)


### Bug Fixes

* **Typography:** Removed forced color ([1880d93](https://github.com/cozy/cozy-ui/commit/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
```

## [68.9.1](https://github.com/cozy/cozy-ui/compare/v68.9.0...v68.9.1) (2022-06-30)


Expand Down

0 comments on commit b5fcba1

Please sign in to comment.