Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #834

Merged
merged 3 commits into from
Sep 21, 2022
Merged

Version Packages #834

merged 3 commits into from
Sep 21, 2022

Conversation

seek-oss-ci
Copy link
Contributor

@seek-oss-ci seek-oss-ci commented Sep 19, 2022

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/integration@6.0.0

Major Changes

Minor Changes

  • #827 9cfb9a1 Thanks @mattcompiles! - Add transform and transformSync functions

    The transform APIs can be used to append filescopes and automatic debug IDs to .css.ts files.

Patch Changes

@vanilla-extract/esbuild-plugin@2.2.0

Minor Changes

  • #827 9cfb9a1 Thanks @mattcompiles! - Add automatic debug IDs

    Automatic debug IDs allow your styles and other identifiers (e.g. CSS Vars, keyframes, etc) to have names that more closely reflect your source code when in development. This makes it easier to understand how the CSS output links to your source code.

    // styles.css.ts
    
    // redBox ~= 'styles_redBox_asdfgj'
    const redBox = style({
      background: 'red',
    });

Patch Changes

@vanilla-extract/next-plugin@2.1.0

Minor Changes

  • #827 9cfb9a1 Thanks @mattcompiles! - Remove requirement for @vanilla-extract/babel-plugin

    Previously, to get automatic debug IDs you needed to use Babel with the @vanilla-extract/babel-plugin in your config. As this is no longer the case, the @vanilla-extract/babel-plugin should be removed completely from your project.

Patch Changes

  • Updated dependencies [9cfb9a1]:
    • @vanilla-extract/webpack-plugin@2.2.0

@vanilla-extract/rollup-plugin@1.2.0

Minor Changes

  • #827 9cfb9a1 Thanks @mattcompiles! - Add automatic debug IDs

    Automatic debug IDs allow your styles and other identifiers (e.g. CSS Vars, keyframes, etc) to have names that more closely reflect your source code when in development. This makes it easier to understand how the CSS output links to your source code.

    // styles.css.ts
    
    // redBox ~= 'styles_redBox_asdfgj'
    const redBox = style({
      background: 'red',
    });

Patch Changes

@vanilla-extract/vite-plugin@3.6.0

Minor Changes

  • #827 9cfb9a1 Thanks @mattcompiles! - Add automatic debug IDs

    Automatic debug IDs allow your styles and other identifiers (e.g. CSS Vars, keyframes, etc) to have names that more closely reflect your source code when in development. This makes it easier to understand how the CSS output links to your source code.

    // styles.css.ts
    
    // redBox ~= 'styles_redBox_asdfgj'
    const redBox = style({
      background: 'red',
    });

Patch Changes

@vanilla-extract/webpack-plugin@2.2.0

Minor Changes

  • #827 9cfb9a1 Thanks @mattcompiles! - Remove requirement for @vanilla-extract/babel-plugin

    Previously, to get automatic debug IDs you needed to use Babel with the @vanilla-extract/babel-plugin in your config. As this is no longer the case, the @vanilla-extract/babel-plugin should be removed completely from your project.

Patch Changes

@vanilla-extract/css@1.9.1

Patch Changes

@vanilla-extract/jest-transform@1.0.1

Patch Changes

vanilla-extract-example-webpack-react@0.0.15

Patch Changes

  • Updated dependencies [9cfb9a1, 9191d5a, b53558a]:
    • @vanilla-extract/webpack-plugin@2.2.0
    • @vanilla-extract/css@1.9.1

@fixtures/features@0.0.13

Patch Changes

@fixtures/low-level@0.0.13

Patch Changes

@fixtures/recipes@0.0.14

Patch Changes

@fixtures/sprinkles@0.0.16

Patch Changes

@fixtures/themed@0.0.13

Patch Changes

@fixtures/unused-modules@1.0.13

Patch Changes

@vanilla-extract-private/test-helpers@0.0.29

Patch Changes

  • Updated dependencies [9cfb9a1, 9cfb9a1]:
    • @vanilla-extract/esbuild-plugin@2.2.0
    • @vanilla-extract/vite-plugin@3.6.0
    • @vanilla-extract/webpack-plugin@2.2.0
    • @fixtures/features@0.0.13
    • @fixtures/low-level@0.0.13
    • @fixtures/recipes@0.0.14
    • @fixtures/sprinkles@0.0.16
    • @fixtures/themed@0.0.13
    • @fixtures/unused-modules@1.0.13

@vanilla-extract-private/tests@0.0.29

Patch Changes

  • Updated dependencies [9191d5a, b53558a]:
    • @vanilla-extract/css@1.9.1
    • @vanilla-extract-private/test-helpers@0.0.29

@mattcompiles mattcompiles enabled auto-merge (squash) September 21, 2022 01:16
@mattcompiles mattcompiles merged commit 58f3ca2 into master Sep 21, 2022
@mattcompiles mattcompiles deleted the changeset-release/master branch September 21, 2022 01:19
jgresham pushed a commit to jgresham/vanilla-extract that referenced this pull request Sep 28, 2022
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.

None yet

3 participants