Skip to content

Commit 428e7d6

Browse files
committed
Update release-it
1 parent ba1db5e commit 428e7d6

3 files changed

Lines changed: 812 additions & 684 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,3 +88,6 @@ android/generated
8888

8989
# React Native Nitro Modules
9090
nitrogen/
91+
92+
# Environment files
93+
.env

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"type": "git",
6161
"url": "git+https://github.com/mitigate-dev/react-native-d3-chart.git"
6262
},
63-
"author": "Niklāvs Bariss <niklavs.bariss@mitigate.dev> (https://github.com/mitigate-dev)",
63+
"author": "Niklāvs Bariss <niklavs.bariss@mitigate.dev> (https://github.com/niklavsBariss)",
6464
"license": "MIT",
6565
"bugs": {
6666
"url": "https://github.com/mitigate-dev/react-native-d3-chart/issues"
@@ -86,7 +86,7 @@
8686
"react": "19.0.0",
8787
"react-native": "0.78.0",
8888
"react-native-builder-bob": "^0.37.0",
89-
"release-it": "^17.10.0",
89+
"release-it": "^19.0.5",
9090
"turbo": "^1.10.7",
9191
"typescript": "^5.2.2"
9292
},
@@ -129,7 +129,7 @@
129129
},
130130
"plugins": {
131131
"@release-it/conventional-changelog": {
132-
"preset": "angular"
132+
"preset": "conventionalcommits"
133133
}
134134
}
135135
},

0 commit comments

Comments
 (0)