[RELEASE] v3.1.8-beta (#187)

This commit is contained in:
Daniel Luiz Alves
2025-08-01 10:15:20 -03:00
committed by GitHub
5 changed files with 13 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "palmr-docs",
"version": "3.1.7-beta",
"version": "3.1.8-beta",
"description": "Docs for Palmr",
"private": true,
"author": "Daniel Luiz Alves <daniel@kyantech.com.br>",

View File

@@ -1,6 +1,6 @@
{
"name": "palmr-api",
"version": "3.1.7-beta",
"version": "3.1.8-beta",
"description": "API for Palmr",
"private": true,
"author": "Daniel Luiz Alves <daniel@kyantech.com.br>",

View File

@@ -1,6 +1,6 @@
{
"name": "palmr-web",
"version": "3.1.7-beta",
"version": "3.1.8-beta",
"description": "Frontend for Palmr",
"private": true,
"author": "Daniel Luiz Alves <daniel@kyantech.com.br>",

View File

@@ -10,7 +10,15 @@ interface RedirectHandlerProps {
children: React.ReactNode;
}
const publicPaths = ["/login", "/forgot-password", "/reset-password", "/auth/callback", "/auth/oidc/callback"];
const publicPaths = [
"/login",
"/forgot-password",
"/reset-password",
"/auth/callback",
"/auth/oidc/callback",
"/s/",
"/r/",
];
const homePaths = ["/"];
export function RedirectHandler({ children }: RedirectHandlerProps) {

View File

@@ -1,6 +1,6 @@
{
"name": "palmr-monorepo",
"version": "3.1.7-beta",
"version": "3.1.8-beta",
"description": "Palmr monorepo with Husky configuration",
"private": true,
"packageManager": "pnpm@10.6.0",