1
0
Fork 0
docsearch/.changeset
2026-08-06 14:40:33 -04:00
..
better-cars-smell.md feat: v5 general improvements (#2948) 2026-08-03 15:14:02 -04:00
brave-things-join.md feat(v5): UI and DX improvements (#2949) 2026-08-04 09:43:08 -04:00
bright-errors-block.md feat(v5): Back port cost control errors (#2965) 2026-08-06 14:40:33 -04:00
calm-buttons-listen.md fix(v5): ignore slash shortcut on focused buttons (#2955) 2026-08-05 12:15:42 -04:00
config.json chore: Enter v5 beta (#2925) 2026-07-17 10:50:16 -04:00
deep-conversations-start.md fix(v5): recognize conversation depth errors (#2957) 2026-08-05 12:11:58 -04:00
dynamic-indices-strings.md fix(agentStudio): agents dynamic mode enabled (#2959) 2026-08-05 16:37:25 -05:00
kind-foxes-give.md fix: Docusaurus adapter styling, DocSearch website fixes (#2960) 2026-08-05 17:39:10 -04:00
long-snippets-wrap.md fix(v5): stop truncating mobile snippets (#2958) 2026-08-05 10:18:58 -04:00
pre.json chore: release v5.0.0-beta.3 (#2961) 2026-08-05 20:05:00 -04:00
README.md chore: migrate to from yarn, lerna and shipjs to bun & changesets (#2827) 2026-03-02 18:52:01 +01:00
ready-clubs-serve.md fix(askai): Ask AI fixes for v5 (#2945) 2026-08-03 12:22:45 -04:00
safe-answers-smile.md fix(askai): sanitize markdown HTML in v5 (#2954) 2026-08-05 10:18:38 -04:00
sharp-donkeys-search.md fix: Agent Studio MCP search tool (#2927) 2026-07-26 21:14:05 -04:00
sixty-lights-try.md feat(v5): Add new footerAction prop (#2952) 2026-08-05 12:07:54 -04:00
tidy-moons-argue.md chore: Update stylelint (#2926) 2026-07-26 21:14:36 -04:00
typed-panels-wave.md fix(v5): expose Sidepanel search parameter types (#2956) 2026-08-05 12:15:03 -04:00
vast-numbers-read.md chore: Enter v5 beta (#2925) 2026-07-17 10:50:16 -04:00

Changesets

Hello and welcome! This folder has been automatically generated by @changesets/cli, a build tool that works with multi-package repos, or single-package repos to help you version and publish your code. You can find the full documentation for it in the changesets repo.

How to contribute a changeset

Before merging your PR, you should add a changeset if your change affects any of the published packages.

  1. Run bun run changeset in the root of the repository
  2. Select the packages that are affected by your change
  3. Choose the type of version bump (major, minor, or patch)
  4. Write a summary of your changes that will be included in the changelog

All published @docsearch/* packages use a single version (fixed versioning). This means when one package is bumped, all packages get the same version.

Releasing

When changesets are present in the main branch, the CI will create a "Version Packages" PR that bumps versions and updates changelogs. Merging that PR will trigger the publish workflow.