diff --git a/CHANGELOG.md b/CHANGELOG.md index 0744f896..6ef07787 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.14.1](https://github.com/stacklok/codegate-ui/compare/v0.14.0...v0.14.1) (2025-02-07) + + +### Bug Fixes + +* set 5s of duration for all the toast notifications ([#281](https://github.com/stacklok/codegate-ui/issues/281)) ([2542b5f](https://github.com/stacklok/codegate-ui/commit/2542b5fe2c6e67ea8ac055baa47100591e468570)) + ## [0.14.0](https://github.com/stacklok/codegate-ui/compare/v0.13.1...v0.14.0) (2025-02-07) diff --git a/package-lock.json b/package-lock.json index 5260ba41..1d646470 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vite-project", - "version": "0.14.0", + "version": "0.14.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vite-project", - "version": "0.14.0", + "version": "0.14.1", "dependencies": { "@hey-api/client-fetch": "^0.7.1", "@monaco-editor/react": "^4.6.0", diff --git a/package.json b/package.json index 22be71a1..09c29047 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vite-project", "private": true, - "version": "0.14.0", + "version": "0.14.1", "type": "module", "scripts": { "dev": "vite", diff --git a/src/hooks/use-toast-mutation.ts b/src/hooks/use-toast-mutation.ts index e9b935ce..e66894a8 100644 --- a/src/hooks/use-toast-mutation.ts +++ b/src/hooks/use-toast-mutation.ts @@ -42,6 +42,7 @@ export function useToastMutation< success: typeof successMsg === "function" ? successMsg(variables) : successMsg, loading: loadingMsg ?? "Loading...", + duration: 5000, error: (e: TError) => { if (errorMsg) return errorMsg; pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy