Skip to content

Commit 596ac98

Browse files
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

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
# [135.0.0](https://github.com/cozy/cozy-ui/compare/v134.2.0...v135.0.0) (2025-12-04)
2+
3+
4+
### Features
5+
6+
* Add twake-i18n package ([7b9ff5f](https://github.com/cozy/cozy-ui/commit/7b9ff5f))
7+
* Remove I18n ([df09711](https://github.com/cozy/cozy-ui/commit/df09711))
8+
* Replace I18n stuff by twake-i18n ([ab99763](https://github.com/cozy/cozy-ui/commit/ab99763))
9+
10+
11+
### BREAKING CHANGES
12+
13+
* No longer expose I18n provider. You must import everything previously based on `providers/I18n` from `twake-i18n`.
14+
You can use this codemods to migrate:
15+
16+
```
17+
yarn add twake-i18n
18+
yarn global add @cozy/codemods
19+
yarn global add [email protected]
20+
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
21+
```
22+
23+
You probably will need to fix linter issue after that with something like `yarn lint --fix`.
24+
* you must have `twake-i18n >= 0.3.0`
25+
126
# [134.2.0](https://github.com/cozy/cozy-ui/compare/v134.1.0...v134.2.0) (2025-12-04)
227

328

0 commit comments

Comments
 (0)