Commit 596ac98
committed
chore(release): 135.0.0 [skip ci]
# [135.0.0](v134.2.0...v135.0.0) (2025-12-04)
### Features
* Add twake-i18n package ([7b9ff5f](7b9ff5f))
* Remove I18n ([df09711](df09711))
* Replace I18n stuff by twake-i18n ([ab99763](ab99763))
### BREAKING CHANGES
* No longer expose I18n provider. You must import everything previously based on `providers/I18n` from `twake-i18n`.
You can use this codemods to migrate:
```
yarn add twake-i18n
yarn global add @cozy/codemods
yarn global add [email protected]
jscodeshift -t $(yarn global dir)/node_modules/@cozy/codemods/src/transforms/transform-ui-bc-135.js src babel --ignore-pattern=src/targets/ --extensions js,jsx,tsx --parser tsx
```
You probably will need to fix linter issue after that with something like `yarn lint --fix`.
* you must have `twake-i18n >= 0.3.0`1 parent ab99763 commit 596ac98
1 file changed
+25
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
1 | 26 | | |
2 | 27 | | |
3 | 28 | | |
| |||
0 commit comments