From f57b4b4326212e63fcc021908fd38f792b3cc44c Mon Sep 17 00:00:00 2001 From: shubham-eaton Date: Thu, 19 Dec 2024 11:24:02 +0530 Subject: [PATCH] upadated react theme package version to 8.0.0 --- login-workflow/example-vite/package.json | 2 +- login-workflow/example/package.json | 2 +- login-workflow/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/login-workflow/example-vite/package.json b/login-workflow/example-vite/package.json index 1145e825..0eb61254 100644 --- a/login-workflow/example-vite/package.json +++ b/login-workflow/example-vite/package.json @@ -18,7 +18,7 @@ "@brightlayer-ui/icons-mui": "^3.3.0", "@brightlayer-ui/react-auth-workflow": "^4.0.2", "@brightlayer-ui/react-components": "7.0.0-alpha.0", - "@brightlayer-ui/react-themes": "^8.0.0-alpha.0", + "@brightlayer-ui/react-themes": "^8.0.0", "@emotion/react": "^11.7.1", "@emotion/styled": "^11.10.8", "@mui/icons-material": "^6.1.4", diff --git a/login-workflow/example/package.json b/login-workflow/example/package.json index bc59e9c4..9adb3254 100644 --- a/login-workflow/example/package.json +++ b/login-workflow/example/package.json @@ -35,7 +35,7 @@ "@brightlayer-ui/colors": "^3.0.1", "@brightlayer-ui/icons-mui": "^3.6.0", "@brightlayer-ui/react-components": "7.0.0-alpha.0", - "@brightlayer-ui/react-themes": "^8.0.0-alpha.0", + "@brightlayer-ui/react-themes": "^8.0.0", "@emotion/react": "^11.7.1", "@emotion/styled": "^11.10.8", "@mui/icons-material": "^6.1.4", diff --git a/login-workflow/package.json b/login-workflow/package.json index 95e16b52..93a665a7 100644 --- a/login-workflow/package.json +++ b/login-workflow/package.json @@ -76,7 +76,7 @@ "@brightlayer-ui/eslint-config": "^3.0.0", "@brightlayer-ui/prettier-config": "^1.0.3", "@brightlayer-ui/react-components": "^7.0.0-alpha.0", - "@brightlayer-ui/react-themes": "8.0.0-alpha.0", + "@brightlayer-ui/react-themes": "8.0.0", "@emotion/css": "^11.9.0", "@emotion/react": "^11.7.1", "@emotion/styled": "^11.6.0",