Skip to content

Commit 4064d5b

Browse files
committed
ship version
1 parent d82b3b7 commit 4064d5b

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"root":["./src/main.tsx","./src/vite-env.d.ts","./src/components/AvatarDropdown.tsx","./src/components/CardEditor.tsx","./src/components/CardListPanel.tsx","./src/components/ConfirmDialog.tsx","./src/components/DeckDetailPanel.tsx","./src/components/Header.tsx","./src/components/Layout.tsx","./src/components/MetadataForm.tsx","./src/components/Sidebar.tsx","./src/components/TagInput.tsx","./src/contexts/AuthContext.tsx","./src/contexts/CardContext.tsx","./src/contexts/DeckContext.tsx","./src/contexts/I18nContext.tsx","./src/contexts/ThemeContext.tsx","./src/i18n/en.ts","./src/i18n/it.ts","./src/lib/api.ts","./src/lib/auth.ts","./src/lib/card-validation.ts","./src/lib/frontmatter.ts","./src/lib/i18n.ts","./src/lib/supabase.ts","./src/lib/theme.ts","./src/lib/validation.ts","./src/lib/__tests__/api.test.ts","./src/lib/__tests__/auth.test.ts","./src/lib/__tests__/card-validation.test.ts","./src/lib/__tests__/deck-commit-path.test.ts","./src/lib/__tests__/frontmatter.test.ts","./src/lib/__tests__/i18n.test.ts","./src/lib/__tests__/theme.test.ts","./src/lib/__tests__/validation.test.ts","./src/pages/AuthCallback.tsx","./src/pages/DashboardPage.tsx","./src/pages/ForgotPassword.tsx","./src/pages/LoginPage.tsx","./src/pages/OtpVerification.tsx","./src/pages/ResetPassword.tsx","./src/pages/SignUpPage.tsx"],"version":"5.9.3"}

packages/shared/src/version.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* The version is extracted from .planning/STATE.md Milestone field.
77
* Build metadata is baked in as string literals (React Native has no process.env).
88
*/
9-
export const VERSION = "2.1";
9+
export const VERSION = "2.2";
1010

1111
/**
1212
* Build info baked in at generation time.
@@ -22,7 +22,7 @@ export const BUILD_INFO: {
2222
version: VERSION,
2323
buildNumber: "dev",
2424
gitSha: "local",
25-
buildDate: "2026-03-04T15:48:08.661Z",
25+
buildDate: "2026-03-05T11:27:25.915Z",
2626
};
2727

2828
export type BuildInfo = typeof BUILD_INFO;

supabase/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ otp_expiry = 3600
5252

5353
[auth.email.smtp]
5454
host = "env(SMTP_HOST)"
55-
port = 587
55+
port = 1025
5656
user = "env(SMTP_USER)"
5757
pass = "env(SMTP_PASS)"
5858
admin_email = "env(SMTP_ADMIN_EMAIL)"

0 commit comments

Comments
 (0)