chore: version packages - #4
Merged
Merged
Conversation
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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/uinow requires React >= 19 and React Native >= 0.86.@repo/api-contractsemits 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/uinow requires React >= 19 and React Native >= 0.86.@repo/api-contractsemits 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/tokensdesign system.@repo/config/tailwindis now generated from the design system's stylesheets bypnpm tokens:syncrather 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/graypalette. Colours resolve through CSSvariables, 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 anaddBaseplugin,which is the only ordering NativeWind accepts for
.dark:rooton native. Adds aminHeightscale from the design system's--targettokens, and@repo/ui'sButton now carries
min-h-targetso 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/uinow requires React >= 19 and React Native >= 0.86.@repo/api-contractsemits 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/tokensdesign system.@repo/config/tailwindis now generated from the design system's stylesheets bypnpm tokens:syncrather 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/graypalette. Colours resolve through CSSvariables, 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 anaddBaseplugin,which is the only ordering NativeWind accepts for
.dark:rooton native. Adds aminHeightscale from the design system's--targettokens, and@repo/ui'sButton now carries
min-h-targetso 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/uinow requires React >= 19 and React Native >= 0.86.@repo/api-contractsemits 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
mobile-web@0.0.1
Patch Changes