Skip to content

Commit 45687eb

Browse files
chore(release): 📦 version packages (#265)
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/[email protected] ### Patch Changes - Updated dependencies \[[`7f81520`](7f81520)]: - @llm-ui/[email protected] - @llm-ui/[email protected] ## @llm-ui/[email protected] ### Patch Changes - Updated dependencies \[[`7f81520`](7f81520)]: - @llm-ui/[email protected] - @llm-ui/[email protected] ## @llm-ui/[email protected] ### Patch Changes - Updated dependencies \[[`7f81520`](7f81520)]: - @llm-ui/[email protected] - @llm-ui/[email protected] ## @llm-ui/[email protected] ### Patch Changes - Updated dependencies \[[`7f81520`](7f81520)]: - @llm-ui/[email protected] ## @llm-ui/[email protected] ### Patch Changes - [#264](#264) [`7f81520`](7f81520) Thanks [@richardgill](https://github.com/richardgill)! - Performance improvements: use `React.memo` to avoid recalculating blocks ## @llm-ui/[email protected] ### Patch Changes - Updated dependencies \[[`7f81520`](7f81520)]: - @llm-ui/[email protected] Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 7f81520 commit 45687eb

File tree

13 files changed

+50
-11
lines changed

13 files changed

+50
-11
lines changed

‎.changeset/three-adults-explain.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

‎packages/code/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @llm-ui/code
22

3+
## 0.13.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`7f81520`](https://github.com/llm-ui-kit/llm-ui/commit/7f81520aa8805ec991d37c37b8d4d8ebb959eaed)]:
8+
- @llm-ui/react@0.13.3
9+
- @llm-ui/shared@0.13.3
10+
311
## 0.13.2
412

513
### Patch Changes

‎packages/code/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@llm-ui/code",
3-
"version": "0.13.2",
3+
"version": "0.13.3",
44
"type": "module",
55
"license": "MIT",
66
"main": "./dist/index.cjs",

‎packages/csv/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @llm-ui/csv
22

3+
## 0.13.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`7f81520`](https://github.com/llm-ui-kit/llm-ui/commit/7f81520aa8805ec991d37c37b8d4d8ebb959eaed)]:
8+
- @llm-ui/react@0.13.3
9+
- @llm-ui/shared@0.13.3
10+
311
## 0.13.2
412

513
### Patch Changes

‎packages/csv/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@llm-ui/csv",
3-
"version": "0.13.2",
3+
"version": "0.13.3",
44
"type": "module",
55
"license": "MIT",
66
"main": "./dist/index.cjs",

‎packages/json/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @llm-ui/custom
22

3+
## 0.13.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`7f81520`](https://github.com/llm-ui-kit/llm-ui/commit/7f81520aa8805ec991d37c37b8d4d8ebb959eaed)]:
8+
- @llm-ui/react@0.13.3
9+
- @llm-ui/shared@0.13.3
10+
311
## 0.13.2
412

513
### Patch Changes

‎packages/json/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@llm-ui/json",
3-
"version": "0.13.2",
3+
"version": "0.13.3",
44
"type": "module",
55
"license": "MIT",
66
"main": "./dist/index.cjs",

‎packages/markdown/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @llm-ui/markdown
22

3+
## 0.13.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`7f81520`](https://github.com/llm-ui-kit/llm-ui/commit/7f81520aa8805ec991d37c37b8d4d8ebb959eaed)]:
8+
- @llm-ui/react@0.13.3
9+
310
## 0.13.2
411

512
### Patch Changes

‎packages/markdown/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@llm-ui/markdown",
3-
"version": "0.13.2",
3+
"version": "0.13.3",
44
"type": "module",
55
"license": "MIT",
66
"main": "./dist/index.cjs",

‎packages/react/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @llm-ui/react
22

3+
## 0.13.3
4+
5+
### Patch Changes
6+
7+
- [#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
8+
39
## 0.13.2
410

511
### Patch Changes

‎packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@llm-ui/react",
3-
"version": "0.13.2",
3+
"version": "0.13.3",
44
"type": "module",
55
"license": "MIT",
66
"exports": {

‎packages/shared/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @llm-ui/shared
22

3+
## 0.13.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`7f81520`](https://github.com/llm-ui-kit/llm-ui/commit/7f81520aa8805ec991d37c37b8d4d8ebb959eaed)]:
8+
- @llm-ui/react@0.13.3
9+
310
## 0.13.2
411

512
### Patch Changes

‎packages/shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@llm-ui/shared",
3-
"version": "0.13.2",
3+
"version": "0.13.3",
44
"type": "module",
55
"license": "MIT",
66
"main": "./dist/index.cjs",

0 commit comments

Comments
 (0)