Skip to content

Commit

Permalink
Release 0.0.5 (#14)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Nov 1, 2024
1 parent 6934a2b commit 59e0b90
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/gentle-doors-destroy.md

This file was deleted.

7 changes: 7 additions & 0 deletions apps/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# web

## 1.0.4

### Patch Changes

- Updated dependencies [6934a2b]
- @llamaindex/chat-ui@0.0.5

## 1.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web",
"version": "1.0.3",
"version": "1.0.4",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
6 changes: 6 additions & 0 deletions packages/chat-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @llamaindex/chat-ui

## 0.0.5

### Patch Changes

- 6934a2b: feat: export pdf css

## 0.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/chat-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@llamaindex/chat-ui",
"version": "0.0.4",
"version": "0.0.5",
"types": "./dist/index.d.ts",
"type": "module",
"sideEffects": [
Expand Down

0 comments on commit 59e0b90

Please sign in to comment.