Skip to content

Commit

Permalink
Merge pull request #11 from fabriguespe/changeset
Browse files Browse the repository at this point in the history
Changeset fix
  • Loading branch information
humanagent authored Jun 4, 2024
2 parents d1e0ad6 + 6c6ad9e commit 52eea4a
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 7 deletions.
9 changes: 8 additions & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,12 @@
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": ["conversational-bot", "gm-bot", "gpt-bot", "@xmtp/tsconfig"]
"ignore": [
"subscription-bot",
"gm-bot",
"gpt-bot",
"botkit-playground",
"botkit-docs",
"@xmtp/tsconfig"
]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
},
"packageManager": "[email protected]",
"engines": {
"node": ">=18"
"node": ">=20"
}
}
2 changes: 1 addition & 1 deletion packages/botkit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
},
"packageManager": "[email protected]",
"engines": {
"node": ">=18"
"node": ">=20"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-xmtp-bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"packageManager": "[email protected]",
"engines": {
"node": ">=18"
"node": ">=20"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-xmtp-bot/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
"typescript": "^5.4.3"
},
"engines": {
"node": ">=18"
"node": ">=20"
}
}
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
},
"packageManager": "[email protected]",
"engines": {
"node": ">=18"
"node": ">=20"
}
}
2 changes: 1 addition & 1 deletion packages/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
},
"packageManager": "[email protected]",
"engines": {
"node": ">=18"
"node": ">=20"
}
}

0 comments on commit 52eea4a

Please sign in to comment.