Skip to content

Commit eb39a31

Browse files
chore(release): 1.2.0 [skip ci]
# [1.2.0](v1.1.1...v1.2.0) (2024-07-05) ### Features * add split-macro-imports codemod ([#39](#39)) ([da2404f](da2404f))
1 parent b6a8890 commit eb39a31

2 files changed

Lines changed: 29 additions & 28 deletions

File tree

CHANGELOG.md

Lines changed: 28 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,50 @@
1-
## [1.1.1](https://github.com/lingui/codemods/compare/v1.1.0...v1.1.1) (2021-02-24)
1+
# [1.2.0](https://github.com/lingui/codemods/compare/v1.1.1...v1.2.0) (2024-07-05)
2+
3+
### Features
24

5+
- add split-macro-imports codemod ([#39](https://github.com/lingui/codemods/issues/39)) ([da2404f](https://github.com/lingui/codemods/commit/da2404f33bb6dea03ebeb3dd2c2d0f68d177cc70))
6+
7+
## [1.1.1](https://github.com/lingui/codemods/compare/v1.1.0...v1.1.1) (2021-02-24)
38

49
### Bug Fixes
510

6-
* include comments in t macro transform ([#12](https://github.com/lingui/codemods/issues/12)) ([5923586](https://github.com/lingui/codemods/commit/59235869c6a5bbe3a16eab1f210d7e22f2a8432b))
11+
- include comments in t macro transform ([#12](https://github.com/lingui/codemods/issues/12)) ([5923586](https://github.com/lingui/codemods/commit/59235869c6a5bbe3a16eab1f210d7e22f2a8432b))
712

813
# [1.1.0](https://github.com/lingui/codemods/compare/v1.0.1...v1.1.0) (2020-12-12)
914

10-
1115
### Features
1216

13-
* Convert t tags with ids to new object syntax ([#7](https://github.com/lingui/codemods/issues/7)) ([dab3838](https://github.com/lingui/codemods/commit/dab383839b015a2219e27bdd59fdc68938a783a6))
17+
- Convert t tags with ids to new object syntax ([#7](https://github.com/lingui/codemods/issues/7)) ([dab3838](https://github.com/lingui/codemods/commit/dab383839b015a2219e27bdd59fdc68938a783a6))
1418

1519
## [1.0.1](https://github.com/lingui/codemods/compare/v1.0.0...v1.0.1) (2020-10-28)
1620

17-
1821
### Bug Fixes
1922

20-
* import date-number from i18n instance ([7d56f32](https://github.com/lingui/codemods/commit/7d56f3219c36693186467851c4572545e38d431e))
21-
* pending react-components to macro migrated ([1830988](https://github.com/lingui/codemods/commit/18309883b5842bbefffb94b915cda40acc4cc6d0))
23+
- import date-number from i18n instance ([7d56f32](https://github.com/lingui/codemods/commit/7d56f3219c36693186467851c4572545e38d431e))
24+
- pending react-components to macro migrated ([1830988](https://github.com/lingui/codemods/commit/18309883b5842bbefffb94b915cda40acc4cc6d0))
2225

2326
# 1.0.0 (2020-10-26)
2427

25-
2628
### Bug Fixes
2729

28-
* added other migrate from old macro to new ([0d48f5b](https://github.com/lingui/codemods/commit/0d48f5b2ec109c9d4b5fc809079e3995c6721ba5))
29-
* change order of actions ([9230ce4](https://github.com/lingui/codemods/commit/9230ce40ebc09deb04d55a1649f68b79086c2d89))
30-
* if the import is already present, don't add it to the array ([b2bf920](https://github.com/lingui/codemods/commit/b2bf9205b0b49dd0cad76536658fd35d7592ae10))
31-
* some bug with inserting order of imports ([99a8b73](https://github.com/lingui/codemods/commit/99a8b736c7de8ea3c1e9aa9d6dbac00923f7b595))
32-
* ternary expression inside jsx dont add jsxExpressionContainer ([2e30272](https://github.com/lingui/codemods/commit/2e30272ca0e322e55e29af52f2915c3732f08c8e))
33-
30+
- added other migrate from old macro to new ([0d48f5b](https://github.com/lingui/codemods/commit/0d48f5b2ec109c9d4b5fc809079e3995c6721ba5))
31+
- change order of actions ([9230ce4](https://github.com/lingui/codemods/commit/9230ce40ebc09deb04d55a1649f68b79086c2d89))
32+
- if the import is already present, don't add it to the array ([b2bf920](https://github.com/lingui/codemods/commit/b2bf9205b0b49dd0cad76536658fd35d7592ae10))
33+
- some bug with inserting order of imports ([99a8b73](https://github.com/lingui/codemods/commit/99a8b736c7de8ea3c1e9aa9d6dbac00923f7b595))
34+
- ternary expression inside jsx dont add jsxExpressionContainer ([2e30272](https://github.com/lingui/codemods/commit/2e30272ca0e322e55e29af52f2915c3732f08c8e))
3435

3536
### Features
3637

37-
* added a complete example ([cefe6aa](https://github.com/lingui/codemods/commit/cefe6aaaab6dd2cb7d151b2260bae2d3b522ee2d))
38-
* added github ci ([9e80584](https://github.com/lingui/codemods/commit/9e80584db9ccb85d1cb86f104ffc7989bfcb0da4))
39-
* added i18n transform and plural ([162bf10](https://github.com/lingui/codemods/commit/162bf106922d17d4d9fe2ca3de2ef21002086623))
40-
* added more example to jsx transform ([030498b](https://github.com/lingui/codemods/commit/030498b7e0003e834cf2d350247ef9218dac8115))
41-
* added new transform to v2-v3, about old macros methods ([36a9d7d](https://github.com/lingui/codemods/commit/36a9d7d98091d343fa06d9016388cb43f600bc54))
42-
* added semantic-release integration ([88128f2](https://github.com/lingui/codemods/commit/88128f2c78ad0075686e5452625bd900bc16231f))
43-
* added two new transforms, macroWrap and react imports ([c8f7d55](https://github.com/lingui/codemods/commit/c8f7d551047706a9139a2cf11da30de4ce0b80cd))
44-
* cli accepts --remove-ununsed-imports after running a codemod ([99d7afc](https://github.com/lingui/codemods/commit/99d7afce12b527683007528001d4a3205ff62efd))
45-
* introduced a new codemod to remove unused imports once finish ([c5bdbe1](https://github.com/lingui/codemods/commit/c5bdbe14c18b6ae87dbece76c7c9d5adf3ce2207))
46-
* introduced lingui-codemod CLI! ([d069c32](https://github.com/lingui/codemods/commit/d069c3231da8c5e55c9439010076689424c8df09))
47-
* introduced readme ([d0d8681](https://github.com/lingui/codemods/commit/d0d8681dd780a2d08655582a9a286798111878be))
48-
* removeMacroWrap introduced to other macros ([7b734e6](https://github.com/lingui/codemods/commit/7b734e6835c378f00a02e879ded365d78b066f35))
49-
* transform date macro jsx introduced ([7002da0](https://github.com/lingui/codemods/commit/7002da0fc5e7d488a988b792bac43ef732fc792d))
38+
- added a complete example ([cefe6aa](https://github.com/lingui/codemods/commit/cefe6aaaab6dd2cb7d151b2260bae2d3b522ee2d))
39+
- added github ci ([9e80584](https://github.com/lingui/codemods/commit/9e80584db9ccb85d1cb86f104ffc7989bfcb0da4))
40+
- added i18n transform and plural ([162bf10](https://github.com/lingui/codemods/commit/162bf106922d17d4d9fe2ca3de2ef21002086623))
41+
- added more example to jsx transform ([030498b](https://github.com/lingui/codemods/commit/030498b7e0003e834cf2d350247ef9218dac8115))
42+
- added new transform to v2-v3, about old macros methods ([36a9d7d](https://github.com/lingui/codemods/commit/36a9d7d98091d343fa06d9016388cb43f600bc54))
43+
- added semantic-release integration ([88128f2](https://github.com/lingui/codemods/commit/88128f2c78ad0075686e5452625bd900bc16231f))
44+
- added two new transforms, macroWrap and react imports ([c8f7d55](https://github.com/lingui/codemods/commit/c8f7d551047706a9139a2cf11da30de4ce0b80cd))
45+
- cli accepts --remove-ununsed-imports after running a codemod ([99d7afc](https://github.com/lingui/codemods/commit/99d7afce12b527683007528001d4a3205ff62efd))
46+
- introduced a new codemod to remove unused imports once finish ([c5bdbe1](https://github.com/lingui/codemods/commit/c5bdbe14c18b6ae87dbece76c7c9d5adf3ce2207))
47+
- introduced lingui-codemod CLI! ([d069c32](https://github.com/lingui/codemods/commit/d069c3231da8c5e55c9439010076689424c8df09))
48+
- introduced readme ([d0d8681](https://github.com/lingui/codemods/commit/d0d8681dd780a2d08655582a9a286798111878be))
49+
- removeMacroWrap introduced to other macros ([7b734e6](https://github.com/lingui/codemods/commit/7b734e6835c378f00a02e879ded365d78b066f35))
50+
- transform date macro jsx introduced ([7002da0](https://github.com/lingui/codemods/commit/7002da0fc5e7d488a988b792bac43ef732fc792d))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lingui/codemods",
3-
"version": "1.1.1",
3+
"version": "1.2.0",
44
"description": "@lingui codemod scripts",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)