Skip to content

Commit 993ad2f

Browse files
committed
fix: release-it config
1 parent 7fa7243 commit 993ad2f

File tree

3 files changed

+10
-16
lines changed

3 files changed

+10
-16
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-quick-sqlite-example",
3-
"version": "8.1.0",
3+
"version": "8.2.0",
44
"private": true,
55
"scripts": {
66
"pods": "cd ios && bundle exec pod install",

package.json

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "react-native-quick-sqlite-workspace",
3+
"version": "8.2.0",
34
"packageManager": "[email protected]",
45
"private": "true",
5-
"version": "8.2.0",
66
"workspaces": [
77
"package",
88
"example"
@@ -28,6 +28,9 @@
2828
"url": "https://github.com/margelo/react-native-quick-sqlite/issues"
2929
},
3030
"homepage": "https://github.com/margelo/react-native-quick-sqlite#readme",
31+
"dependencies": {
32+
"patch-package": "^8.0.0"
33+
},
3134
"devDependencies": {
3235
"@eslint/js": "^9.10.0",
3336
"@jamesacarr/eslint-formatter-github-actions": "^0.2.0",
@@ -44,9 +47,7 @@
4447
"typescript-eslint": "^8.6.0"
4548
},
4649
"release-it": {
47-
"npm": {
48-
"publish": false
49-
},
50+
"npm": false,
5051
"git": {
5152
"commitMessage": "chore: release ${version}",
5253
"tagName": "v${version}",
@@ -56,6 +57,7 @@
5657
"release": true
5758
},
5859
"plugins": {
60+
"@release-it-plugins/workspaces": true,
5961
"@release-it/conventional-changelog": {
6062
"preset": {
6163
"name": "conventionalcommits",
@@ -85,16 +87,9 @@
8587
},
8688
"@release-it/bumper": {
8789
"out": {
88-
"file": "package.json",
89-
"path": [
90-
"package"
91-
]
90+
"file": "example/package.json"
9291
}
9392
}
9493
}
95-
},
96-
"dependencies": {
97-
"patch-package": "^8.0.0"
98-
},
99-
"package": "8.2.0"
94+
}
10095
}

package/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@
8181
"git": false,
8282
"github": {
8383
"release": false
84-
},
85-
"plugins": {}
84+
}
8685
}
8786
}

0 commit comments

Comments
 (0)