Skip to content

Commit

Permalink
Merge pull request #67 from video-db/release
Browse files Browse the repository at this point in the history
release: 0.0.30
  • Loading branch information
0xrohitgarg authored Feb 3, 2025
2 parents 3624dff + d8dbe98 commit e968f2e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
12 changes: 8 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
# Changelog

## [0.0.30]() - 2025-01-31
## [0.0.30]() - 2025-02-03

### Added

- Delete Collection feature
- Delete Video from Collection
- Create a Collection
- Delete Collection feature
- Delete Video from Collection
- Create a new Collection

### Fixed

- Minor UI fixes

## [0.0.29]() - 2025-01-30

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@videodb/chat-vue",
"description": "Chat component for Director",
"version": "0.0.29",
"version": "0.0.30",
"author": "VideoDB",
"license": "Apache-2.0",
"private": false,
Expand Down
1 change: 0 additions & 1 deletion src/components/chat/elements/Sidebar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,6 @@ import ChevronDown from "../../icons/ChevronDown.vue";
import AgentIcon from "../../icons/Agent.vue";
import ChatIcon from "../../icons/Chat.vue";
import CollectionIcon from "../../icons/Collection.vue";
import { useVideoDBChat } from "../../../context";
const props = defineProps({
sessions: {
Expand Down

0 comments on commit e968f2e

Please sign in to comment.