Skip to content

Commit 083d2b8

Browse files
chore(release): 1.0.0 # 1.0.0 (2020-10-26)
### Bug Fixes * added other migrate from old macro to new ([0d48f5b](0d48f5b)) * change order of actions ([9230ce4](9230ce4)) * if the import is already present, don't add it to the array ([b2bf920](b2bf920)) * some bug with inserting order of imports ([99a8b73](99a8b73)) * ternary expression inside jsx dont add jsxExpressionContainer ([2e30272](2e30272)) ### Features * added a complete example ([cefe6aa](cefe6aa)) * added github ci ([9e80584](9e80584)) * added i18n transform and plural ([162bf10](162bf10)) * added more example to jsx transform ([030498b](030498b)) * added new transform to v2-v3, about old macros methods ([36a9d7d](36a9d7d)) * added semantic-release integration ([88128f2](88128f2)) * added two new transforms, macroWrap and react imports ([c8f7d55](c8f7d55)) * cli accepts --remove-ununsed-imports after running a codemod ([99d7afc](99d7afc)) * introduced a new codemod to remove unused imports once finish ([c5bdbe1](c5bdbe1)) * introduced lingui-codemod CLI! ([d069c32](d069c32)) * introduced readme ([d0d8681](d0d8681)) * removeMacroWrap introduced to other macros ([7b734e6](7b734e6)) * transform date macro jsx introduced ([7002da0](7002da0))
1 parent 88128f2 commit 083d2b8

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# 1.0.0 (2020-10-26)
2+
3+
4+
### Bug Fixes
5+
6+
* added other migrate from old macro to new ([0d48f5b](https://github.com/lingui/codemods/commit/0d48f5b2ec109c9d4b5fc809079e3995c6721ba5))
7+
* change order of actions ([9230ce4](https://github.com/lingui/codemods/commit/9230ce40ebc09deb04d55a1649f68b79086c2d89))
8+
* if the import is already present, don't add it to the array ([b2bf920](https://github.com/lingui/codemods/commit/b2bf9205b0b49dd0cad76536658fd35d7592ae10))
9+
* some bug with inserting order of imports ([99a8b73](https://github.com/lingui/codemods/commit/99a8b736c7de8ea3c1e9aa9d6dbac00923f7b595))
10+
* ternary expression inside jsx dont add jsxExpressionContainer ([2e30272](https://github.com/lingui/codemods/commit/2e30272ca0e322e55e29af52f2915c3732f08c8e))
11+
12+
13+
### Features
14+
15+
* added a complete example ([cefe6aa](https://github.com/lingui/codemods/commit/cefe6aaaab6dd2cb7d151b2260bae2d3b522ee2d))
16+
* added github ci ([9e80584](https://github.com/lingui/codemods/commit/9e80584db9ccb85d1cb86f104ffc7989bfcb0da4))
17+
* added i18n transform and plural ([162bf10](https://github.com/lingui/codemods/commit/162bf106922d17d4d9fe2ca3de2ef21002086623))
18+
* added more example to jsx transform ([030498b](https://github.com/lingui/codemods/commit/030498b7e0003e834cf2d350247ef9218dac8115))
19+
* added new transform to v2-v3, about old macros methods ([36a9d7d](https://github.com/lingui/codemods/commit/36a9d7d98091d343fa06d9016388cb43f600bc54))
20+
* added semantic-release integration ([88128f2](https://github.com/lingui/codemods/commit/88128f2c78ad0075686e5452625bd900bc16231f))
21+
* added two new transforms, macroWrap and react imports ([c8f7d55](https://github.com/lingui/codemods/commit/c8f7d551047706a9139a2cf11da30de4ce0b80cd))
22+
* cli accepts --remove-ununsed-imports after running a codemod ([99d7afc](https://github.com/lingui/codemods/commit/99d7afce12b527683007528001d4a3205ff62efd))
23+
* introduced a new codemod to remove unused imports once finish ([c5bdbe1](https://github.com/lingui/codemods/commit/c5bdbe14c18b6ae87dbece76c7c9d5adf3ce2207))
24+
* introduced lingui-codemod CLI! ([d069c32](https://github.com/lingui/codemods/commit/d069c3231da8c5e55c9439010076689424c8df09))
25+
* introduced readme ([d0d8681](https://github.com/lingui/codemods/commit/d0d8681dd780a2d08655582a9a286798111878be))
26+
* removeMacroWrap introduced to other macros ([7b734e6](https://github.com/lingui/codemods/commit/7b734e6835c378f00a02e879ded365d78b066f35))
27+
* 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": "0.2.0",
3+
"version": "1.0.0",
44
"description": "@lingui codemod scripts",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)