Skip to content

Commit

Permalink
chore(release): 📦 version packages (#213)
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/custom@0.7.0

### Minor Changes

- [#214](#214)
[`98f9edc`](98f9edc)
Thanks [@richardgill](https://github.com/richardgill)! - default type
key change from 't' -> 'type'. customBlockPrompt accepts an object

### Patch Changes

- [#212](#212)
[`765c79d`](765c79d)
Thanks [@richardgill](https://github.com/richardgill)! - update
@llm-ui/custom readme

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

## @llm-ui/code@0.7.0

### Patch Changes

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

## @llm-ui/markdown@0.7.0

### Patch Changes

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

## @llm-ui/shared@0.7.0

### Patch Changes

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

## @llm-ui/react@0.7.0

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
richardgill and github-actions[bot] committed May 24, 2024
1 parent 98f9edc commit 6540409
Show file tree
Hide file tree
Showing 22 changed files with 93 additions and 65 deletions.
5 changes: 0 additions & 5 deletions .changeset/eleven-monkeys-yell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/little-drinks-press.md

This file was deleted.

6 changes: 3 additions & 3 deletions examples/code/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"lint": "next lint"
},
"dependencies": {
"@llm-ui/code": "^0.6.0",
"@llm-ui/markdown": "^0.6.0",
"@llm-ui/react": "^0.6.0",
"@llm-ui/code": "^0.7.0",
"@llm-ui/markdown": "^0.7.0",
"@llm-ui/react": "^0.7.0",
"html-react-parser": "^5.1.10",
"next": "14.2.3",
"react": "^18",
Expand Down
6 changes: 3 additions & 3 deletions examples/code/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"preview": "vite preview"
},
"dependencies": {
"@llm-ui/code": "^0.6.0",
"@llm-ui/markdown": "^0.6.0",
"@llm-ui/react": "^0.6.0",
"@llm-ui/code": "^0.7.0",
"@llm-ui/markdown": "^0.7.0",
"@llm-ui/react": "^0.7.0",
"html-react-parser": "^5.1.10",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
6 changes: 3 additions & 3 deletions examples/custom-components/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"lint": "next lint"
},
"dependencies": {
"@llm-ui/custom": "^0.6.0",
"@llm-ui/markdown": "^0.6.0",
"@llm-ui/react": "^0.6.0",
"@llm-ui/custom": "^0.7.0",
"@llm-ui/markdown": "^0.7.0",
"@llm-ui/react": "^0.7.0",
"next": "14.2.3",
"react": "^18",
"react-dom": "^18",
Expand Down
6 changes: 3 additions & 3 deletions examples/custom-components/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"preview": "vite preview"
},
"dependencies": {
"@llm-ui/custom": "^0.6.0",
"@llm-ui/markdown": "^0.6.0",
"@llm-ui/react": "^0.6.0",
"@llm-ui/custom": "^0.7.0",
"@llm-ui/markdown": "^0.7.0",
"@llm-ui/react": "^0.7.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^9.0.1",
Expand Down
4 changes: 2 additions & 2 deletions examples/markdown/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"lint": "next lint"
},
"dependencies": {
"@llm-ui/markdown": "^0.6.0",
"@llm-ui/react": "^0.6.0",
"@llm-ui/markdown": "^0.7.0",
"@llm-ui/react": "^0.7.0",
"next": "14.2.3",
"react": "^18",
"react-dom": "^18",
Expand Down
4 changes: 2 additions & 2 deletions examples/markdown/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"preview": "vite preview"
},
"dependencies": {
"@llm-ui/markdown": "^0.6.0",
"@llm-ui/react": "^0.6.0",
"@llm-ui/markdown": "^0.7.0",
"@llm-ui/react": "^0.7.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^9.0.1",
Expand Down
6 changes: 3 additions & 3 deletions examples/openai/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"lint": "next lint"
},
"dependencies": {
"@llm-ui/code": "^0.6.0",
"@llm-ui/markdown": "^0.6.0",
"@llm-ui/react": "^0.6.0",
"@llm-ui/code": "^0.7.0",
"@llm-ui/markdown": "^0.7.0",
"@llm-ui/react": "^0.7.0",
"html-react-parser": "^5.1.10",
"next": "14.2.3",
"openai": "^4.47.1",
Expand Down
6 changes: 3 additions & 3 deletions examples/openai/vite-and-express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"preview": "vite preview"
},
"dependencies": {
"@llm-ui/code": "^0.6.0",
"@llm-ui/markdown": "^0.6.0",
"@llm-ui/react": "^0.6.0",
"@llm-ui/code": "^0.7.0",
"@llm-ui/markdown": "^0.7.0",
"@llm-ui/react": "^0.7.0",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"html-react-parser": "^5.1.10",
Expand Down
6 changes: 3 additions & 3 deletions examples/vercel-ai/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
},
"dependencies": {
"@ai-sdk/openai": "^0.0.14",
"@llm-ui/code": "^0.6.0",
"@llm-ui/markdown": "^0.6.0",
"@llm-ui/react": "^0.6.0",
"@llm-ui/code": "^0.7.0",
"@llm-ui/markdown": "^0.7.0",
"@llm-ui/react": "^0.7.0",
"ai": "^3.1.13",
"html-react-parser": "^5.1.10",
"next": "14.2.3",
Expand Down
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.7.0

### Patch Changes

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

## 0.6.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.6.0",
"version": "0.7.0",
"type": "module",
"license": "MIT",
"main": "./dist/index.cjs",
Expand Down
14 changes: 14 additions & 0 deletions packages/custom/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @llm-ui/custom

## 0.7.0

### Minor Changes

- [#214](https://github.com/llm-ui-kit/llm-ui/pull/214) [`98f9edc`](https://github.com/llm-ui-kit/llm-ui/commit/98f9edc7896e6cb48bb8eb2c745d7133bb22ba39) Thanks [@richardgill](https://github.com/richardgill)! - default type key change from 't' -> 'type'. customBlockPrompt accepts an object

### Patch Changes

- [#212](https://github.com/llm-ui-kit/llm-ui/pull/212) [`765c79d`](https://github.com/llm-ui-kit/llm-ui/commit/765c79d22afdea5585ae81971f3ea74d739326ba) Thanks [@richardgill](https://github.com/richardgill)! - update @llm-ui/custom readme

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

## 0.6.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/custom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@llm-ui/custom",
"version": "0.6.0",
"version": "0.7.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.7.0

### Patch Changes

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

## 0.6.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.6.0",
"version": "0.7.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.7.0

## 0.6.0

## 0.5.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.6.0",
"version": "0.7.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.7.0

### Patch Changes

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

## 0.6.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.6.0",
"version": "0.7.0",
"type": "module",
"license": "MIT",
"main": "./dist/index.cjs",
Expand Down
50 changes: 25 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 6540409

Please sign in to comment.