From 3888453e0d0add0dcdb4032bc6b38536184f49d0 Mon Sep 17 00:00:00 2001 From: Ajay Ghanwat Date: Mon, 20 Jul 2026 00:10:16 +0530 Subject: [PATCH] build: stage private packages for 0.2.66 --- .publish/ai/package.json | 2 +- .publish/authz/package.json | 2 +- .publish/cli/package.json | 22 +++---- .publish/compiler/package.json | 2 +- .publish/core/package.json | 2 +- .publish/csr/package.json | 4 +- .publish/db/package.json | 2 +- .publish/dev-server/package.json | 26 ++++----- .publish/encryption/package.json | 2 +- .publish/helpers/package.json | 4 +- .publish/i18n/package.json | 4 +- .publish/jwt/package.json | 2 +- .publish/mobile/package.json | 4 +- .publish/native/package.json | 2 +- .publish/oauth/package.json | 2 +- .publish/pubsub/package.json | 2 +- .publish/queue/package.json | 2 +- .publish/reactive/package.json | 2 +- .publish/router/package.json | 6 +- .publish/ssr/package.json | 4 +- .publish/styles/package.json | 4 +- .publish/test/package.json | 2 +- .publish/tracking/package.json | 2 +- .publish/ui/components/AnnouncementBar.wrn | 37 +++++++----- .publish/ui/components/PublicFooter.wrn | 51 ++++++++++------ .publish/ui/components/PublicHeader.wrn | 67 +++++++++++++++------- .publish/ui/package.json | 4 +- .publish/uploader/package.json | 4 +- .publish/validation/package.json | 2 +- 29 files changed, 160 insertions(+), 111 deletions(-) diff --git a/.publish/ai/package.json b/.publish/ai/package.json index d71e5135..957b36d9 100644 --- a/.publish/ai/package.json +++ b/.publish/ai/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/ai", - "version": "0.2.65", + "version": "0.2.66", "type": "module", "description": "Zero-dependency Claude (Anthropic) client for WrNexus apps.", "license": "MIT", diff --git a/.publish/authz/package.json b/.publish/authz/package.json index e01ba64a..84ca115a 100644 --- a/.publish/authz/package.json +++ b/.publish/authz/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/authz", - "version": "0.2.65", + "version": "0.2.66", "type": "module", "description": "@wrnexus/authz — part of the WrNexus framework.", "license": "MIT", diff --git a/.publish/cli/package.json b/.publish/cli/package.json index 4c061bc4..a827577f 100644 --- a/.publish/cli/package.json +++ b/.publish/cli/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/cli", - "version": "0.2.65", + "version": "0.2.66", "type": "module", "description": "@wrnexus/cli — part of the WrNexus framework.", "license": "MIT", @@ -28,16 +28,16 @@ "wrnexus": "./dist/index.js" }, "dependencies": { - "@wrnexus/core": "^0.2.65", - "@wrnexus/router": "^0.2.65", - "@wrnexus/csr": "^0.2.65", - "@wrnexus/compiler": "^0.2.65", - "@wrnexus/styles": "^0.2.65", - "@wrnexus/dev-server": "^0.2.65", - "@wrnexus/ui": "^0.2.65", - "@wrnexus/validation": "^0.2.65", - "@wrnexus/i18n": "^0.2.65", - "@wrnexus/db": "^0.2.65" + "@wrnexus/core": "^0.2.66", + "@wrnexus/router": "^0.2.66", + "@wrnexus/csr": "^0.2.66", + "@wrnexus/compiler": "^0.2.66", + "@wrnexus/styles": "^0.2.66", + "@wrnexus/dev-server": "^0.2.66", + "@wrnexus/ui": "^0.2.66", + "@wrnexus/validation": "^0.2.66", + "@wrnexus/i18n": "^0.2.66", + "@wrnexus/db": "^0.2.66" }, "files": [ "dist" diff --git a/.publish/compiler/package.json b/.publish/compiler/package.json index 7a35701b..49960e33 100644 --- a/.publish/compiler/package.json +++ b/.publish/compiler/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/compiler", - "version": "0.2.65", + "version": "0.2.66", "type": "module", "description": "@wrnexus/compiler — part of the WrNexus framework.", "license": "MIT", diff --git a/.publish/core/package.json b/.publish/core/package.json index 5997ee77..6992f38c 100644 --- a/.publish/core/package.json +++ b/.publish/core/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/core", - "version": "0.2.65", + "version": "0.2.66", "type": "module", "description": "@wrnexus/core — part of the WrNexus framework.", "license": "MIT", diff --git a/.publish/csr/package.json b/.publish/csr/package.json index 7dd052b8..a891d9d5 100644 --- a/.publish/csr/package.json +++ b/.publish/csr/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/csr", - "version": "0.2.65", + "version": "0.2.66", "type": "module", "description": "@wrnexus/csr — part of the WrNexus framework.", "license": "MIT", @@ -21,7 +21,7 @@ } }, "dependencies": { - "@wrnexus/core": "^0.2.65" + "@wrnexus/core": "^0.2.66" }, "files": [ "dist" diff --git a/.publish/db/package.json b/.publish/db/package.json index 627e5aee..4df9ef30 100644 --- a/.publish/db/package.json +++ b/.publish/db/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/db", - "version": "0.2.65", + "version": "0.2.66", "type": "module", "description": "@wrnexus/db — part of the WrNexus framework.", "license": "MIT", diff --git a/.publish/dev-server/package.json b/.publish/dev-server/package.json index 33b6e783..4953538d 100644 --- a/.publish/dev-server/package.json +++ b/.publish/dev-server/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/dev-server", - "version": "0.2.65", + "version": "0.2.66", "type": "module", "description": "@wrnexus/dev-server — part of the WrNexus framework.", "license": "MIT", @@ -25,18 +25,18 @@ } }, "dependencies": { - "@wrnexus/core": "^0.2.65", - "@wrnexus/router": "^0.2.65", - "@wrnexus/ssr": "^0.2.65", - "@wrnexus/csr": "^0.2.65", - "@wrnexus/compiler": "^0.2.65", - "@wrnexus/styles": "^0.2.65", - "@wrnexus/ui": "^0.2.65", - "@wrnexus/validation": "^0.2.65", - "@wrnexus/i18n": "^0.2.65", - "@wrnexus/db": "^0.2.65", - "@wrnexus/pubsub": "^0.2.65", - "@wrnexus/uploader": "^0.2.65" + "@wrnexus/core": "^0.2.66", + "@wrnexus/router": "^0.2.66", + "@wrnexus/ssr": "^0.2.66", + "@wrnexus/csr": "^0.2.66", + "@wrnexus/compiler": "^0.2.66", + "@wrnexus/styles": "^0.2.66", + "@wrnexus/ui": "^0.2.66", + "@wrnexus/validation": "^0.2.66", + "@wrnexus/i18n": "^0.2.66", + "@wrnexus/db": "^0.2.66", + "@wrnexus/pubsub": "^0.2.66", + "@wrnexus/uploader": "^0.2.66" }, "files": [ "dist" diff --git a/.publish/encryption/package.json b/.publish/encryption/package.json index 861cd49c..77b5dca9 100644 --- a/.publish/encryption/package.json +++ b/.publish/encryption/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/encryption", - "version": "0.2.65", + "version": "0.2.66", "type": "module", "description": "@wrnexus/encryption — part of the WrNexus framework.", "license": "MIT", diff --git a/.publish/helpers/package.json b/.publish/helpers/package.json index 1ae96f5a..9e3dd3c1 100644 --- a/.publish/helpers/package.json +++ b/.publish/helpers/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/helpers", - "version": "0.2.65", + "version": "0.2.66", "type": "module", "description": "Safe convenience helpers for WrNexus request contexts and common application flows.", "license": "MIT", @@ -21,7 +21,7 @@ } }, "dependencies": { - "@wrnexus/core": "^0.2.65" + "@wrnexus/core": "^0.2.66" }, "files": [ "dist" diff --git a/.publish/i18n/package.json b/.publish/i18n/package.json index 0da4aec8..67437178 100644 --- a/.publish/i18n/package.json +++ b/.publish/i18n/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/i18n", - "version": "0.2.65", + "version": "0.2.66", "type": "module", "description": "@wrnexus/i18n — part of the WrNexus framework.", "license": "MIT", @@ -21,7 +21,7 @@ } }, "dependencies": { - "@wrnexus/core": "^0.2.65" + "@wrnexus/core": "^0.2.66" }, "files": [ "dist" diff --git a/.publish/jwt/package.json b/.publish/jwt/package.json index 7141930f..f5247879 100644 --- a/.publish/jwt/package.json +++ b/.publish/jwt/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/jwt", - "version": "0.2.65", + "version": "0.2.66", "type": "module", "description": "@wrnexus/jwt — part of the WrNexus framework.", "license": "MIT", diff --git a/.publish/mobile/package.json b/.publish/mobile/package.json index 8f760cf1..a27ee891 100644 --- a/.publish/mobile/package.json +++ b/.publish/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/mobile", - "version": "0.2.65", + "version": "0.2.66", "type": "module", "description": "@wrnexus/mobile — part of the WrNexus framework.", "license": "MIT", @@ -21,7 +21,7 @@ } }, "dependencies": { - "@wrnexus/native": "^0.2.65" + "@wrnexus/native": "^0.2.66" }, "files": [ "dist" diff --git a/.publish/native/package.json b/.publish/native/package.json index 76455585..bf6d178a 100644 --- a/.publish/native/package.json +++ b/.publish/native/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/native", - "version": "0.2.65", + "version": "0.2.66", "type": "module", "description": "@wrnexus/native — part of the WrNexus framework.", "license": "MIT", diff --git a/.publish/oauth/package.json b/.publish/oauth/package.json index 5816393a..fdaf6c0f 100644 --- a/.publish/oauth/package.json +++ b/.publish/oauth/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/oauth", - "version": "0.2.65", + "version": "0.2.66", "type": "module", "description": "@wrnexus/oauth — part of the WrNexus framework.", "license": "MIT", diff --git a/.publish/pubsub/package.json b/.publish/pubsub/package.json index 3bd8cc9b..90b84175 100644 --- a/.publish/pubsub/package.json +++ b/.publish/pubsub/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/pubsub", - "version": "0.2.65", + "version": "0.2.66", "type": "module", "description": "@wrnexus/pubsub — part of the WrNexus framework.", "license": "MIT", diff --git a/.publish/queue/package.json b/.publish/queue/package.json index d565bd63..e88c4468 100644 --- a/.publish/queue/package.json +++ b/.publish/queue/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/queue", - "version": "0.2.65", + "version": "0.2.66", "type": "module", "description": "@wrnexus/queue — part of the WrNexus framework.", "license": "MIT", diff --git a/.publish/reactive/package.json b/.publish/reactive/package.json index 07aac81e..10621472 100644 --- a/.publish/reactive/package.json +++ b/.publish/reactive/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/reactive", - "version": "0.2.65", + "version": "0.2.66", "type": "module", "description": "@wrnexus/reactive — part of the WrNexus framework.", "license": "MIT", diff --git a/.publish/router/package.json b/.publish/router/package.json index 749283d0..c710f7f0 100644 --- a/.publish/router/package.json +++ b/.publish/router/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/router", - "version": "0.2.65", + "version": "0.2.66", "type": "module", "description": "@wrnexus/router — part of the WrNexus framework.", "license": "MIT", @@ -21,8 +21,8 @@ } }, "dependencies": { - "@wrnexus/compiler": "^0.2.65", - "@wrnexus/core": "^0.2.65" + "@wrnexus/compiler": "^0.2.66", + "@wrnexus/core": "^0.2.66" }, "files": [ "dist" diff --git a/.publish/ssr/package.json b/.publish/ssr/package.json index caade06d..c2eeb481 100644 --- a/.publish/ssr/package.json +++ b/.publish/ssr/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/ssr", - "version": "0.2.65", + "version": "0.2.66", "type": "module", "description": "@wrnexus/ssr — part of the WrNexus framework.", "license": "MIT", @@ -21,7 +21,7 @@ } }, "dependencies": { - "@wrnexus/core": "^0.2.65" + "@wrnexus/core": "^0.2.66" }, "files": [ "dist" diff --git a/.publish/styles/package.json b/.publish/styles/package.json index 9aad185f..547f10e7 100644 --- a/.publish/styles/package.json +++ b/.publish/styles/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/styles", - "version": "0.2.65", + "version": "0.2.66", "type": "module", "description": "@wrnexus/styles — part of the WrNexus framework.", "license": "MIT", @@ -21,7 +21,7 @@ } }, "dependencies": { - "@wrnexus/uploader": "^0.2.65" + "@wrnexus/uploader": "^0.2.66" }, "files": [ "dist" diff --git a/.publish/test/package.json b/.publish/test/package.json index 54a4d700..8de37cc3 100644 --- a/.publish/test/package.json +++ b/.publish/test/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/test", - "version": "0.2.65", + "version": "0.2.66", "type": "module", "description": "@wrnexus/test — part of the WrNexus framework.", "license": "MIT", diff --git a/.publish/tracking/package.json b/.publish/tracking/package.json index ca7b7db0..04e62dd9 100644 --- a/.publish/tracking/package.json +++ b/.publish/tracking/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/tracking", - "version": "0.2.65", + "version": "0.2.66", "type": "module", "description": "@wrnexus/tracking — part of the WrNexus framework.", "license": "MIT", diff --git a/.publish/ui/components/AnnouncementBar.wrn b/.publish/ui/components/AnnouncementBar.wrn index 14d34937..e9783d63 100644 --- a/.publish/ui/components/AnnouncementBar.wrn +++ b/.publish/ui/components/AnnouncementBar.wrn @@ -1,12 +1,19 @@ component AnnouncementBar { props { - class = "" - badge = "New" - message = "WrNexus Organizations is now available." - description = "Build secure multi-tenant applications with teams, roles, domains, and enterprise SSO." - href = "/organizations" - actionLabel = "Explore organizations" - ariaLabel = "Announcement" + class: string = "" + badge: string = "New" + message: string = "WrNexus Organizations is now available." + description: string = "Build secure multi-tenant applications with teams, roles, domains, and enterprise SSO." + href: string = "/organizations" + actionLabel: string = "Explore organizations" + ariaLabel: string = "Announcement" + badgeIcon: string = "icon-[lucide--sparkles]" + actionIcon: string = "icon-[lucide--arrow-right]" + dismissLabel: string = "Dismiss announcement" + showBadge: boolean = true + showDescription: boolean = true + showAction: boolean = true + dismissible: boolean = true } state visible = true @@ -33,10 +40,10 @@ component AnnouncementBar { >
- @@ -49,24 +56,24 @@ component AnnouncementBar { {message} -
- - @@ -114,7 +129,7 @@ component PublicFooter { > - Thanks. Please check your inbox to confirm your subscription. + {newsletterSuccessMessage} @@ -126,8 +141,8 @@ component PublicFooter {
- WrNexus + {brandName} - Identity Cloud + {brandTagline} @@ -169,7 +184,7 @@ component PublicFooter {
-
+ @@ -542,13 +559,13 @@ component PublicFooter { class="flex flex-col gap-2 text-xs text-slate-500 dark:text-slate-400 sm:flex-row sm:items-center sm:gap-4" >

- © 2026 WrNexus. All rights reserved. + {copyrightText}

- Built by WorkRoot Workspace. + {attributionText}

@@ -581,7 +598,7 @@ component PublicFooter { Legal - @@ -92,7 +114,7 @@ component PublicHeader { class:dark:hover:bg-white/5="activeMenu !== 'solutions'" class:dark:hover:text-white="activeMenu !== 'solutions'" > - Solutions + {solutionsLabel} @@ -115,7 +137,7 @@ component PublicHeader { class:dark:hover:bg-white/5="activeMenu !== 'developers'" class:dark:hover:text-white="activeMenu !== 'developers'" > - Developers + {developersLabel} @@ -138,23 +160,25 @@ component PublicHeader { class:dark:hover:bg-white/5="activeMenu !== 'resources'" class:dark:hover:text-white="activeMenu !== 'resources'" > - Resources + {resourcesLabel} - Pricing + {pricingLabel} + diff --git a/.publish/ui/package.json b/.publish/ui/package.json index 70f49506..81f9931d 100644 --- a/.publish/ui/package.json +++ b/.publish/ui/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/ui", - "version": "0.2.65", + "version": "0.2.66", "type": "module", "description": "@wrnexus/ui — part of the WrNexus framework.", "license": "MIT", @@ -25,7 +25,7 @@ "./ui.css": "./ui.css" }, "dependencies": { - "@wrnexus/core": "^0.2.65" + "@wrnexus/core": "^0.2.66" }, "files": [ "dist", diff --git a/.publish/uploader/package.json b/.publish/uploader/package.json index 6dd288e3..3fbd0606 100644 --- a/.publish/uploader/package.json +++ b/.publish/uploader/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/uploader", - "version": "0.2.65", + "version": "0.2.66", "type": "module", "description": "@wrnexus/uploader — part of the WrNexus framework.", "license": "MIT", @@ -21,7 +21,7 @@ } }, "dependencies": { - "@wrnexus/core": "^0.2.65" + "@wrnexus/core": "^0.2.66" }, "files": [ "dist" diff --git a/.publish/validation/package.json b/.publish/validation/package.json index 76f21bda..2b431d04 100644 --- a/.publish/validation/package.json +++ b/.publish/validation/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/validation", - "version": "0.2.65", + "version": "0.2.66", "type": "module", "description": "@wrnexus/validation — part of the WrNexus framework.", "license": "MIT",