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 Jun 1, 2024
1 parent 7f81520 commit 462eeea
Show file tree
Hide file tree
Showing 13 changed files with 50 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/three-adults-explain.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.13.3

### Patch Changes

- Updated dependencies [[`7f81520`](https://github.com/llm-ui-kit/llm-ui/commit/7f81520aa8805ec991d37c37b8d4d8ebb959eaed)]:
- @llm-ui/react@0.13.3
- @llm-ui/shared@0.13.3

## 0.13.2

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

## 0.13.3

### Patch Changes

- Updated dependencies [[`7f81520`](https://github.com/llm-ui-kit/llm-ui/commit/7f81520aa8805ec991d37c37b8d4d8ebb959eaed)]:
- @llm-ui/react@0.13.3
- @llm-ui/shared@0.13.3

## 0.13.2

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

## 0.13.3

### Patch Changes

- Updated dependencies [[`7f81520`](https://github.com/llm-ui-kit/llm-ui/commit/7f81520aa8805ec991d37c37b8d4d8ebb959eaed)]:
- @llm-ui/react@0.13.3
- @llm-ui/shared@0.13.3

## 0.13.2

### Patch 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.13.2",
"version": "0.13.3",
"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.13.3

### Patch Changes

- Updated dependencies [[`7f81520`](https://github.com/llm-ui-kit/llm-ui/commit/7f81520aa8805ec991d37c37b8d4d8ebb959eaed)]:
- @llm-ui/react@0.13.3

## 0.13.2

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

## 0.13.3

### Patch Changes

- [#264](https://github.com/llm-ui-kit/llm-ui/pull/264) [`7f81520`](https://github.com/llm-ui-kit/llm-ui/commit/7f81520aa8805ec991d37c37b8d4d8ebb959eaed) Thanks [@richardgill](https://github.com/richardgill)! - Performance improvements: use `React.memo` to avoid recalculating blocks

## 0.13.2

### Patch 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.13.2",
"version": "0.13.3",
"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.13.3

### Patch Changes

- Updated dependencies [[`7f81520`](https://github.com/llm-ui-kit/llm-ui/commit/7f81520aa8805ec991d37c37b8d4d8ebb959eaed)]:
- @llm-ui/react@0.13.3

## 0.13.2

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

0 comments on commit 462eeea

Please sign in to comment.