Skip to content

Commit

Permalink
chore(release): 105.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [105.0.0](v104.3.0...v105.0.0) (2024-03-16)

### Features

* Add all Table components from MUI ([5c6438f](5c6438f))

### BREAKING CHANGES

* `Table` component has been deprecated. Use codemods to deal with the change.

```
yarn global add @cozy/codemods
yarn global add [email protected]
jscodeshift -t $(yarn global dir)/node_modules/@cozy/codemods/src/transforms/transform-ui-deprecated-table.js src babel --ignore-pattern=src/targets/ --extensions js,jsx,tsx --parser tsx
```
  • Loading branch information
semantic-release-bot committed Mar 16, 2024
1 parent 5c6438f commit 264c90c
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# [105.0.0](https://github.com/cozy/cozy-ui/compare/v104.3.0...v105.0.0) (2024-03-16)


### Features

* Add all Table components from MUI ([5c6438f](https://github.com/cozy/cozy-ui/commit/5c6438f))


### BREAKING CHANGES

* `Table` component has been deprecated. Use codemods to deal with the change.

```
yarn global add @cozy/codemods
yarn global add [email protected]
jscodeshift -t $(yarn global dir)/node_modules/@cozy/codemods/src/transforms/transform-ui-deprecated-table.js src babel --ignore-pattern=src/targets/ --extensions js,jsx,tsx --parser tsx
```

# [104.3.0](https://github.com/cozy/cozy-ui/compare/v104.2.0...v104.3.0) (2024-03-13)


Expand Down

0 comments on commit 264c90c

Please sign in to comment.