Skip to content

Commit

Permalink
Bumped to 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nang-dev committed Feb 7, 2025
1 parent 883adf4 commit bff7d1a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions extensions/vscode/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion extensions/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "pearai",
"publisher": "pearai",
"icon": "media/icon.png",
"version": "1.7.2",
"version": "1.8.0",
"repository": {
"type": "git",
"url": "https://github.com/trypear/pearai-submodule"
Expand Down
2 changes: 1 addition & 1 deletion gui/src/redux/slices/stateSlice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { createSelector } from "reselect";
import { v4 } from "uuid";
import { RootState } from "../store";
import { getLocalStorage } from "@/util/localStorage";
import { Memory } from "../../integrations/mem0/mem0gui"
import { Memory } from "../../integrations/mem0/types"


export const memoizedContextItemsSelector = createSelector(
Expand Down

0 comments on commit bff7d1a

Please sign in to comment.