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 14, 2024
1 parent 836b147 commit eb51ad7
Show file tree
Hide file tree
Showing 12 changed files with 45 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/spicy-coats-clap.md

This file was deleted.

8 changes: 4 additions & 4 deletions examples/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
"shiki": "^1.2.4"
},
"devDependencies": {
"@llm-ui/buttons": "0.1.0",
"@llm-ui/code": "0.1.0",
"@llm-ui/markdown": "0.1.0",
"@llm-ui/react": "0.1.0",
"@llm-ui/buttons": "0.1.1",
"@llm-ui/code": "0.1.1",
"@llm-ui/markdown": "0.1.1",
"@llm-ui/react": "0.1.1",
"@tailwindcss/typography": "^0.5.10",
"@types/node": "^20",
"@types/react": "^18",
Expand Down
8 changes: 8 additions & 0 deletions packages/buttons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @llm-ui/buttons

## 0.1.1

### Patch Changes

- Updated dependencies [[`836b147`](https://github.com/llm-ui-kit/llm-ui/commit/836b14753b44db41d35d1cd4820834c01cc4b7a2)]:
- @llm-ui/react@0.1.1
- @llm-ui/shared@0.1.1

## 0.1.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/buttons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@llm-ui/buttons",
"version": "0.1.0",
"version": "0.1.1",
"type": "module",
"license": "MIT",
"main": "./dist/index.cjs",
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.1.1

### Patch Changes

- Updated dependencies [[`836b147`](https://github.com/llm-ui-kit/llm-ui/commit/836b14753b44db41d35d1cd4820834c01cc4b7a2)]:
- @llm-ui/react@0.1.1
- @llm-ui/shared@0.1.1

## 0.1.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.1.0",
"version": "0.1.1",
"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.1.1

### Patch Changes

- Updated dependencies [[`836b147`](https://github.com/llm-ui-kit/llm-ui/commit/836b14753b44db41d35d1cd4820834c01cc4b7a2)]:
- @llm-ui/react@0.1.1

## 0.1.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.1.0",
"version": "0.1.1",
"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.1.1

### Patch Changes

- [#174](https://github.com/llm-ui-kit/llm-ui/pull/174) [`836b147`](https://github.com/llm-ui-kit/llm-ui/commit/836b14753b44db41d35d1cd4820834c01cc4b7a2) Thanks [@richardgill](https://github.com/richardgill)! - Basic Throttle: Multiple character per render for fast streams

## 0.1.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.1.0",
"version": "0.1.1",
"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.1.1

### Patch Changes

- Updated dependencies [[`836b147`](https://github.com/llm-ui-kit/llm-ui/commit/836b14753b44db41d35d1cd4820834c01cc4b7a2)]:
- @llm-ui/react@0.1.1

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

0 comments on commit eb51ad7

Please sign in to comment.