Skip to content

chore: version packages - #4

Merged
EliRobinson merged 1 commit into
mainfrom
changeset-release/main
Sep 5, 2026
Merged

EliRobinson merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Sep 5, 2026

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@repo/api-contracts@1.0.0

Major Changes

  • 942d63b: Modernize the whole toolchain: Expo 57 (React 19.2, React Native 0.86), Prisma 7
    with a driver adapter, Zod 4, Fastify 5, TypeScript 6, ESLint 10, and pnpm 11.

    Breaking for consumers of these packages:

    • @repo/ui now requires React >= 19 and React Native >= 0.86.
    • @repo/api-contracts emits Zod 4 schemas; z.string().uuid()/.email()/.url()
      are now z.uuid()/z.email()/z.url().
    • @repo/config's ESLint preset targets ESLint 10 flat config.

@repo/config@1.0.0

Major Changes

  • 942d63b: Modernize the whole toolchain: Expo 57 (React 19.2, React Native 0.86), Prisma 7
    with a driver adapter, Zod 4, Fastify 5, TypeScript 6, ESLint 10, and pnpm 11.

    Breaking for consumers of these packages:

    • @repo/ui now requires React >= 19 and React Native >= 0.86.
    • @repo/api-contracts emits Zod 4 schemas; z.string().uuid()/.email()/.url()
      are now z.uuid()/z.email()/z.url().
    • @repo/config's ESLint preset targets ESLint 10 flat config.

Minor Changes

  • 942d63b: Drive all styling from the @elirobinson/tokens design system.

    @repo/config/tailwind is now generated from the design system's stylesheets by
    pnpm tokens:sync rather than hand-written: 109 colours plus the spacing,
    radius, type, weight, line-height, tracking, z-index, duration and container
    scales. The mobile platform layer is the baseline, so radii and the small end of
    the type ramp are the phone-tuned values.

    @repo/ui's Button now names design system tokens (bg-accent, text-fg)
    instead of the old ad-hoc primary/gray palette. Colours resolve through CSS
    variables, so dark: variants swap real values.

Patch Changes

  • 942d63b: Fix dark mode and the touch target floor on native.

    The token variables move from an @imported stylesheet into an addBase plugin,
    which is the only ordering NativeWind accepts for .dark:root on native. Adds a
    minHeight scale from the design system's --target tokens, and @repo/ui's
    Button now carries min-h-target so it meets the 44px floor.

@repo/ui@1.0.0

Major Changes

  • 942d63b: Modernize the whole toolchain: Expo 57 (React 19.2, React Native 0.86), Prisma 7
    with a driver adapter, Zod 4, Fastify 5, TypeScript 6, ESLint 10, and pnpm 11.

    Breaking for consumers of these packages:

    • @repo/ui now requires React >= 19 and React Native >= 0.86.
    • @repo/api-contracts emits Zod 4 schemas; z.string().uuid()/.email()/.url()
      are now z.uuid()/z.email()/z.url().
    • @repo/config's ESLint preset targets ESLint 10 flat config.

Minor Changes

  • 942d63b: Drive all styling from the @elirobinson/tokens design system.

    @repo/config/tailwind is now generated from the design system's stylesheets by
    pnpm tokens:sync rather than hand-written: 109 colours plus the spacing,
    radius, type, weight, line-height, tracking, z-index, duration and container
    scales. The mobile platform layer is the baseline, so radii and the small end of
    the type ramp are the phone-tuned values.

    @repo/ui's Button now names design system tokens (bg-accent, text-fg)
    instead of the old ad-hoc primary/gray palette. Colours resolve through CSS
    variables, so dark: variants swap real values.

Patch Changes

  • 942d63b: Fix dark mode and the touch target floor on native.

    The token variables move from an @imported stylesheet into an addBase plugin,
    which is the only ordering NativeWind accepts for .dark:root on native. Adds a
    minHeight scale from the design system's --target tokens, and @repo/ui's
    Button now carries min-h-target so it meets the 44px floor.

@repo/utils@1.0.0

Major Changes

  • 942d63b: Modernize the whole toolchain: Expo 57 (React 19.2, React Native 0.86), Prisma 7
    with a driver adapter, Zod 4, Fastify 5, TypeScript 6, ESLint 10, and pnpm 11.

    Breaking for consumers of these packages:

    • @repo/ui now requires React >= 19 and React Native >= 0.86.
    • @repo/api-contracts emits Zod 4 schemas; z.string().uuid()/.email()/.url()
      are now z.uuid()/z.email()/z.url().
    • @repo/config's ESLint preset targets ESLint 10 flat config.

api@0.0.1

Patch Changes

  • Updated dependencies [942d63b]
    • @repo/api-contracts@1.0.0

mobile-web@0.0.1

Patch Changes

  • Updated dependencies [942d63b]
  • Updated dependencies [942d63b]
  • Updated dependencies [942d63b]
    • @repo/ui@1.0.0
    • api@0.0.1

@EliRobinson EliRobinson closed this Sep 5, 2026
@EliRobinson EliRobinson reopened this Sep 5, 2026
@EliRobinson
EliRobinson merged commit c5cff50 into main Sep 5, 2026
2 checks passed
@EliRobinson
EliRobinson deleted the changeset-release/main branch September 5, 2026 05:52
@EliRobinson EliRobinson mentioned this pull request Sep 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant