|
78 | 78 | "@react-native/metro-config": "0.85.3", |
79 | 79 | "@react-native/typescript-config": "0.85.3", |
80 | 80 | "@react-navigation/native": "^7.1.14", |
81 | | - "@release-it/conventional-changelog": "^9.0.4", |
| 81 | + "@release-it/conventional-changelog": "^11.0.1", |
82 | 82 | "@testing-library/react-native": "^13.3.3", |
83 | 83 | "@types/jest": "^29.5.14", |
84 | 84 | "@types/react": "^19.2.0", |
85 | 85 | "@typescript-eslint/eslint-plugin": "^8.13.0", |
86 | 86 | "@typescript-eslint/parser": "^8.13.0", |
87 | 87 | "baseline-browser-mapping": "^2.10.29", |
88 | 88 | "commitlint": "^19.6.1", |
| 89 | + "conventional-changelog-conventionalcommits": "^9.3.1", |
89 | 90 | "del-cli": "^5.1.0", |
90 | 91 | "dpdm": "^4.2.0", |
91 | 92 | "eslint": "^9.39.5", |
|
104 | 105 | "react-native-screens": ">=4.19.0 <4.25.0", |
105 | 106 | "react-native-webview": "^13.14.1", |
106 | 107 | "react-test-renderer": "19.2.3", |
107 | | - "release-it": "^17.10.0", |
| 108 | + "release-it": "^20.2.1", |
108 | 109 | "turbo": "^1.10.7", |
109 | 110 | "typedoc": "^0.28.13", |
110 | 111 | "typedoc-plugin-coverage": "^3.3.0", |
|
155 | 156 | }, |
156 | 157 | "plugins": { |
157 | 158 | "@release-it/conventional-changelog": { |
158 | | - "preset": "angular", |
159 | | - "types": [ |
160 | | - { |
161 | | - "type": "feat", |
162 | | - "section": "Features" |
163 | | - }, |
164 | | - { |
165 | | - "type": "fix", |
166 | | - "section": "Bug Fixes" |
167 | | - } |
168 | | - ] |
| 159 | + "preset": { |
| 160 | + "name": "conventionalcommits", |
| 161 | + "types": [ |
| 162 | + { |
| 163 | + "type": "feat", |
| 164 | + "section": "Features" |
| 165 | + }, |
| 166 | + { |
| 167 | + "type": "fix", |
| 168 | + "section": "Bug Fixes" |
| 169 | + } |
| 170 | + ] |
| 171 | + }, |
| 172 | + "infile": "CHANGELOG.md" |
169 | 173 | } |
170 | 174 | } |
171 | 175 | }, |
|
0 commit comments