Skip to content

Commit

Permalink
chore: prepare release (#1595)
Browse files Browse the repository at this point in the history
  • Loading branch information
willydouhard authored Dec 19, 2024
1 parent 79437c3 commit ae9bc1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "chainlit"
version = "2.1.dev0"
version = "2.0rc1"
keywords = [
'LLM',
'Agents',
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/components/organisms/sidebar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import { ThreadHistory } from './threadHistory';
const DRAWER_WIDTH = 260;

const SideBar = () => {
const user = useAuth();
const { user } = useAuth();
const isMobile = useMediaQuery('(max-width:66rem)');

const [settings, setSettings] = useRecoilState(settingsState);
Expand Down

0 comments on commit ae9bc1d

Please sign in to comment.