Skip to content

Commit

Permalink
Release 0.0.15 (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Feb 14, 2025
1 parent 4067ac0 commit 1c2cea9
Show file tree
Hide file tree
Showing 7 changed files with 7,337 additions and 8,886 deletions.
5 changes: 0 additions & 5 deletions .changeset/sweet-fireants-relax.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.14

### Patch Changes

- Updated dependencies [1976f9a]
- @llamaindex/chat-ui@0.0.15

## 1.0.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/web/next-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.
// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information.
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.13",
"version": "1.0.14",
"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.15

### Patch Changes

- 1976f9a: fix: able to get custom annotation data

## 0.0.14

### 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.14",
"version": "0.0.15",
"types": "./dist/index.d.ts",
"type": "module",
"sideEffects": [
Expand Down
Loading

0 comments on commit 1c2cea9

Please sign in to comment.