Skip to content

Commit

Permalink
chore(release): 📦 version packages (#170)
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]

### Minor Changes

- [#168](#168)
[`999004c`](999004c)
Thanks [@richardgill](https://github.com/richardgill)! -
@llm-ui/react/{core,examples,throttle} -> @llm-ui/react
    @llm-ui/code/shikiBundles/{allLangs,allThemes} -> @llm-ui/code

Removes exports more than one level deep (e.g. @llm-ui/react/core) since
they don't work with older moduleResolution settings in TypeScript
(which react-script uses by default).

### Patch Changes

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

## @llm-ui/[email protected]

### Minor Changes

- [#168](#168)
[`999004c`](999004c)
Thanks [@richardgill](https://github.com/richardgill)! -
@llm-ui/react/{core,examples,throttle} -> @llm-ui/react
    @llm-ui/code/shikiBundles/{allLangs,allThemes} -> @llm-ui/code

Removes exports more than one level deep (e.g. @llm-ui/react/core) since
they don't work with older moduleResolution settings in TypeScript
(which react-script uses by default).

## @llm-ui/[email protected]

### Patch Changes

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

## @llm-ui/[email protected]

### Patch Changes

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

## @llm-ui/[email protected]

### Patch Changes

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

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
richardgill and github-actions[bot] authored May 12, 2024
1 parent c82667d commit 36f56ff
Show file tree
Hide file tree
Showing 13 changed files with 59 additions and 22 deletions.
9 changes: 0 additions & 9 deletions .changeset/sweet-bats-own.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.13",
"@llm-ui/code": "0.0.13",
"@llm-ui/markdown": "0.0.13",
"@llm-ui/react": "0.0.13",
"@llm-ui/buttons": "0.1.0",
"@llm-ui/code": "0.1.0",
"@llm-ui/markdown": "0.1.0",
"@llm-ui/react": "0.1.0",
"@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.0

### Patch Changes

- Updated dependencies [[`999004c`](https://github.com/llm-ui-kit/llm-ui/commit/999004cb10d62ec956e8b6873cae938d76e5fe0d)]:
- @llm-ui/react@0.1.0
- @llm-ui/shared@0.1.0

## 0.0.13

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

## 0.1.0

### Minor Changes

- [#168](https://github.com/llm-ui-kit/llm-ui/pull/168) [`999004c`](https://github.com/llm-ui-kit/llm-ui/commit/999004cb10d62ec956e8b6873cae938d76e5fe0d) Thanks [@richardgill](https://github.com/richardgill)! - @llm-ui/react/{core,examples,throttle} -> @llm-ui/react
@llm-ui/code/shikiBundles/{allLangs,allThemes} -> @llm-ui/code

Removes exports more than one level deep (e.g. @llm-ui/react/core) since they don't work with older moduleResolution settings in TypeScript (which react-script uses by default).

### Patch Changes

- Updated dependencies [[`999004c`](https://github.com/llm-ui-kit/llm-ui/commit/999004cb10d62ec956e8b6873cae938d76e5fe0d)]:
- @llm-ui/react@0.1.0
- @llm-ui/shared@0.1.0

## 0.0.13

### 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.13",
"version": "0.1.0",
"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.0

### Patch Changes

- Updated dependencies [[`999004c`](https://github.com/llm-ui-kit/llm-ui/commit/999004cb10d62ec956e8b6873cae938d76e5fe0d)]:
- @llm-ui/react@0.1.0

## 0.0.13

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

## 0.1.0

### Minor Changes

- [#168](https://github.com/llm-ui-kit/llm-ui/pull/168) [`999004c`](https://github.com/llm-ui-kit/llm-ui/commit/999004cb10d62ec956e8b6873cae938d76e5fe0d) Thanks [@richardgill](https://github.com/richardgill)! - @llm-ui/react/{core,examples,throttle} -> @llm-ui/react
@llm-ui/code/shikiBundles/{allLangs,allThemes} -> @llm-ui/code

Removes exports more than one level deep (e.g. @llm-ui/react/core) since they don't work with older moduleResolution settings in TypeScript (which react-script uses by default).

## 0.0.13

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

### Patch Changes

- Updated dependencies [[`999004c`](https://github.com/llm-ui-kit/llm-ui/commit/999004cb10d62ec956e8b6873cae938d76e5fe0d)]:
- @llm-ui/react@0.1.0

## 0.0.13

### 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.13",
"version": "0.1.0",
"type": "module",
"license": "MIT",
"main": "./dist/index.cjs",
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.

0 comments on commit 36f56ff

Please sign in to comment.