Skip to content

Commit

Permalink
chore(release): 📦 version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 24, 2024
1 parent 140f317 commit e139aba
Show file tree
Hide file tree
Showing 12 changed files with 44 additions and 15 deletions.
5 changes: 0 additions & 5 deletions .changeset/giant-adults-judge.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/proud-wolves-rescue.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.6.0

### Patch Changes

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

## 0.5.0

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

## 0.6.0

### Minor Changes

- [#211](https://github.com/llm-ui-kit/llm-ui/pull/211) [`140f317`](https://github.com/llm-ui-kit/llm-ui/commit/140f3178ba5207c6728a3f6af781323474ed9110) Thanks [@richardgill](https://github.com/richardgill)! - Adds @llm-ui/custom for building custom blocks

### Patch Changes

- Updated dependencies []:
- @llm-ui/react@0.6.0
- @llm-ui/shared@0.6.0
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.0.1",
"version": "0.6.0",
"type": "module",
"license": "MIT",
"main": "./dist/index.cjs",
Expand Down
9 changes: 9 additions & 0 deletions packages/markdown/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @llm-ui/markdown

## 0.6.0

### Patch Changes

- [#209](https://github.com/llm-ui-kit/llm-ui/pull/209) [`2905cd8`](https://github.com/llm-ui-kit/llm-ui/commit/2905cd8dd29d37f02e59869c47a5ea7cec1b81ab) Thanks [@richardgill](https://github.com/richardgill)! - Markdown inline code handled correctly

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

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

## 0.5.0

### Minor Changes
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.5.0",
"version": "0.6.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.6.0

### Patch Changes

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

## 0.5.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.5.0",
"version": "0.6.0",
"type": "module",
"license": "MIT",
"main": "./dist/index.cjs",
Expand Down

0 comments on commit e139aba

Please sign in to comment.