Files
copilotkit__copilotkit/.changeset/config.json
T
2023-06-19 09:59:21 -07:00

15 lines
314 B
JSON

{
"$schema": "https://unpkg.com/@changesets/config@2.2.0/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": false,
"fixed": [],
"linked": [],
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": [
"next-langchain",
"next-openai"
]
}