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 #1017

Merged
merged 4 commits into from Jul 24, 2022
Merged

Version Packages #1017

merged 4 commits into from Jul 24, 2022

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jul 24, 2022

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish 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

@linaria/atomic@4.0.0

Major Changes

  • bc0cbee: A completely new async mode with native support for Vite, Rollup, esbuild and Webpack resolvers.

    BREAKING CHANGES: Despite the fact, that it should be fully compatible with 3.0 and 2.0 branches, the new version of styles evaluator can have some serious bugs which can make your project unbuildable (however, since there is no runtime, if the build is finished successfully, everything will continue work as it was on 2.0 and 3.0). If you face some problems please let us know and we will fix it as soon as possible.

Patch Changes

@linaria/babel-preset@4.0.0

Major Changes

  • bc0cbee: A completely new async mode with native support for Vite, Rollup, esbuild and Webpack resolvers.

    BREAKING CHANGES: Despite the fact, that it should be fully compatible with 3.0 and 2.0 branches, the new version of styles evaluator can have some serious bugs which can make your project unbuildable (however, since there is no runtime, if the build is finished successfully, everything will continue work as it was on 2.0 and 3.0). If you face some problems please let us know and we will fix it as soon as possible.

Patch Changes

  • 8be5650: The repo has been migrated to PNPM and Turborepo
  • 17c83e3: Fix for the case when styled wraps an imported component.
  • ea41d44: New package @linaria/tags that contains all abstract logic for tags processors.
  • 592b89b: Fix for broken object interpolation (object interpolations stop working for some case #995)
  • bc0cbee: Brought back libResolver under the new name tagResolver
  • 9a50c1c: Linaria now removes all unused css-related code from the runtime.
  • 4cdf031: Tagged template-specific logic has been moved from BaseProcessor to TaggedTemplateProcessor. BaseProcessor now can be used to define any type of expressions for zero-runtime transformations, such as makeStyles from @griffel/react.
  • 782deb6: Pass source-root option from CLI to babel-preset
  • 17c83e3: Aliases for environments without the support of exports in package.json.
  • f0cddda: Extends BaseProcessor to support tags other than tagged templates, such as makeStyles from @griffel/react.
  • Updated dependencies [f0cddda]
    • @linaria/core@4.0.0
    • @linaria/logger@4.0.0
    • @linaria/shaker@4.0.0
    • @linaria/utils@4.0.0
    • @linaria/tags@4.0.0

@linaria/cli@4.0.0

Major Changes

  • bc0cbee: A completely new async mode with native support for Vite, Rollup, esbuild and Webpack resolvers.

    BREAKING CHANGES: Despite the fact, that it should be fully compatible with 3.0 and 2.0 branches, the new version of styles evaluator can have some serious bugs which can make your project unbuildable (however, since there is no runtime, if the build is finished successfully, everything will continue work as it was on 2.0 and 3.0). If you face some problems please let us know and we will fix it as soon as possible.

Patch Changes

  • 9a50c1c: Option transform was required even if option modules was not specified.
  • 8be5650: The repo has been migrated to PNPM and Turborepo
  • ea41d44: New package @linaria/tags that contains all abstract logic for tags processors.
  • 9a50c1c: Linaria now removes all unused css-related code from the runtime.
  • ad8ea3b: CLI now supports full inline transformations instead of just extracting styles. With the new flag --transform, Linaria CLI replaces template tags with their runtime representations.
  • 782deb6: Pass source-root option from CLI to babel-preset
  • Updated dependencies [f0cddda]
    • @linaria/babel-preset@4.0.0
    • @linaria/utils@4.0.0

@linaria/core@4.0.0

Major Changes

  • bc0cbee: A completely new async mode with native support for Vite, Rollup, esbuild and Webpack resolvers.

    BREAKING CHANGES: Despite the fact, that it should be fully compatible with 3.0 and 2.0 branches, the new version of styles evaluator can have some serious bugs which can make your project unbuildable (however, since there is no runtime, if the build is finished successfully, everything will continue work as it was on 2.0 and 3.0). If you face some problems please let us know and we will fix it as soon as possible.

Patch Changes

  • 8be5650: The repo has been migrated to PNPM and Turborepo
  • ea41d44: New package @linaria/tags that contains all abstract logic for tags processors.
  • 9a50c1c: Linaria now removes all unused css-related code from the runtime.
  • 4cdf031: Tagged template-specific logic has been moved from BaseProcessor to TaggedTemplateProcessor. BaseProcessor now can be used to define any type of expressions for zero-runtime transformations, such as makeStyles from @griffel/react.
  • 12d35cb: processors aliases have been lost during publishing. (fixes Error: Cannot find module '@linaria/core/processors/BaseProcessor' when building node version in devmode #984)
  • f726eb3: cx should return LinariaClassName if all arguments are LinariaClassName
  • 17c83e3: Aliases for environments without the support of exports in package.json.
  • f0cddda: Extends BaseProcessor to support tags other than tagged templates, such as makeStyles from @griffel/react.
  • Updated dependencies [f0cddda]
    • @linaria/logger@4.0.0
    • @linaria/utils@4.0.0
    • @linaria/tags@4.0.0

@linaria/esbuild@4.0.0

Major Changes

  • bc0cbee: A completely new async mode with native support for Vite, Rollup, esbuild and Webpack resolvers.

    BREAKING CHANGES: Despite the fact, that it should be fully compatible with 3.0 and 2.0 branches, the new version of styles evaluator can have some serious bugs which can make your project unbuildable (however, since there is no runtime, if the build is finished successfully, everything will continue work as it was on 2.0 and 3.0). If you face some problems please let us know and we will fix it as soon as possible.

Patch Changes

@linaria/extractor@4.0.0

Major Changes

  • bc0cbee: A completely new async mode with native support for Vite, Rollup, esbuild and Webpack resolvers.

    BREAKING CHANGES: Despite the fact, that it should be fully compatible with 3.0 and 2.0 branches, the new version of styles evaluator can have some serious bugs which can make your project unbuildable (however, since there is no runtime, if the build is finished successfully, everything will continue work as it was on 2.0 and 3.0). If you face some problems please let us know and we will fix it as soon as possible.

Patch Changes

  • 8be5650: The repo has been migrated to PNPM and Turborepo
  • ea41d44: New package @linaria/tags that contains all abstract logic for tags processors.

@linaria/babel-plugin-interop@4.0.0

Major Changes

  • bc0cbee: A completely new async mode with native support for Vite, Rollup, esbuild and Webpack resolvers.

    BREAKING CHANGES: Despite the fact, that it should be fully compatible with 3.0 and 2.0 branches, the new version of styles evaluator can have some serious bugs which can make your project unbuildable (however, since there is no runtime, if the build is finished successfully, everything will continue work as it was on 2.0 and 3.0). If you face some problems please let us know and we will fix it as soon as possible.

Patch Changes

  • 8be5650: The repo has been migrated to PNPM and Turborepo
  • ea41d44: New package @linaria/tags that contains all abstract logic for tags processors.

linaria@4.0.0

Major Changes

  • bc0cbee: A completely new async mode with native support for Vite, Rollup, esbuild and Webpack resolvers.

    BREAKING CHANGES: Despite the fact, that it should be fully compatible with 3.0 and 2.0 branches, the new version of styles evaluator can have some serious bugs which can make your project unbuildable (however, since there is no runtime, if the build is finished successfully, everything will continue work as it was on 2.0 and 3.0). If you face some problems please let us know and we will fix it as soon as possible.

Patch Changes

  • 8be5650: The repo has been migrated to PNPM and Turborepo
  • ea41d44: New package @linaria/tags that contains all abstract logic for tags processors.
  • Updated dependencies [f0cddda]
    • @linaria/babel-preset@4.0.0
    • @linaria/core@4.0.0
    • @linaria/extractor@4.0.0
    • @linaria/react@4.0.0
    • @linaria/rollup@4.0.0
    • @linaria/server@4.0.0
    • @linaria/shaker@4.0.0
    • @linaria/stylelint@4.0.0
    • @linaria/webpack4-loader@4.0.0

@linaria/logger@4.0.0

Major Changes

  • bc0cbee: A completely new async mode with native support for Vite, Rollup, esbuild and Webpack resolvers.

    BREAKING CHANGES: Despite the fact, that it should be fully compatible with 3.0 and 2.0 branches, the new version of styles evaluator can have some serious bugs which can make your project unbuildable (however, since there is no runtime, if the build is finished successfully, everything will continue work as it was on 2.0 and 3.0). If you face some problems please let us know and we will fix it as soon as possible.

Patch Changes

  • 8be5650: The repo has been migrated to PNPM and Turborepo
  • ea41d44: New package @linaria/tags that contains all abstract logic for tags processors.

@linaria/react@4.0.0

Major Changes

  • bc0cbee: A completely new async mode with native support for Vite, Rollup, esbuild and Webpack resolvers.

    BREAKING CHANGES: Despite the fact, that it should be fully compatible with 3.0 and 2.0 branches, the new version of styles evaluator can have some serious bugs which can make your project unbuildable (however, since there is no runtime, if the build is finished successfully, everything will continue work as it was on 2.0 and 3.0). If you face some problems please let us know and we will fix it as soon as possible.

Patch Changes

@linaria/rollup@4.0.0

Major Changes

  • bc0cbee: A completely new async mode with native support for Vite, Rollup, esbuild and Webpack resolvers.

    BREAKING CHANGES: Despite the fact, that it should be fully compatible with 3.0 and 2.0 branches, the new version of styles evaluator can have some serious bugs which can make your project unbuildable (however, since there is no runtime, if the build is finished successfully, everything will continue work as it was on 2.0 and 3.0). If you face some problems please let us know and we will fix it as soon as possible.

Patch Changes

  • 8be5650: The repo has been migrated to PNPM and Turborepo
  • ea41d44: New package @linaria/tags that contains all abstract logic for tags processors.
  • Updated dependencies [f0cddda]
    • @linaria/babel-preset@4.0.0
    • @linaria/logger@4.0.0
    • @linaria/utils@4.0.0

@linaria/server@4.0.0

Major Changes

  • bc0cbee: A completely new async mode with native support for Vite, Rollup, esbuild and Webpack resolvers.

    BREAKING CHANGES: Despite the fact, that it should be fully compatible with 3.0 and 2.0 branches, the new version of styles evaluator can have some serious bugs which can make your project unbuildable (however, since there is no runtime, if the build is finished successfully, everything will continue work as it was on 2.0 and 3.0). If you face some problems please let us know and we will fix it as soon as possible.

Patch Changes

  • 8be5650: The repo has been migrated to PNPM and Turborepo
  • ea41d44: New package @linaria/tags that contains all abstract logic for tags processors.
  • 4cdf031: Tagged template-specific logic has been moved from BaseProcessor to TaggedTemplateProcessor. BaseProcessor now can be used to define any type of expressions for zero-runtime transformations, such as makeStyles from @griffel/react.

@linaria/shaker@4.0.0

Major Changes

  • bc0cbee: A completely new async mode with native support for Vite, Rollup, esbuild and Webpack resolvers.

    BREAKING CHANGES: Despite the fact, that it should be fully compatible with 3.0 and 2.0 branches, the new version of styles evaluator can have some serious bugs which can make your project unbuildable (however, since there is no runtime, if the build is finished successfully, everything will continue work as it was on 2.0 and 3.0). If you face some problems please let us know and we will fix it as soon as possible.

Patch Changes

@linaria/stylelint@4.0.0

Major Changes

  • bc0cbee: A completely new async mode with native support for Vite, Rollup, esbuild and Webpack resolvers.

    BREAKING CHANGES: Despite the fact, that it should be fully compatible with 3.0 and 2.0 branches, the new version of styles evaluator can have some serious bugs which can make your project unbuildable (however, since there is no runtime, if the build is finished successfully, everything will continue work as it was on 2.0 and 3.0). If you face some problems please let us know and we will fix it as soon as possible.

Patch Changes

  • 8be5650: The repo has been migrated to PNPM and Turborepo
  • ea41d44: New package @linaria/tags that contains all abstract logic for tags processors.
  • Updated dependencies [f0cddda]
    • @linaria/babel-preset@4.0.0
    • @linaria/utils@4.0.0

@linaria/utils@4.0.0

Major Changes

  • bc0cbee: A completely new async mode with native support for Vite, Rollup, esbuild and Webpack resolvers.

    BREAKING CHANGES: Despite the fact, that it should be fully compatible with 3.0 and 2.0 branches, the new version of styles evaluator can have some serious bugs which can make your project unbuildable (however, since there is no runtime, if the build is finished successfully, everything will continue work as it was on 2.0 and 3.0). If you face some problems please let us know and we will fix it as soon as possible.

Patch Changes

@linaria/webpack-loader@4.0.0

Major Changes

  • bc0cbee: A completely new async mode with native support for Vite, Rollup, esbuild and Webpack resolvers.

    BREAKING CHANGES: Despite the fact, that it should be fully compatible with 3.0 and 2.0 branches, the new version of styles evaluator can have some serious bugs which can make your project unbuildable (however, since there is no runtime, if the build is finished successfully, everything will continue work as it was on 2.0 and 3.0). If you face some problems please let us know and we will fix it as soon as possible.

Patch Changes

  • 8be5650: The repo has been migrated to PNPM and Turborepo
  • ea41d44: New package @linaria/tags that contains all abstract logic for tags processors.
  • Updated dependencies [ea41d44]
    • @linaria/webpack5-loader@4.0.0
    • @linaria/webpack4-loader@4.0.0

@linaria/webpack4-loader@4.0.0

Major Changes

  • bc0cbee: A completely new async mode with native support for Vite, Rollup, esbuild and Webpack resolvers.

    BREAKING CHANGES: Despite the fact, that it should be fully compatible with 3.0 and 2.0 branches, the new version of styles evaluator can have some serious bugs which can make your project unbuildable (however, since there is no runtime, if the build is finished successfully, everything will continue work as it was on 2.0 and 3.0). If you face some problems please let us know and we will fix it as soon as possible.

Patch Changes

  • 8be5650: The repo has been migrated to PNPM and Turborepo
  • ea41d44: New package @linaria/tags that contains all abstract logic for tags processors.
  • Updated dependencies [f0cddda]
    • @linaria/babel-preset@4.0.0
    • @linaria/logger@4.0.0

@linaria/webpack5-loader@4.0.0

Major Changes

  • bc0cbee: A completely new async mode with native support for Vite, Rollup, esbuild and Webpack resolvers.

    BREAKING CHANGES: Despite the fact, that it should be fully compatible with 3.0 and 2.0 branches, the new version of styles evaluator can have some serious bugs which can make your project unbuildable (however, since there is no runtime, if the build is finished successfully, everything will continue work as it was on 2.0 and 3.0). If you face some problems please let us know and we will fix it as soon as possible.

Patch Changes

@linaria/griffel@4.0.0

Patch Changes

  • 4cdf031: Tagged template-specific logic has been moved from BaseProcessor to TaggedTemplateProcessor. BaseProcessor now can be used to define any type of expressions for zero-runtime transformations, such as makeStyles from @griffel/react.
  • Updated dependencies [f0cddda]
    • @linaria/logger@4.0.0
    • @linaria/utils@4.0.0
    • @linaria/tags@4.0.0

@linaria/tags@4.0.0

Patch Changes

  • ea41d44: New package @linaria/tags that contains all abstract logic for tags processors.
  • 4cdf031: Tagged template-specific logic has been moved from BaseProcessor to TaggedTemplateProcessor. BaseProcessor now can be used to define any type of expressions for zero-runtime transformations, such as makeStyles from @griffel/react.
  • f0cddda: Extends BaseProcessor to support tags other than tagged templates, such as makeStyles from @griffel/react.
  • Updated dependencies [ea41d44]
    • @linaria/logger@4.0.0
    • @linaria/utils@4.0.0

@linaria/testkit@4.0.0

Major Changes

  • bc0cbee: A completely new async mode with native support for Vite, Rollup, esbuild and Webpack resolvers.

    BREAKING CHANGES: Despite the fact, that it should be fully compatible with 3.0 and 2.0 branches, the new version of styles evaluator can have some serious bugs which can make your project unbuildable (however, since there is no runtime, if the build is finished successfully, everything will continue work as it was on 2.0 and 3.0). If you face some problems please let us know and we will fix it as soon as possible.

Patch Changes

  • 8be5650: The repo has been migrated to PNPM and Turborepo
  • 17c83e3: Fix for the case when styled wraps an imported component.
  • ea41d44: New package @linaria/tags that contains all abstract logic for tags processors.
  • 592b89b: Fix for broken object interpolation (object interpolations stop working for some case #995)
  • 9a50c1c: Linaria now removes all unused css-related code from the runtime.
  • 4cdf031: Tagged template-specific logic has been moved from BaseProcessor to TaggedTemplateProcessor. BaseProcessor now can be used to define any type of expressions for zero-runtime transformations, such as makeStyles from @griffel/react.
  • 17c83e3: Aliases for environments without the support of exports in package.json.
  • f0cddda: Extends BaseProcessor to support tags other than tagged templates, such as makeStyles from @griffel/react.
  • Updated dependencies [f0cddda]
    • @linaria/babel-preset@4.0.0
    • @linaria/extractor@4.0.0
    • @linaria/react@4.0.0
    • @linaria/shaker@4.0.0
    • @linaria/tags@4.0.0

linaria-website@4.0.0

Major Changes

  • bc0cbee: A completely new async mode with native support for Vite, Rollup, esbuild and Webpack resolvers.

    BREAKING CHANGES: Despite the fact, that it should be fully compatible with 3.0 and 2.0 branches, the new version of styles evaluator can have some serious bugs which can make your project unbuildable (however, since there is no runtime, if the build is finished successfully, everything will continue work as it was on 2.0 and 3.0). If you face some problems please let us know and we will fix it as soon as possible.

Patch Changes

  • 8be5650: The repo has been migrated to PNPM and Turborepo
  • ea41d44: New package @linaria/tags that contains all abstract logic for tags processors.
  • Updated dependencies [f0cddda]
    • @linaria/atomic@4.0.0
    • @linaria/core@4.0.0
    • @linaria/react@4.0.0
    • @linaria/server@4.0.0

@github-actions github-actions bot changed the title Version Packages (beta) Version Packages Jul 24, 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
1 participant