Skip to content

Commit 264c90c

Browse files
chore(release): 105.0.0 [skip ci]
# [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 ```
1 parent 5c6438f commit 264c90c

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# [105.0.0](https://github.com/cozy/cozy-ui/compare/v104.3.0...v105.0.0) (2024-03-16)
2+
3+
4+
### Features
5+
6+
* Add all Table components from MUI ([5c6438f](https://github.com/cozy/cozy-ui/commit/5c6438f))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* `Table` component has been deprecated. Use codemods to deal with the change.
12+
13+
```
14+
yarn global add @cozy/codemods
15+
yarn global add [email protected]
16+
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
17+
```
18+
119
# [104.3.0](https://github.com/cozy/cozy-ui/compare/v104.2.0...v104.3.0) (2024-03-13)
220

321

0 commit comments

Comments
 (0)