|
1 | 1 | { |
2 | 2 | "name": "@iterable/react-native-sdk", |
3 | | - "version": "2.0.1", |
| 3 | + "version": "2.0.2", |
4 | 4 | "description": "Iterable SDK for React Native.", |
5 | 5 | "source": "./src/index.tsx", |
6 | 6 | "main": "./lib/module/index.js", |
|
64 | 64 | "registry": "https://registry.npmjs.org/" |
65 | 65 | }, |
66 | 66 | "devDependencies": { |
67 | | - "@commitlint/config-conventional": "^17.0.2", |
| 67 | + "@commitlint/config-conventional": "^19.6.0", |
68 | 68 | "@evilmartians/lefthook": "^1.5.0", |
69 | 69 | "@react-native/babel-preset": "0.79.3", |
70 | 70 | "@react-native/eslint-config": "0.79.3", |
71 | 71 | "@react-native/metro-config": "0.79.3", |
72 | 72 | "@react-native/typescript-config": "0.79.3", |
73 | 73 | "@react-navigation/native": "^6.1.18", |
74 | | - "@release-it/conventional-changelog": "^5.0.0", |
| 74 | + "@release-it/conventional-changelog": "^9.0.2", |
75 | 75 | "@testing-library/jest-native": "^5.4.3", |
76 | 76 | "@testing-library/react-native": "^12.7.2", |
77 | 77 | "@types/jest": "^29.5.5", |
78 | 78 | "@types/react": "^19.0.0", |
79 | 79 | "@types/react-native-vector-icons": "^6.4.18", |
80 | 80 | "@typescript-eslint/eslint-plugin": "^8.13.0", |
81 | 81 | "@typescript-eslint/parser": "^8.13.0", |
82 | | - "commitlint": "^17.0.2", |
| 82 | + "commitlint": "^19.6.1", |
83 | 83 | "del-cli": "^5.1.0", |
84 | 84 | "eslint": "^8.51.0", |
85 | 85 | "eslint-config-prettier": "^9.0.0", |
|
97 | 97 | "react-native-vector-icons": "^10.2.0", |
98 | 98 | "react-native-webview": "^13.13.1", |
99 | 99 | "react-test-renderer": "19.0.0", |
100 | | - "release-it": "^15.0.0", |
| 100 | + "release-it": "^17.10.0", |
101 | 101 | "turbo": "^1.10.7", |
102 | 102 | "typedoc": "^0.26.11", |
103 | 103 | "typedoc-plugin-coverage": "^3.3.0", |
|
133 | 133 | "release-it": { |
134 | 134 | "git": { |
135 | 135 | "commitMessage": "chore: release ${version}", |
136 | | - "tagName": "v${version}" |
| 136 | + "tagName": "${version}" |
137 | 137 | }, |
138 | 138 | "npm": { |
139 | 139 | "publish": true |
|
143 | 143 | }, |
144 | 144 | "plugins": { |
145 | 145 | "@release-it/conventional-changelog": { |
146 | | - "preset": "angular" |
| 146 | + "preset": "angular", |
| 147 | + "types": [ |
| 148 | + { |
| 149 | + "type": "feat", |
| 150 | + "section": "Features" |
| 151 | + }, |
| 152 | + { |
| 153 | + "type": "fix", |
| 154 | + "section": "Bug Fixes" |
| 155 | + }, |
| 156 | + {} |
| 157 | + ] |
147 | 158 | } |
148 | 159 | } |
149 | 160 | }, |
|
0 commit comments