<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>What we shipped — Makepod</title>
  <id>https://makepod.dev/changelog/feed.xml</id>
  <link rel="self" href="https://makepod.dev/changelog/feed.xml"/>
  <link rel="alternate" type="text/html" href="https://makepod.dev/changelog"/>
  <updated>2026-08-10T00:00:00Z</updated>
  <generator uri="https://makepod.dev" version="1.0">daily-changelog-feed</generator>
  <entry>
    <title>What we shipped on 2026-08-10</title>
    <link href="https://makepod.dev/changelog/2026-08-10"/>
    <id>https://makepod.dev/changelog/2026-08-10</id>
    <updated>2026-08-10T00:00:00Z</updated>
    <published>2026-08-10T00:00:00Z</published>
    <summary type="text">Shipped 52 items (34 code, 8 infra, 2 docs, 7 design, 1 release).

- fix(infra+marketing): retire app.offkeep.com, wire staging.offkeep.com, restore rn-motion-ui styles (https://github.com/iv-stpn/offkeep/commit/93c68432200a46cbe4fdec5f51fa045a3b9ac4e6)
- fix(ci): expose marketing_pages_project + api_url as config job outputs (https://github.com/iv-stpn/offkeep/commit/65d9d4e96edb207eea963ecb8b19bca366f462f6)
- fix(ci): migrate to rn-motion-ui 5.2.0 API, restore green typecheck/fallow/i18n (https://github.com/iv-stpn/offkeep/commit/840e5b7807dba02377d927104733e908b53c89b8)
- feat(marketing): bring offkeep-marketing into the monorepo as apps/marketing (https://github.com/iv-stpn/offkeep/commit/115b1413d9a320ffe1d961c57af471b82cfa3f90)
- docs(app): add apps/app/.env.example (Google client IDs, API URL, Airwallex env) (https://github.com/iv-stpn/offkeep/commit/5cc23ef64ab686bc4c09e21eda212a768a51c57e)
- chore(google-auth): wire Google OAuth config plumbing (client IDs via tfvar + GH vars) (https://github.com/iv-stpn/offkeep/commit/21701c66cb7d5593bf7fee47b50611d9f9724cac)
- chore(staging): move API domain to staging.api.offkeep.com (https://github.com/iv-stpn/offkeep/commit/7be3db8d727079d662bff85f41504ef0152f0a5e)
- fix(backend): register CheckoutSession durable object binding + migration (https://github.com/iv-stpn/offkeep/commit/d61bc9e5830d92f7fbbea62148a2a25d2d976bc3)
- chore(backend): drop AIRWALLEX_LINKED_PAYMENT_ACCOUNT_ID from terraform template (https://github.com/iv-stpn/offkeep/commit/ba05438d6e38f7fd62d0aeab3864cdd2b3a4d76b)
- chore(backend): drop AIRWALLEX_LINKED_PAYMENT_ACCOUNT_ID var placeholder (moving to secret) (https://github.com/iv-stpn/offkeep/commit/d178b15713da577f3373c3b4f9a55bb7ed980fd1)
- style: import node:process in generate-desktop-icons (https://github.com/iv-stpn/offkeep/commit/0513b3ea4dda3a41281683bd10153fdac6abe95c)
- fix(desktop): generate-desktop-icons works with ImageMagick 6 (convert) and skips iconutil off-macOS (https://github.com/iv-stpn/offkeep/commit/49c135b3d0c2b590a5df4fb638598f2aff2bf5b9)
- style: drop non-null assertion in telegram test (https://github.com/iv-stpn/offkeep/commit/25126c95ff6a269f5d9b01bd28024cac02ab614e)
- style: satisfy biome (simplified logic, one-liner, no as-casts in telegram tests) (https://github.com/iv-stpn/offkeep/commit/8b7b90ad61d18dd6b0fd1bac1f75d7338ebd5c14)
- feat(alerts): Telegram error channel — health-check + 5xx alerts via dedicated bot (https://github.com/iv-stpn/offkeep/commit/68faa3e0e636f26472d1394b8a872b91a73f8488)
- fix(desktop): restore apps/app/assets/logo.svg (deleted in app-new-&gt;app restructure, still required by generate-desktop-icons) (https://github.com/iv-stpn/offkeep/commit/10866d10ed7a305f3727652a2c9c071baa73181b)
- fix(ci): install ImageMagick on desktop runners (generate-desktop-icons needs magick) (https://github.com/iv-stpn/offkeep/commit/b02036c5174090e36c9e192d249a74bcec8d68f3)
- chore(ci): commit generated wrangler.jsonc so GitHub Actions deploys work (https://github.com/iv-stpn/offkeep/commit/2195380f2f6979d8b1bfa939d4a0351a96deb0e1)
- chore: gitignore terraform plan artifacts (https://github.com/iv-stpn/offkeep/commit/bf6fefa07ba1c726c5734b04a147fe8ecc654cbc)
- chore(infra): Pages custom-domain CNAMEs + Turso provisioning script (https://github.com/iv-stpn/offkeep/commit/1ec54718dcf127ce661a2610f93efaacde063401)
- style: biome format (https://github.com/iv-stpn/offkeep/commit/e6e48d87f7b63b3cb5fac14deb89c30beb164ca9)
- feat(storage): move invoice PDFs off Cloudflare R2 onto MEGA S4 (https://github.com/iv-stpn/offkeep/commit/7654f612eb4606b45dfd7f200c5099c930980990)
- chore(staging): drop dead BulkGate bindings, fix terraform outputs, S4 audit storage, BACKEND_URL var (https://github.com/iv-stpn/offkeep/commit/24e3902d3b3e58cfbae89c68b5bd6318faa571a7)
- feat: add tiktok sans font to app (https://github.com/iv-stpn/offkeep/commit/341fbc19dd3c35609c3404fc4c7ab6242654c478)
- refactor(ui): extract DateInput helpers, PlanChangeConfirmStep, and error titles (https://github.com/iv-stpn/offkeep/commit/fdfa674000d771ac36122c498aa8a3fc5217b120)
- chore: remove dead exports, unused function bodies, and stale references (https://github.com/iv-stpn/offkeep/commit/bf0f65039db6b102c010252e42e4650b154ca098)
- fix(backend): break circular dependency between payments.ts and subscriptions.ts (https://github.com/iv-stpn/offkeep/commit/a2750e82852133afc644db8443fdc77abdfb6363)
- chore: delete 5 unused source files (https://github.com/iv-stpn/offkeep/commit/b1e6c8f708ccd9db584ec737731d935534d11379)
- chore: add Fallow code-intelligence, replace knip in CI, clean up unused deps (https://github.com/iv-stpn/offkeep/commit/5174cfbcbec13ea4b06596fdbceed4d05f7f302d)
- chore: collapse multiline type alias (https://github.com/iv-stpn/offkeep/commit/698f6d7b79a67b1bd3afc6ad38d4c306b4c89700)
- refactor(ui): replace custom components with rn-motion-ui equivalents (https://github.com/iv-stpn/offkeep/commit/a533b4f1b21fd959e70c6fc7a976578357ccf7c7)
- test(e2e): add Archive, Mirror, and Time Machine sync Maestro flows (https://github.com/iv-stpn/offkeep/commit/1c50ce59c91cbf86af426fec00126ba3ed4f2821)
- test(e2e): update selectors for per-file HoldContextMenu testIDs (https://github.com/iv-stpn/offkeep/commit/d157ba268fbf11914fac8eed2b734c4c360b24bf)
- fix(e2e): update register subflow for keyboard-aware auth (https://github.com/iv-stpn/offkeep/commit/76fe2c871e3e6bfc9c0154ebd5aa58f4765d2e94)
- fix(app): use controlled HoldContextMenu with per-file testIDs (https://github.com/iv-stpn/offkeep/commit/e4a877057208db0abe5e50df58e74556774c22f3)
- fix(app): keep auth submit button above keyboard on Android (https://github.com/iv-stpn/offkeep/commit/ef42f86a244f97c9645e02ee76ab448e4555e934)
- fix(backend): order FK-aware deletions in sync file lifecycle (https://github.com/iv-stpn/offkeep/commit/e5c9422e650982c4b62e04dfe534407a5f84f822)
- fix(backend): prevent audit flush failures from cascading to 500s (https://github.com/iv-stpn/offkeep/commit/51e62344e3c2c9cb3b2c1b994e7281db41905638)
- feat(backend): add file_deleted kind to sync events enum (https://github.com/iv-stpn/offkeep/commit/d0069832b024d3ed80908f54546e99e9c0f9d4e7)
- fix: constrain offkeep logo sizing with overflow-hidden and h-full w-full (https://github.com/iv-stpn/offkeep-marketing/commit/d987622871411f87c5dd5c096d97584f177e9fc5)
- style: suppress underline on chrome, button, and nav links (https://github.com/iv-stpn/offkeep-marketing/commit/8199944745c6d73b01f976c5935c4114449f4ce3)
- style: remove redundant hover:underline and text color from inline links (https://github.com/iv-stpn/offkeep-marketing/commit/a68940417f9f05e4fa6aff7c9f8476f2445256ff)
- style: add global link token and default underline rule (https://github.com/iv-stpn/offkeep-marketing/commit/e31768233c9fe140a8e921da9e531225a3be569c)
- feat(site): merge VS3 marketing + console on vs3.offkeep.com (https://github.com/iv-stpn/offkeep-vs3/commit/59b7a9a648eed2990e80e174ecdfbfb82637ce60)
- rn-motion-ui@5.2.0 (https://github.com/iv-stpn/rn-motion-ui/releases/tag/rn-motion-ui%405.2.0)
- chore: auto-sync README (https://github.com/iv-stpn/rn-motion-ui/commit/2071d23acb93b1b9498bb5d92c0a0ecd17359403)
- fix(ui): validate exports map in pre-commit hook, fix 4-segment component path detection (https://github.com/iv-stpn/rn-motion-ui/commit/35d2f16ce895ad5ba12843abef8a78084e81914f)
- chore: add changeset for drag collision algorithms and SortableList Reanimated (https://github.com/iv-stpn/rn-motion-ui/commit/b56144c6006dadc00c7797d8e42efcdfff98123a)
- feat(ui): migrate SortableList animations to Reanimated worklets (https://github.com/iv-stpn/rn-motion-ui/commit/e899aaa4419d4499ccccefe5af77c895b5c9cfad)
- feat(ui): add drag axis constraint, bounds clamping, Draggable.Handle, and skipRectMeasure (https://github.com/iv-stpn/rn-motion-ui/commit/8646734059e1d346c3c174cf2fc0eb0af5db7a25)
- feat(ui): add rect collision algorithms to drag hit testing (https://github.com/iv-stpn/rn-motion-ui/commit/e904fc20d5774a0781dc70be18abc4029fe0bc39)
- fix: sortable list stories (https://github.com/iv-stpn/rn-motion-ui/commit/648d546c6f248187e50edba078c337580e0aa252)</summary>
  </entry>
  <entry>
    <title>What we shipped on 2026-08-09</title>
    <link href="https://makepod.dev/changelog/2026-08-09"/>
    <id>https://makepod.dev/changelog/2026-08-09</id>
    <updated>2026-08-09T00:00:00Z</updated>
    <published>2026-08-09T00:00:00Z</published>
    <summary type="text">Shipped 16 items (12 code, 1 docs, 2 release, 1 other).

- v1.3.2 (https://github.com/iv-stpn/biome-config/releases/tag/v1.3.2)
- chore: release patch 1.3.2 (https://github.com/iv-stpn/biome-config/commit/26ed6f183425a6bd8c63ad81538a4a6d25e0148d)
- Adopt iv-stpn biome stack (config + grit plugins), fix lint errors, align TS6 (https://github.com/iv-stpn/hermes-console/commit/a963a09a90fe5bdc800974d2966d86e30b1ac6f9)
- rn-motion-ui@5.1.0 (https://github.com/iv-stpn/rn-motion-ui/releases/tag/rn-motion-ui%405.1.0)
- chore: auto-sync README (https://github.com/iv-stpn/rn-motion-ui/commit/411827d818bd73a9b8e8ed4e5b38cff8a1feb770)
- chore(ui): update Geist fonts to per-weight families, add exports, changeset (https://github.com/iv-stpn/rn-motion-ui/commit/28db38b2e6dbc0ec3ad21e3898423628695319be)
- feat(ui): add DnDList reorderable list and ToggleGroup form components (https://github.com/iv-stpn/rn-motion-ui/commit/1f597b59526516aab4951bf74f9d06311ff657e9)
- feat(ui): add bottom-sheet placement to MorphingModal, separate right-click from hold (https://github.com/iv-stpn/rn-motion-ui/commit/48c03b883cf9710ffae8fdac258187e9499c5c71)
- feat(ui): add FileSystem row enter/exit animations, multi-move, and stacked ghost (https://github.com/iv-stpn/rn-motion-ui/commit/d431a431deedb427d6e57d3eb8ff6d295304af7d)
- feat(ui): add built-in multi-drag default ghost and HTML5 custom previews (https://github.com/iv-stpn/rn-motion-ui/commit/18ad9e3634706dac6b070b90646019a5c0761871)
- fix(ui): apply vertical press animations and soften border dividers in ButtonGroup (https://github.com/iv-stpn/rn-motion-ui/commit/98885ad2cdf7ca257ef4ab993518220643a4cbfe)
- feat(ui): add scaleX press animations and value signalling prop to buttons (https://github.com/iv-stpn/rn-motion-ui/commit/08bbc35a455f55949724c75d184fa8a122631dcb)
- refactor(ui): split RowPrimitive row-group into per-component files, add sections variant (https://github.com/iv-stpn/rn-motion-ui/commit/1bcf0d8218dec22e1b18f65b97ea9d10927ad297)
- refactor(ui): resolve font×weight to per-weight family tokens via compound variants (https://github.com/iv-stpn/rn-motion-ui/commit/df605e921d3b3f7d603ab272fdde19ea19498b12)
- refactor(ui): split typography tokens into per-weight font-family values (https://github.com/iv-stpn/rn-motion-ui/commit/469807568a080a006511f2b3e1d22d9be7465cd2)
- refactor(ui): consolidate button variants, relocate menu primitives, refresh tokens, and tighten drag-drop (https://github.com/iv-stpn/rn-motion-ui/commit/c7992e0c520d879beee6cf628d4409c2fe442837)</summary>
  </entry>
  <entry>
    <title>What we shipped on 2026-08-08</title>
    <link href="https://makepod.dev/changelog/2026-08-08"/>
    <id>https://makepod.dev/changelog/2026-08-08</id>
    <updated>2026-08-08T00:00:00Z</updated>
    <published>2026-08-08T00:00:00Z</published>
    <summary type="text">Shipped 81 items (55 code, 7 infra, 9 docs, 5 release, 5 other).

- Ignore __pycache__ (https://github.com/iv-stpn/hermes-kanban/commit/4ffe883f4ff53d18bc31677bcc812d4a16b912bf)
- Template-ize WebAuthn identity: derive RP ID/origin from request host; add MIT license (https://github.com/iv-stpn/hermes-kanban/commit/919f5ec644579ee72bfb8804525050947660d713)
- Expand README into a reusable template quickstart (https://github.com/iv-stpn/hermes-kanban/commit/fda29566e7fec88279d863f48bba44b97ad4c1b6)
- One-command deploy entrypoint + template-ize config (wrangler/terraform) (https://github.com/iv-stpn/hermes-kanban/commit/a0905629f28244642582ee2bced4d885538e4f7d)
- Add architecture diagram and README link (https://github.com/iv-stpn/hermes-kanban/commit/88155df1699d189ea17fcd0dd9fab3ae1b25eb26)
- Add share token model and management API (https://github.com/iv-stpn/hermes-kanban/commit/804fcb8fa381c2cb8495a24170a24efe14ef19e2)
- test(e2e): survive android emulator drops, up to cold-rebooting it (https://github.com/iv-stpn/offkeep/commit/64e1e10cb542a51b2c04d55b60070576b4436e51)
- chore(deps): bump rn-motion-ui to 5.0.3 and drop the obsolete validation patch (https://github.com/iv-stpn/offkeep/commit/d3cfc0efd486ed17e329d2cab6acb91e37537550)
- test(e2e): offer to start docker before the full e2e suite (https://github.com/iv-stpn/offkeep/commit/c62f01c680698e5c3ad1ed51e45651203a7caeef)
- test(e2e): pin android e2e builds to the emulator ABI and survive adb flaps (https://github.com/iv-stpn/offkeep/commit/e34e3596542e2b4f92c62432687ec2b12608ccb3)
- fix: file actions api response types (https://github.com/iv-stpn/offkeep/commit/3cc4c0b7a275ab52655b31a2403b5cc535ca71e1)
- test(e2e): record the BottomSheet content-collapse validation patch (https://github.com/iv-stpn/offkeep/commit/d76f1777ad62715ee9b33be522cf19498bf5954f)
- test(e2e): retry the document-editor back tap until the pop lands (https://github.com/iv-stpn/offkeep/commit/964cc0ed38dc07f8b4f39ef46545aa56944b5400)
- test(e2e): split the native run into Maestro and Detox suites with a summary (https://github.com/iv-stpn/offkeep/commit/5fbcd51f028fa54b7b46e4ba8818d4f38604025c)
- test(e2e): walk the onboarding phone step via smspit (https://github.com/iv-stpn/offkeep/commit/1829b6df7af3740daf504b0c8d9ead2fe75e9e95)
- test(e2e): harden rn-motion-ui 5 surface interactions (https://github.com/iv-stpn/offkeep/commit/f6bb2c0448f10f9c4152790a3d89e6081ce75aa1)
- test(e2e): align specs with the FileSystem browser testIDs (https://github.com/iv-stpn/offkeep/commit/c648f14061051fd5b90993d2ebd2326f274f7d3c)
- refactor(backoffice): import icons from rn-motion-ui-icons (https://github.com/iv-stpn/offkeep/commit/6fb1cb77dfc681e5af8d381211da5b050de014f5)
- refactor(app): import icons from rn-motion-ui-icons and adapt to rn-motion-ui 5 (https://github.com/iv-stpn/offkeep/commit/98ffb0c1c38d35e5c41cd3ede931b5b854ed943d)
- refactor(packages/ui): import icons from rn-motion-ui-icons (https://github.com/iv-stpn/offkeep/commit/25d84752cb283911e31ed277cd674bd2d528b115)
- chore(deps): bump rn-motion-ui to 5.0.2 and retire the material-symbols icon pipeline (https://github.com/iv-stpn/offkeep/commit/63c24f59ba6ad32681b97558448cffca9363bfab)
- next (https://github.com/iv-stpn/offkeep/commit/f7c7fb8306e477329f212fc855866a3c589b41d5)
- fix(e2e): guarantee a signed-out start for iOS Detox specs (https://github.com/iv-stpn/offkeep/commit/3391ee2134cdde94e3181099907f3dbb4800db51)
- fix(app): make the iOS DeviceSync module compile against expo-modules-core (https://github.com/iv-stpn/offkeep/commit/33e59ba2bc9791a5bb9f4e389cb16f4846437d8d)
- feat(app): reimplement the DeviceSync native module for iOS (https://github.com/iv-stpn/offkeep/commit/fd9d108b211bbd0b93d4acc532cf091735be4fac)
- feat(app): reimplement the DeviceSync native module for Android (https://github.com/iv-stpn/offkeep/commit/b1f13765a3f6175de26e9d58d14788d97d2eb682)
- refactor(app): drop the e2e-only session-reset hook from DeviceSync (https://github.com/iv-stpn/offkeep/commit/b0aa695f0c54e952210ff7ab0d9fc705b9f5660b)
- fix: stop ignoring the native halves of local Expo modules (https://github.com/iv-stpn/offkeep/commit/78b9b7a8e529a8282052531a0e5481bf0ad33ea2)
- fix(e2e): keep the app suite out of the root e2e project (https://github.com/iv-stpn/offkeep/commit/9eb9b625ef4c21366d8b56b39f6c04094f390946)
- fix(app): restore the device-sync type re-exports (https://github.com/iv-stpn/offkeep/commit/c2566cdf1c87c76f4a13c0c848504e455376d9b4)
- feat(app): say what failed at every error surface (https://github.com/iv-stpn/offkeep/commit/edeb6465543760103ad717b2d5a22902b3c4367b)
- feat(app): wire the error describer into the app&apos;s data layer (https://github.com/iv-stpn/offkeep/commit/ec6054eee0d6b43e44ca1b3bc69f2924c44e9abb)
- fix(app): dismiss the keyboard when an organization form collapses (https://github.com/iv-stpn/offkeep/commit/6840567fbf1c36cf480464960d613e6765e3389a)
- fix(app): tell &quot;you&apos;re offline&quot; apart from &quot;can&apos;t reach offkeep&quot; (https://github.com/iv-stpn/offkeep/commit/e72cb31682cd858ab3d19186f692d19063df5ed7)
- feat(backoffice): report why an admin request failed (https://github.com/iv-stpn/offkeep/commit/07aa14cf48f1707554c312d7345ead6169929e37)
- feat(ui): name the failure cause in the shared error surfaces (https://github.com/iv-stpn/offkeep/commit/4443454bf1d6d527ab60c76cda726ec74be5770d)
- feat(utils): describe a thrown value by what actually failed (https://github.com/iv-stpn/offkeep/commit/85ce442490ed637a6597cf3c35918687e784fa93)
- fix(e2e): make the Detox auth and organization specs pass on Android (https://github.com/iv-stpn/offkeep/commit/b2443481868c66256c972cb86b45578ef629d160)
- fix(app): stop Android toasts from swallowing every tap (https://github.com/iv-stpn/offkeep/commit/2d07526da3aa21fe2ad9f49b2fdbf22c5edb1ab1)
- fix(app): lift modal content above the Android keyboard too (https://github.com/iv-stpn/offkeep/commit/ae54f91a9c73dd34a3548014971c04c8644181ab)
- fix(app): treat an unlinked DeviceSync module as unsupported (https://github.com/iv-stpn/offkeep/commit/cac6f0291cb251d16cd12866bd56e4fb81c46a35)
- feat(dev): reach the dev backend from the Android emulator (https://github.com/iv-stpn/offkeep/commit/1b4fab41ffd33f89969d6c5f1669dfe20cc8796b)
- chore(e2e): skip `pod install` when building off macOS (https://github.com/iv-stpn/offkeep/commit/84313bd7156ac9e745610686459439c76ab8c6e2)
- chore(e2e): stop retrying failed Detox specs (https://github.com/iv-stpn/offkeep/commit/053a3cced2c9819b059838081f86078056b0bd89)
- feat(e2e): auto-start the stack and narrow Detox down to one test (https://github.com/iv-stpn/offkeep/commit/07d04531b8bcdfe25d412c2212ce1dd02a30ffa2)
- refactor(e2e): move the app suite into an `e2e/app` workspace (https://github.com/iv-stpn/offkeep/commit/35bf85f817139a2dbce18d35521da40903b046ff)
- chore: finish the app-new → app rename in Metro and the build cache (https://github.com/iv-stpn/offkeep/commit/59a03af96786051e0eab9ab0948516f30365fea9)
- chore: ignore Detox artifacts and the generated app theme mirror (https://github.com/iv-stpn/offkeep/commit/fc43e906ea3ecf133578c66ba402653e31269ac5)
- app-new -&gt; app (https://github.com/iv-stpn/offkeep/commit/89059a74c58438b39df66219f716064581622ef5)
- chore: update ValueProposition pay-as-you-go copy (https://github.com/iv-stpn/offkeep-marketing/commit/369c7b3d6b810a0c6f571c8ea5f1e23be55fe040)
- feat: add prelude sign-up bands to comparison pages (https://github.com/iv-stpn/offkeep-marketing/commit/d5b10ecd82ad850ce92f9961c1565c14ea8cff0d)
- feat: add prelude sign-up bands to marketing pages (https://github.com/iv-stpn/offkeep-marketing/commit/f41c2abd723ee9b33be5671218bc4063afa1cb85)
- feat: add pay-as-you-go billing page (https://github.com/iv-stpn/offkeep-marketing/commit/17854900c7db90dcb0fab234369332adb9be4ca9)
- feat: add PreludeCta sign-up band and hash-skip infrastructure (https://github.com/iv-stpn/offkeep-marketing/commit/983a6a90bade89e8b14d8d34e0940d367ae957e7)
- rn-motion-ui@5.0.3 (https://github.com/iv-stpn/rn-motion-ui/releases/tag/rn-motion-ui%405.0.3)
- rn-motion-ui@5.0.2 (https://github.com/iv-stpn/rn-motion-ui/releases/tag/rn-motion-ui%405.0.2)
- rn-motion-ui@5.0.1 (https://github.com/iv-stpn/rn-motion-ui/releases/tag/rn-motion-ui%405.0.1)
- rn-motion-ui@5.0.0 (https://github.com/iv-stpn/rn-motion-ui/releases/tag/rn-motion-ui%405.0.0)
- rn-motion-ui-icons@0.0.2 (https://github.com/iv-stpn/rn-motion-ui/releases/tag/rn-motion-ui-icons%400.0.2)
- refactor(ui): tighten interactive surface sizing — reduce heights 4px and padding 2px across tiers (https://github.com/iv-stpn/rn-motion-ui/commit/b561c15f993fbbdb7509ac1f6ee709e3a6ce709e)
- refactor(ui): migrate inline style props to className where possible (https://github.com/iv-stpn/rn-motion-ui/commit/f5b3a55efc09a9ae47e8a70d940878d5e45cbe3c)
- chore: auto-sync README (https://github.com/iv-stpn/rn-motion-ui/commit/f0fd8e52655abb0e415e232930265042c8a9583b)
- feat!: rename button tokens to interactive surface family, add radius system, menu stagger, button press modes (https://github.com/iv-stpn/rn-motion-ui/commit/2a3f08b7d8343b800cba3d45d4fa2a14ff17d069)
- fix: wrongly named changesets (https://github.com/iv-stpn/rn-motion-ui/commit/1edcb0e6d447e448fde1ccc68007ebfae0bad629)
- chore: auto-fix README sync for packages/ui/README.md table and husky pre-push hook (https://github.com/iv-stpn/rn-motion-ui/commit/1cc4430ab75c7085b9d16e7dc8b05bdc7e5de654)
- chore: remove unused presenceAffectsLayout prop from AnimatePresence (https://github.com/iv-stpn/rn-motion-ui/commit/880c1b7edca8b864eaf980c72ea8d433e7ba7c6b)
- feat: Table column layout refactor, cn() utility adoption, and performance improvements (https://github.com/iv-stpn/rn-motion-ui/commit/df6a66278d4c83e1540b973ef9132f53ef4d0061)
- feat: ButtonGroup component, FeedbackWidget animation overhaul, and fixes (https://github.com/iv-stpn/rn-motion-ui/commit/4754dabdb2676d00f58f24bf1a11b61c61cd83fd)
- fix: replace workspace:* with ^0.0.2 for rn-motion-ui-icons dependency (https://github.com/iv-stpn/rn-motion-ui/commit/01a8bf99a95b4dc6a59390bf4cc38d084d654d56)
- feat(icons): forward ...props to underlying Svg element, extend IconProps from SvgProps (https://github.com/iv-stpn/rn-motion-ui/commit/646025b77b08aaef18bcba127210d7965158cacd)
- docs: pin gitRevision to main for idempotent api.md regeneration (https://github.com/iv-stpn/typeguards/commit/d9c42c8c75038104cc8e0697e3a63808b1255f43)
- docs: refresh api.md source links to current HEAD (https://github.com/iv-stpn/typeguards/commit/9113924f6ab97f3aca88cbb58211d609f8575d16)
- docs: generate API reference from JSDoc via TypeDoc (https://github.com/iv-stpn/typeguards/commit/515aa7fce5e9b5bdfd8d5589ef26a6948d3b4f1d)
- docs: add hero example, badge row, and API docs link to README (https://github.com/iv-stpn/typeguards/commit/93a4c308ea0ea9f67b97bfbbcc6fafb967f2a556)
- chore: avoid oneLiner warnings in coverage badge script (https://github.com/iv-stpn/typeguards/commit/462980f977324386a0c670bc5540e4efb411419a)
- chore: add coverage reporting, CI gate, and README badge (https://github.com/iv-stpn/typeguards/commit/8d931e6b93504cc81ebd92bd4a1691e51a9fb737)
- test: add per-guard unit tests incl. composite guards (https://github.com/iv-stpn/typeguards/commit/2a5713b549160fdf0d147f831d23f197b2f29f2c)
- chore: remove temporary NPM_TOKEN verification workflow (https://github.com/iv-stpn/typeguards/commit/0d0263ecda083ec96fd7ae917d163c128aadac59)
- chore: temp workflow to verify NPM_TOKEN secret (will be removed) (https://github.com/iv-stpn/typeguards/commit/4bfb6a8feebe53740e4d3ac0470a0a2742925cc1)
- ci: tag/release-triggered npm publish with gates, automation token (https://github.com/iv-stpn/typeguards/commit/022b814a313398923dea4c37ca6982a3cfc5e912)
- feat: add isArrayOf/isObjectOf/isUnionOf composite guards (https://github.com/iv-stpn/typeguards/commit/70698064ae94a08a62b0a1d40119bd72163370eb)</summary>
  </entry>
</feed>
