1
0
Fork 0

chore: Enter pre release mode for v5

This commit is contained in:
Paul Jankowski 2026-07-16 15:45:32 -04:00
parent 2ea665e9af
commit e52a84cd21
No known key found for this signature in database
2 changed files with 20 additions and 1 deletions

View file

@ -16,7 +16,7 @@
],
"linked": [],
"access": "public",
"baseBranch": "main",
"baseBranch": "v5",
"updateInternalDependencies": "patch",
"ignore": [
"@docsearch/website",

19
.changeset/pre.json Normal file
View file

@ -0,0 +1,19 @@
{
"mode": "pre",
"tag": "beta",
"initialVersions": {
"@docsearch/docusaurus-adapter": "4.6.0",
"@docsearch/js-example": "4.6.0",
"@docsearch/react-example": "4.6.0",
"@docsearch/cli": "0.0.2",
"@docsearch/core": "4.6.0",
"@docsearch/css": "4.6.0",
"@docsearch/js": "4.6.0",
"@docsearch/modal": "4.6.0",
"@docsearch/react": "4.6.0",
"@docsearch/sidepanel": "4.6.0",
"@docsearch/sidepanel-js": "4.6.0",
"@docsearch/website": "4.6.0"
},
"changesets": []
}