Skip to content

Commit

Permalink
chore(release): 📦 version packages (#109)
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/[email protected]

### Patch Changes

- [#108](#108)
[`fc3d785`](fc3d785)
Thanks [@richardgill](https://github.com/richardgill)! - tsup config
fixed

- Updated dependencies
\[[`fc3d785`](fc3d785)]:
    -   @llm-ui/[email protected]
    -   @llm-ui/[email protected]

## @llm-ui/[email protected]

### Patch Changes

- [#108](#108)
[`fc3d785`](fc3d785)
Thanks [@richardgill](https://github.com/richardgill)! - tsup config
fixed

- Updated dependencies
\[[`fc3d785`](fc3d785)]:
    -   @llm-ui/[email protected]
    -   @llm-ui/[email protected]

## @llm-ui/[email protected]

### Patch Changes

- [#108](#108)
[`fc3d785`](fc3d785)
Thanks [@richardgill](https://github.com/richardgill)! - tsup config
fixed

- Updated dependencies
\[[`fc3d785`](fc3d785)]:
    -   @llm-ui/[email protected]

## @llm-ui/[email protected]

### Patch Changes

- [#108](#108)
[`fc3d785`](fc3d785)
Thanks [@richardgill](https://github.com/richardgill)! - tsup config
fixed

## @llm-ui/[email protected]

### Patch Changes

- Updated dependencies
\[[`fc3d785`](fc3d785)]:
    -   @llm-ui/[email protected]

## @llm-ui/[email protected]

### Patch Changes

- [#108](#108)
[`fc3d785`](fc3d785)
Thanks [@richardgill](https://github.com/richardgill)! - tsup config
fixed

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
richardgill and github-actions[bot] authored Apr 27, 2024
1 parent fc3d785 commit efd5e43
Show file tree
Hide file tree
Showing 15 changed files with 62 additions and 23 deletions.
9 changes: 0 additions & 9 deletions .changeset/lovely-kings-attack.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.0.4",
"@llm-ui/code": "0.0.4",
"@llm-ui/markdown": "0.0.4",
"@llm-ui/react": "0.0.4",
"@llm-ui/buttons": "0.0.5",
"@llm-ui/code": "0.0.5",
"@llm-ui/markdown": "0.0.5",
"@llm-ui/react": "0.0.5",
"@tailwindcss/typography": "^0.5.10",
"@types/node": "^20",
"@types/react": "^18",
Expand Down
10 changes: 10 additions & 0 deletions packages/buttons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @llm-ui/buttons

## 0.0.5

### Patch Changes

- [#108](https://github.com/llm-ui-kit/llm-ui/pull/108) [`fc3d785`](https://github.com/llm-ui-kit/llm-ui/commit/fc3d78558ccaa5c7fa08e6ecfa44798abbe38d7d) Thanks [@richardgill](https://github.com/richardgill)! - tsup config fixed

- Updated dependencies [[`fc3d785`](https://github.com/llm-ui-kit/llm-ui/commit/fc3d78558ccaa5c7fa08e6ecfa44798abbe38d7d)]:
- @llm-ui/react@0.0.5
- @llm-ui/shared@0.0.5

## 0.0.4

### 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.0.4",
"version": "0.0.5",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
Expand Down
10 changes: 10 additions & 0 deletions packages/code/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @llm-ui/code

## 0.0.5

### Patch Changes

- [#108](https://github.com/llm-ui-kit/llm-ui/pull/108) [`fc3d785`](https://github.com/llm-ui-kit/llm-ui/commit/fc3d78558ccaa5c7fa08e6ecfa44798abbe38d7d) Thanks [@richardgill](https://github.com/richardgill)! - tsup config fixed

- Updated dependencies [[`fc3d785`](https://github.com/llm-ui-kit/llm-ui/commit/fc3d78558ccaa5c7fa08e6ecfa44798abbe38d7d)]:
- @llm-ui/react@0.0.5
- @llm-ui/shared@0.0.5

## 0.0.4

### 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.0.4",
"version": "0.0.5",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
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.0.5

### Patch Changes

- [#108](https://github.com/llm-ui-kit/llm-ui/pull/108) [`fc3d785`](https://github.com/llm-ui-kit/llm-ui/commit/fc3d78558ccaa5c7fa08e6ecfa44798abbe38d7d) Thanks [@richardgill](https://github.com/richardgill)! - tsup config fixed

- Updated dependencies [[`fc3d785`](https://github.com/llm-ui-kit/llm-ui/commit/fc3d78558ccaa5c7fa08e6ecfa44798abbe38d7d)]:
- @llm-ui/react@0.0.5

## 0.0.4

### 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.0.4",
"version": "0.0.5",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
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.0.5

### Patch Changes

- [#108](https://github.com/llm-ui-kit/llm-ui/pull/108) [`fc3d785`](https://github.com/llm-ui-kit/llm-ui/commit/fc3d78558ccaa5c7fa08e6ecfa44798abbe38d7d) Thanks [@richardgill](https://github.com/richardgill)! - tsup config fixed

## 0.0.4

### 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.0.4",
"version": "0.0.5",
"type": "module",
"exports": {
"./core": {
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.0.5

### Patch Changes

- Updated dependencies [[`fc3d785`](https://github.com/llm-ui-kit/llm-ui/commit/fc3d78558ccaa5c7fa08e6ecfa44798abbe38d7d)]:
- @llm-ui/react@0.0.5

## 0.0.4

### 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.0.4",
"version": "0.0.5",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions tooling/tsconfig/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @llm-ui/tsconfig

## 0.0.4

### Patch Changes

- [#108](https://github.com/llm-ui-kit/llm-ui/pull/108) [`fc3d785`](https://github.com/llm-ui-kit/llm-ui/commit/fc3d78558ccaa5c7fa08e6ecfa44798abbe38d7d) Thanks [@richardgill](https://github.com/richardgill)! - tsup config fixed

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion tooling/tsconfig/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@llm-ui/tsconfig",
"version": "0.0.3",
"version": "0.0.4",
"private": true,
"files": [
"base.json"
Expand Down

0 comments on commit efd5e43

Please sign in to comment.