Skip to content

Commit

Permalink
[version-3-4] chore: upgraded mendable component (#2187) (#2189)
Browse files Browse the repository at this point in the history
* chore: upgraded mendable component (#2187)

(cherry picked from commit dd935c9)

* chore: updated gitleaks

---------

Co-authored-by: Karl Cardenas <karl@spectrocloud.com>
  • Loading branch information
1 parent cf18891 commit 79b2865
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitleaksignore
Original file line number Diff line number Diff line change
Expand Up @@ -125,3 +125,4 @@ ef0dbf8d3904534f0895c5583185b6996b1a1b01:docs/docs-content/integrations/kubernet
ef0dbf8d3904534f0895c5583185b6996b1a1b01:docs/docs-content/integrations/kubernetes.md:generic-api-key:943
ef0dbf8d3904534f0895c5583185b6996b1a1b01:docs/docs-content/integrations/kubernetes.md:generic-api-key:1262
a19b6c4c96bec5f6e79f00caa1356bb58f636f53:docs/docs-content/integrations/kubernetes.md:generic-api-key:378
cf1889141f413d3f1ec8f12d08f968296f235e76:docs/docs-content/integrations/kubernetes.md:generic-api-key:378
2 changes: 1 addition & 1 deletion src/components/MendableAIWidget/MendableAIWidget.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { useEffect } from "react";
import useDocusaurusContext from "@docusaurus/useDocusaurusContext";
import useBaseUrl from "@docusaurus/useBaseUrl";

export const MENDABLE_SCRIPT_URL = "https://unpkg.com/@mendable/search@0.0.158/dist/umd/mendable-bundle.min.js";
export const MENDABLE_SCRIPT_URL = "https://unpkg.com/@mendable/search@0.0.205/dist/umd/mendable-bundle.min.js";

export default function MendableAIWidget() {
const {
Expand Down

0 comments on commit 79b2865

Please sign in to comment.