Skip to content

Commit

Permalink
test change
Browse files Browse the repository at this point in the history
  • Loading branch information
itaven committed Aug 24, 2023
1 parent 8562716 commit 484dcc3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 24 deletions.
26 changes: 4 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "wallets-testing-modules10",
"name": "wallets-testing-modules11",
"version": "7.0.0",
"description": "Common modules for testing wallets",
"sideEffects": false,
Expand Down Expand Up @@ -42,32 +42,14 @@
},
"release-it": {
"git": {
"requireCleanWorkingDir": false,
"commit": true,
"tagName": "${version}"
"requiredBranch": "main"
},
"github": {
"release": true,
"releaseName": "Release {{version}}"
"autoGenerate": true
},
"npm": {
"publish": true
},
"plugins": {
"@release-it/conventional-changelog": {
"preset": "angular"
},
"@release-it-plugins/workspaces": {
"workspaces": [
"packages/*"
]
},
"@release-it/bumper": {
"in": "package.json",
"folders": [
"packages/*"
]
}
"publish": false
}
}
}
2 changes: 1 addition & 1 deletion packages/widgets/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "wallets-testing-widgets10",
"name": "wallets-testing-widgets11",
"version": "1.0.0",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion wallets-testing/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "wallets-testing10",
"name": "wallets-testing11",
"version": "1.0.0",
"description": "",
"author": "",
Expand Down

0 comments on commit 484dcc3

Please sign in to comment.