Skip to content

Commit

Permalink
chore(release): 📦 version packages (#228)
Browse files Browse the repository at this point in the history
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/json@0.10.0

### Minor Changes

- [#226](#226)
[`0fdafd8`](0fdafd8)
Thanks [@richardgill](https://github.com/richardgill)! - -
jsonBlockExample params are now an object
    -   jsonBlockPrompt params `userOptions` -> `options`

### Patch Changes

-   Updated dependencies \[]:
    -   @llm-ui/react@0.10.0
    -   @llm-ui/shared@0.10.0

## @llm-ui/code@0.10.0

### Patch Changes

-   Updated dependencies \[]:
    -   @llm-ui/react@0.10.0
    -   @llm-ui/shared@0.10.0

## @llm-ui/markdown@0.10.0

### Patch Changes

-   Updated dependencies \[]:
    -   @llm-ui/react@0.10.0

## @llm-ui/shared@0.10.0

### Patch Changes

-   Updated dependencies \[]:
    -   @llm-ui/react@0.10.0

## @llm-ui/react@0.10.0

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
richardgill and github-actions[bot] authored May 28, 2024
1 parent 0fdafd8 commit a8694d2
Show file tree
Hide file tree
Showing 12 changed files with 129 additions and 36 deletions.
6 changes: 0 additions & 6 deletions .changeset/polite-rats-joke.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/code/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @llm-ui/code

## 0.10.0

### Patch Changes

- Updated dependencies []:
- @llm-ui/react@0.10.0
- @llm-ui/shared@0.10.0

## 0.9.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/code/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@llm-ui/code",
"version": "0.9.0",
"version": "0.10.0",
"type": "module",
"license": "MIT",
"main": "./dist/index.cjs",
Expand Down
13 changes: 13 additions & 0 deletions packages/json/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @llm-ui/custom

## 0.10.0

### Minor Changes

- [#226](https://github.com/llm-ui-kit/llm-ui/pull/226) [`0fdafd8`](https://github.com/llm-ui-kit/llm-ui/commit/0fdafd8d7575d225c7b03afdafc7d361c2eff11c) Thanks [@richardgill](https://github.com/richardgill)! - - jsonBlockExample params are now an object
- jsonBlockPrompt params `userOptions` -> `options`

### Patch Changes

- Updated dependencies []:
- @llm-ui/react@0.10.0
- @llm-ui/shared@0.10.0

## 0.9.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/json/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@llm-ui/json",
"version": "0.9.0",
"version": "0.10.0",
"type": "module",
"license": "MIT",
"main": "./dist/index.cjs",
Expand Down
7 changes: 7 additions & 0 deletions packages/markdown/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @llm-ui/markdown

## 0.10.0

### Patch Changes

- Updated dependencies []:
- @llm-ui/react@0.10.0

## 0.9.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/markdown/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@llm-ui/markdown",
"version": "0.9.0",
"version": "0.10.0",
"type": "module",
"license": "MIT",
"main": "./dist/index.cjs",
Expand Down
2 changes: 2 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @llm-ui/react

## 0.10.0

## 0.9.0

## 0.8.0
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@llm-ui/react",
"version": "0.9.0",
"version": "0.10.0",
"type": "module",
"license": "MIT",
"exports": {
Expand Down
7 changes: 7 additions & 0 deletions packages/shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @llm-ui/shared

## 0.10.0

### Patch Changes

- Updated dependencies []:
- @llm-ui/react@0.10.0

## 0.9.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@llm-ui/shared",
"version": "0.9.0",
"version": "0.10.0",
"type": "module",
"license": "MIT",
"main": "./dist/index.cjs",
Expand Down
112 changes: 87 additions & 25 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a8694d2

Please sign in to comment.