vanilla-extract icon indicating copy to clipboard operation
vanilla-extract copied to clipboard

Version Packages

Open vanilla-extract-ci opened this issue 1 year ago • 0 comments

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 master, this PR will be updated.

Releases

@vanilla-extract/[email protected]

Minor Changes

  • #1379 df9fe3ee3fc0057bc14a2333a405f8229f80c214 Thanks @ronci! - Add support for passing multiple font face rules to globalFontFace

    EXAMPLE USAGE:

    const gentium = 'GlobalGentium';
    
    globalFontFace(gentium, [
      {
        src: 'local("Gentium")',
        fontWeight: 'normal',
      },
      {
        src: 'local("Gentium Bold")',
        fontWeight: 'bold',
      },
    ]);
    

[email protected]

Patch Changes

[email protected]

Patch Changes

@fixtures/[email protected]

Patch Changes

@fixtures/[email protected]

Patch Changes

@fixtures/[email protected]

Patch Changes

@fixtures/[email protected]

Patch Changes

@fixtures/[email protected]

Patch Changes

@fixtures/[email protected]

Patch Changes

@fixtures/[email protected]

Patch Changes

@fixtures/[email protected]

Patch Changes

@fixtures/[email protected]

Patch Changes

@fixtures/[email protected]

Patch Changes

@fixtures/[email protected]

Patch Changes

@fixtures/[email protected]

Patch Changes

@fixtures/[email protected]

Patch Changes

@vanilla-extract-private/[email protected]

Patch Changes

@vanilla-extract-private/[email protected]

Patch Changes

vanilla-extract-ci avatar Apr 20 '24 04:04 vanilla-extract-ci