Skip to content

Version Packages#26

Merged
markdalgleish merged 1 commit intomasterfrom
changeset-release/master
Apr 12, 2021
Merged

Version Packages#26
markdalgleish merged 1 commit intomasterfrom
changeset-release/master

Conversation

@seek-oss-ci
Copy link
Contributor

@seek-oss-ci seek-oss-ci commented Apr 12, 2021

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/babel-plugin@0.2.0

Minor Changes

  • #20 3311914 Thanks @mattcompiles! - Ensure generated hashes are scoped by package

    vanilla-extract uses file path to ensure unique identifier (e.g. class names, CSS Variables, keyframes, etc) hashes across your application. This information is added to your *.css.ts files at build time. The issue with this approach is it meant *.css.ts files couldn't be pre-compiled when being published to npm.

    This change adds support for pre-compilation of packages by adding package name information to identifier hashes.

  • #20 3311914 Thanks @mattcompiles! - Remove projectRoot and alias option

@vanilla-extract/css@0.2.0

Minor Changes

  • #20 3311914 Thanks @mattcompiles! - Ensure generated hashes are scoped by package

    vanilla-extract uses file path to ensure unique identifier (e.g. class names, CSS Variables, keyframes, etc) hashes across your application. This information is added to your *.css.ts files at build time. The issue with this approach is it meant *.css.ts files couldn't be pre-compiled when being published to npm.

    This change adds support for pre-compilation of packages by adding package name information to identifier hashes.

  • #25 c4bedd5 Thanks @markdalgleish! - The createInlineTheme function has now moved to the @vanilla-extract/dynamic package.

    -import { createInlineTheme } from '@vanilla-extract/css/createInlineTheme';
    +import { createInlineTheme } from '@vanilla-extract/dynamic';

@vanilla-extract/esbuild-plugin@0.1.0

Minor Changes

  • #20 3311914 Thanks @mattcompiles! - Ensure generated hashes are scoped by package

    vanilla-extract uses file path to ensure unique identifier (e.g. class names, CSS Variables, keyframes, etc) hashes across your application. This information is added to your *.css.ts files at build time. The issue with this approach is it meant *.css.ts files couldn't be pre-compiled when being published to npm.

    This change adds support for pre-compilation of packages by adding package name information to identifier hashes.

  • #20 3311914 Thanks @mattcompiles! - Remove projectRoot option in favor of package.json resolution

Patch Changes

@vanilla-extract/webpack-plugin@0.2.0

Minor Changes

  • #20 3311914 Thanks @mattcompiles! - Ensure generated hashes are scoped by package

    vanilla-extract uses file path to ensure unique identifier (e.g. class names, CSS Variables, keyframes, etc) hashes across your application. This information is added to your *.css.ts files at build time. The issue with this approach is it meant *.css.ts files couldn't be pre-compiled when being published to npm.

    This change adds support for pre-compilation of packages by adding package name information to identifier hashes.

Patch Changes

@seek-oss-ci seek-oss-ci requested a review from a team as a code owner April 12, 2021 03:59
@seek-oss-ci seek-oss-ci force-pushed the changeset-release/master branch from 2c9c52c to 103963d Compare April 12, 2021 06:27
@seek-oss-ci seek-oss-ci force-pushed the changeset-release/master branch from 103963d to f4b1fc9 Compare April 12, 2021 06:43
@markdalgleish markdalgleish merged commit 5bf3b62 into master Apr 12, 2021
@markdalgleish markdalgleish deleted the changeset-release/master branch April 12, 2021 07:34
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