-
-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support multiple JSON blocks #251
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
🦋 Changeset detectedLatest commit: 1088a7e The changes in this PR will be included in the next version bump. This PR includes changesets to release 6 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Your pull request has been published to npm. You can install @llm-ui/react by running:
[Pull request has been updated, please wait for latest changes to be pushed to npm...] |
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @llm-ui/code@0.13.1 ### Patch Changes - Updated dependencies \[]: - @llm-ui/react@0.13.1 - @llm-ui/shared@0.13.1 ## @llm-ui/csv@0.13.1 ### Patch Changes - Updated dependencies \[]: - @llm-ui/react@0.13.1 - @llm-ui/shared@0.13.1 ## @llm-ui/json@0.13.1 ### Patch Changes - [#251](#251) [`88eb937`](88eb937) Thanks [@richardgill](https://github.com/richardgill)! - Multiple JSON blocks bug fixes Sometimes two JSON blocks of different types would not be found properly. This has been fixed. - Updated dependencies \[]: - @llm-ui/react@0.13.1 - @llm-ui/shared@0.13.1 ## @llm-ui/markdown@0.13.1 ### Patch Changes - Updated dependencies \[]: - @llm-ui/react@0.13.1 ## @llm-ui/shared@0.13.1 ### Patch Changes - Updated dependencies \[]: - @llm-ui/react@0.13.1 ## @llm-ui/react@0.13.1 Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Multiple JSON blocks bug fixes
Sometimes two JSON blocks of different types would not be found properly. This has been fixed.