Skip to content

chore(repo): version packages - #16

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main
Open

chore(repo): version packages#16
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 30, 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 the packages will be published to npm 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

@monospaced/set-assets@0.1.0

Minor Changes

  • 673f0e4: Refine typography: new font-stretch, font-variation-settings, and word-spacing tokens, composite restructuring, and a per-element word-spacing fix.

    • Font stretch — adds a font-stretch scale (primitive steps plus semantic normal / semiCondensed / condensed / ultraCondensed), and every text composite now bundles a paired fontStretch. Responsive font-stretch travels with the responsive composites, so headings scale their width across breakpoints without a component media query.
    • Word spacing — adds wordSpacing.default and wordSpacing.monospaced tokens. Word-spacing now scales with each element's own font size (it previously inherited the root's frozen px value), and the monospaced (0) override cascades to descendants such as code and table cells.
    • Font variation settings — adds a fontVariationSettings token, restated after every font shorthand (which resets it).
    • Metric — inline-code padding now reads the metric tokens directly.
    • Fonts — WRFR now ships the Recursive variable font (replacing Fantasque Sans Mono and Playpen Sans); removed an unused Berkeley Mono width-axis face.

    Breaking changes

    • Text composite custom properties gain a -font suffix — e.g. --set-typography-text-heading-2xl--set-typography-text-heading-2xl-font. Each size also exposes a matching --set-typography-text-*-font-stretch.
    • The --set-typography-prose-code-padding-* custom properties are removed; use --set-typography-metric-default-cap-balance and --set-typography-metric-default-side-bearing-single instead.
    • Prose link tokens moved from typography.prose.link.* to typography.prose-link.* in the token JSON. The emitted CSS variable names (--set-typography-prose-link-*) are unchanged.

@monospaced/set-config@0.1.0

Minor Changes

  • fe48043: Render italic text correctly in Safari.

    WebKit drops the font-style: italic → slant-axis mapping once font-variation-settings is set, so italics rendered upright in Safari while Chrome and Firefox were unaffected. A new fontVariationSettings.italic token declares the slant axis explicitly (slnt -16 for Berkeley Mono; slnt -15 alongside Recursive's CRSV/CASL/MONO), and it is applied to italic elements (em, i, cite, dfn, var, address) and prose code italics.

    Adds the --set-typography-font-variation-settings-italic custom property (per brand).

  • 673f0e4: Refine typography: new font-stretch, font-variation-settings, and word-spacing tokens, composite restructuring, and a per-element word-spacing fix.

    • Font stretch — adds a font-stretch scale (primitive steps plus semantic normal / semiCondensed / condensed / ultraCondensed), and every text composite now bundles a paired fontStretch. Responsive font-stretch travels with the responsive composites, so headings scale their width across breakpoints without a component media query.
    • Word spacing — adds wordSpacing.default and wordSpacing.monospaced tokens. Word-spacing now scales with each element's own font size (it previously inherited the root's frozen px value), and the monospaced (0) override cascades to descendants such as code and table cells.
    • Font variation settings — adds a fontVariationSettings token, restated after every font shorthand (which resets it).
    • Metric — inline-code padding now reads the metric tokens directly.
    • Fonts — WRFR now ships the Recursive variable font (replacing Fantasque Sans Mono and Playpen Sans); removed an unused Berkeley Mono width-axis face.

    Breaking changes

    • Text composite custom properties gain a -font suffix — e.g. --set-typography-text-heading-2xl--set-typography-text-heading-2xl-font. Each size also exposes a matching --set-typography-text-*-font-stretch.
    • The --set-typography-prose-code-padding-* custom properties are removed; use --set-typography-metric-default-cap-balance and --set-typography-metric-default-side-bearing-single instead.
    • Prose link tokens moved from typography.prose.link.* to typography.prose-link.* in the token JSON. The emitted CSS variable names (--set-typography-prose-link-*) are unchanged.

Patch Changes

  • 7be3ece: Tune the nav list gap (now derived from the metric cell width, calc(cell-width * 2), with the small-size override removed) and trim the radius.ratio.default token description.

@monospaced/set-core@0.1.0

Minor Changes

  • fe48043: Render italic text correctly in Safari.

    WebKit drops the font-style: italic → slant-axis mapping once font-variation-settings is set, so italics rendered upright in Safari while Chrome and Firefox were unaffected. A new fontVariationSettings.italic token declares the slant axis explicitly (slnt -16 for Berkeley Mono; slnt -15 alongside Recursive's CRSV/CASL/MONO), and it is applied to italic elements (em, i, cite, dfn, var, address) and prose code italics.

    Adds the --set-typography-font-variation-settings-italic custom property (per brand).

  • 673f0e4: Refine typography: new font-stretch, font-variation-settings, and word-spacing tokens, composite restructuring, and a per-element word-spacing fix.

    • Font stretch — adds a font-stretch scale (primitive steps plus semantic normal / semiCondensed / condensed / ultraCondensed), and every text composite now bundles a paired fontStretch. Responsive font-stretch travels with the responsive composites, so headings scale their width across breakpoints without a component media query.
    • Word spacing — adds wordSpacing.default and wordSpacing.monospaced tokens. Word-spacing now scales with each element's own font size (it previously inherited the root's frozen px value), and the monospaced (0) override cascades to descendants such as code and table cells.
    • Font variation settings — adds a fontVariationSettings token, restated after every font shorthand (which resets it).
    • Metric — inline-code padding now reads the metric tokens directly.
    • Fonts — WRFR now ships the Recursive variable font (replacing Fantasque Sans Mono and Playpen Sans); removed an unused Berkeley Mono width-axis face.

    Breaking changes

    • Text composite custom properties gain a -font suffix — e.g. --set-typography-text-heading-2xl--set-typography-text-heading-2xl-font. Each size also exposes a matching --set-typography-text-*-font-stretch.
    • The --set-typography-prose-code-padding-* custom properties are removed; use --set-typography-metric-default-cap-balance and --set-typography-metric-default-side-bearing-single instead.
    • Prose link tokens moved from typography.prose.link.* to typography.prose-link.* in the token JSON. The emitted CSS variable names (--set-typography-prose-link-*) are unchanged.

