Skip to content

Commit

Permalink
Version Packages (#5)
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 Oct 25, 2024
1 parent 92daade commit 3175053
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/pretty-panthers-pretend.md

This file was deleted.

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

## 1.0.1

### Patch Changes

- Updated dependencies [db7c1d4]
- @llamaindex/chat-ui@0.0.2
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.0",
"version": "1.0.1",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
7 changes: 7 additions & 0 deletions packages/chat-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @llamaindex/chat-ui

## 0.0.2

### Patch Changes

- db7c1d4: release first version
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.1",
"version": "0.0.2",
"types": "./dist/index.d.ts",
"type": "module",
"sideEffects": [
Expand Down

0 comments on commit 3175053

Please sign in to comment.