Skip to content

Commit

Permalink
fix: useTrieveMessageCitations hook (#1072)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yonom authored Oct 25, 2024
1 parent 8c04f95 commit 88c1abd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions packages/react-trieve/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @assistant-ui/react-trieve

## 0.0.5

### Patch Changes

- fix: useTrieveMessageCitations hook

## 0.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-trieve/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@assistant-ui/react-trieve",
"version": "0.0.4",
"version": "0.0.5",
"license": "MIT",
"exports": {
".": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { useMessage, getExternalStoreMessage } from "../../../react/src";
import { useMessage, getExternalStoreMessage } from "@assistant-ui/react";
import { TrieveMessage } from "../trieve/TrieveMessage";

export const useTrieveMessageCitations = () => {
Expand Down

0 comments on commit 88c1abd

Please sign in to comment.