Skip to content

Version Packages#1667

Merged
askoufis merged 1 commit intomasterfrom
changeset-release/master
Dec 16, 2025
Merged

Version Packages#1667
askoufis merged 1 commit intomasterfrom
changeset-release/master

Conversation

@vanilla-extract-ci
Copy link
Collaborator

@vanilla-extract-ci vanilla-extract-ci commented Dec 7, 2025

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/css@1.18.0

Minor Changes

  • #1566 8b49b35 Thanks @lfantone! - style: Add support for @starting-style rules

    EXAMPLE USAGE:

    import { style } from '@vanilla-extact/css';
    export const styleWithStartingStyle = style({
      backgroundColor: 'black',
      '@starting-style': {
        backgroundColor: 'white'
      }
    });

Patch Changes

  • #1646 0b2c09e Thanks @plesiecki! - Swap the order of createVar's overloads to enable inference of VarDelcaration type

  • #1666 c6047fb Thanks @askoufis! - Remove custom container properties type

    The csstype package used by Vanilla Extract now provides types for container properties, so the custom type definitions that were previously necessary have been removed.

@vanilla-extract/compiler@0.3.4

Patch Changes

@vanilla-extract/esbuild-plugin@2.3.21

Patch Changes

  • Updated dependencies [a440470]:
    • @vanilla-extract/integration@8.0.7

@vanilla-extract/integration@8.0.7

Patch Changes

@vanilla-extract/jest-transform@1.1.20

Patch Changes

  • Updated dependencies [a440470]:
    • @vanilla-extract/integration@8.0.7

@vanilla-extract/next-plugin@2.4.17

Patch Changes

  • Updated dependencies []:
    • @vanilla-extract/webpack-plugin@2.3.25

@vanilla-extract/parcel-transformer@1.0.20

Patch Changes

  • Updated dependencies [a440470]:
    • @vanilla-extract/integration@8.0.7

@vanilla-extract/rollup-plugin@1.5.1

Patch Changes

  • Updated dependencies [a440470]:
    • @vanilla-extract/integration@8.0.7

@vanilla-extract/vite-plugin@5.1.4

Patch Changes

@vanilla-extract/webpack-plugin@2.3.25

Patch Changes

  • Updated dependencies [a440470]:
    • @vanilla-extract/integration@8.0.7

@vanilla-extract-ci vanilla-extract-ci force-pushed the changeset-release/master branch 6 times, most recently from e32886c to 91d9a7b Compare December 11, 2025 22:34
@vanilla-extract-ci vanilla-extract-ci force-pushed the changeset-release/master branch 3 times, most recently from 41a4848 to 51f3953 Compare December 16, 2025 09:44
@askoufis askoufis merged commit 4cb94ab into master Dec 16, 2025
11 checks passed
@askoufis askoufis deleted the changeset-release/master branch December 16, 2025 10:41
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.

2 participants