Patch Changes

  • 7be3ece: Tune the nav list gap (now derived from the metric cell width, calc(cell-width * 2), with the small-size override removed) and trim the radius.ratio.default token description.

@monospaced/set-tokens@0.1.0

Minor Changes

  • fe48043: Render italic text correctly in Safari.

    WebKit drops the font-style: italic → slant-axis mapping once font-variation-settings is set, so italics rendered upright in Safari while Chrome and Firefox were unaffected. A new fontVariationSettings.italic token declares the slant axis explicitly (slnt -16 for Berkeley Mono; slnt -15 alongside Recursive's CRSV/CASL/MONO), and it is applied to italic elements (em, i, cite, dfn, var, address) and prose code italics.

    Adds the --set-typography-font-variation-settings-italic custom property (per brand).

  • 673f0e4: Refine typography: new font-stretch, font-variation-settings, and word-spacing tokens, composite restructuring, and a per-element word-spacing fix.

    • Font stretch — adds a font-stretch scale (primitive steps plus semantic normal / semiCondensed / condensed / ultraCondensed), and every text composite now bundles a paired fontStretch. Responsive font-stretch travels with the responsive composites, so headings scale their width across breakpoints without a component media query.
    • Word spacing — adds wordSpacing.default and wordSpacing.monospaced tokens. Word-spacing now scales with each element's own font size (it previously inherited the root's frozen px value), and the monospaced (0) override cascades to descendants such as code and table cells.
    • Font variation settings — adds a fontVariationSettings token, restated after every font shorthand (which resets it).
    • Metric — inline-code padding now reads the metric tokens directly.
    • Fonts — WRFR now ships the Recursive variable font (replacing Fantasque Sans Mono and Playpen Sans); removed an unused Berkeley Mono width-axis face.

    Breaking changes

    • Text composite custom properties gain a -font suffix — e.g. --set-typography-text-heading-2xl--set-typography-text-heading-2xl-font. Each size also exposes a matching --set-typography-text-*-font-stretch.
    • The --set-typography-prose-code-padding-* custom properties are removed; use --set-typography-metric-default-cap-balance and --set-typography-metric-default-side-bearing-single instead.
    • Prose link tokens moved from typography.prose.link.* to typography.prose-link.* in the token JSON. The emitted CSS variable names (--set-typography-prose-link-*) are unchanged.

Patch Changes

  • 7be3ece: Tune the nav list gap (now derived from the metric cell width, calc(cell-width * 2), with the small-size override removed) and trim the radius.ratio.default token description.

@monospaced/set-react@0.1.0

Patch Changes

  • Updated dependencies [fe48043]
  • Updated dependencies [7be3ece]
  • Updated dependencies [673f0e4]
    • @monospaced/set-core@0.1.0

@monospaced/set-markdown@0.1.0

@monospaced/set-skills@0.1.0

@monospaced/set-documentation@0.1.0

Patch Changes

  • Updated dependencies [fe48043]
  • Updated dependencies [7be3ece]
  • Updated dependencies [673f0e4]
    • @monospaced/set-core@0.1.0
    • @monospaced/set-tokens@0.1.0
    • @monospaced/set-assets@0.1.0
    • @monospaced/set-markdown@0.1.0
    • @monospaced/set-skills@0.1.0

@monospaced/set-playground@0.1.0

Patch Changes

  • Updated dependencies [fe48043]
  • Updated dependencies [7be3ece]
  • Updated dependencies [673f0e4]
    • @monospaced/set-core@0.1.0
    • @monospaced/set-assets@0.1.0
    • @monospaced/set-react@0.1.0

@monospaced/set-adapter@0.1.0

Patch Changes

  • Updated dependencies [fe48043]
  • Updated dependencies [7be3ece]
  • Updated dependencies [673f0e4]
    • @monospaced/set-core@0.1.0

@monospaced/set-storybook@0.1.0

@monospaced/set-system@0.1.0

@netlify

netlify Bot commented Jul 30, 2026

Copy link
Copy Markdown

Deploy Preview for setds ready!

Name Link
🔨 Latest commit daaec0e
🔍 Latest deploy log https://app.netlify.com/projects/setds/deploys/6a6bbdda57d4b400081715b0
😎 Deploy Preview https://deploy-preview-16--setds.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@github-actions
github-actions Bot force-pushed the changeset-release/main branch from b3b27c2 to c947019 Compare July 30, 2026 19:22
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from c947019 to daaec0e Compare July 30, 2026 21:10
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.

0 participants