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

chore: release #1021

Merged
merged 1 commit into from Mar 24, 2024
Merged

chore: release #1021

merged 1 commit into from Mar 24, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Mar 13, 2024

πŸ€– New release

  • farmfe_compiler: 0.0.1 -> 0.0.2 (βœ“ API compatible changes)
  • farmfe_core: 0.4.1 -> 0.4.2 (βœ“ API compatible changes)
  • farmfe_macro_cache_item: 0.1.2 -> 0.1.3
  • farmfe_utils: 0.1.3 -> 0.1.4 (βœ“ API compatible changes)
  • farmfe_plugin_css: 0.0.1 -> 0.0.2 (βœ“ API compatible changes)
  • farmfe_toolkit: 0.0.2 -> 0.0.3 (βœ“ API compatible changes)
  • farmfe_testing_helpers: 0.0.2 -> 0.0.3 (βœ“ API compatible changes)
  • farmfe_toolkit_plugin_types: 0.0.9 -> 0.0.10 (βœ“ API compatible changes)
  • farmfe_plugin_define: 0.0.1 -> 0.0.2 (βœ“ API compatible changes)
  • farmfe_plugin_html: 0.0.1 -> 0.0.2 (⚠️ API breaking changes)
  • farmfe_plugin_json: 0.0.1 -> 0.0.2 (βœ“ API compatible changes)
  • farmfe_plugin_lazy_compilation: 0.0.1 -> 0.0.2 (βœ“ API compatible changes)
  • farmfe_plugin_minify: 0.0.1 -> 0.0.2 (⚠️ API breaking changes)
  • farmfe_plugin_partial_bundling: 0.0.1 -> 0.0.2 (βœ“ API compatible changes)
  • farmfe_plugin_polyfill: 0.0.1 -> 0.0.2 (βœ“ API compatible changes)
  • farmfe_plugin_progress: 0.0.1 -> 0.0.2 (βœ“ API compatible changes)
  • farmfe_plugin_resolve: 0.0.1 -> 0.0.2 (βœ“ API compatible changes)
  • farmfe_plugin_runtime: 0.0.1 -> 0.0.2 (βœ“ API compatible changes)
  • farmfe_plugin_script: 0.0.1 -> 0.0.2 (βœ“ API compatible changes)
  • farmfe_swc_transformer_import_glob: 0.0.1 -> 0.0.2 (βœ“ API compatible changes)
  • farmfe_plugin_static_assets: 0.0.1 -> 0.0.2 (βœ“ API compatible changes)
  • farmfe_plugin_tree_shake: 0.0.1 -> 0.0.2 (βœ“ API compatible changes)
  • farmfe_macro_plugin: 0.0.3 -> 0.0.4

⚠️ farmfe_plugin_html breaking changes

--- failure auto_trait_impl_removed: auto trait no longer implemented ---

Description:
A public type has stopped implementing one or more auto traits. This can break downstream code that depends on the traits being implemented.
        ref: https://doc.rust-lang.org/reference/special-types-and-traits.html#auto-traits
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.30.0/src/lints/auto_trait_impl_removed.ron

Failed in:
  type FarmPluginHtml is no longer RefUnwindSafe, in /tmp/.tmpoQR4kH/farm/crates/plugin_html/src/lib.rs:47

--- failure constructible_struct_adds_private_field: struct no longer constructible due to new private field ---

Description:
A struct constructible with a struct literal has a new non-public field. It can no longer be constructed using a struct literal outside of its crate.
        ref: https://doc.rust-lang.org/reference/expressions/struct-expr.html
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.30.0/src/lints/constructible_struct_adds_private_field.ron

Failed in:
  field FarmPluginHtml.inline_module_map in /tmp/.tmpoQR4kH/farm/crates/plugin_html/src/lib.rs:48

⚠️ farmfe_plugin_minify breaking changes

--- failure struct_missing: pub struct removed or renamed ---

Description:
A publicly-visible struct cannot be imported by its prior path. A `pub use` may have been removed, or the struct itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.30.0/src/lints/struct_missing.ron

Failed in:
  struct farmfe_plugin_minify::JsMinifyOptions, previously in file /tmp/.tmpFPXReO/farmfe_plugin_minify/src/lib.rs:286
  struct farmfe_plugin_minify::Options, previously in file /tmp/.tmpFPXReO/farmfe_plugin_minify/src/lib.rs:274
Changelog

farmfe_compiler

0.0.2 - 2024-03-24

Added

  • minify modules instead of resource pots (#1025)
  • remove if (import.meta.hot) guard for production (#1030)

Fixed

  • add remove import meta hot condition (#1056)
  • tree shake variable assign (#1054)
  • treeshake class decl assign (#1038)

Other

  • Feat/update readme (#1028)

farmfe_core

0.4.2 - 2024-03-24

Added

  • farm e2e test (#1041) (#1049)
  • minify modules instead of resource pots (#1025)

Fixed

  • vite project migration issues (#1060)

Other

  • support glob brace (#1055)
  • Feat/update readme (#1028)

farmfe_macro_cache_item

0.1.3 - 2024-03-24

Other

  • Feat/update readme (#1028)

farmfe_utils

0.1.4 - 2024-03-24

Fixed

  • vite project migration issues (#1060)

Other

  • Feat/update readme (#1028)

farmfe_plugin_css

0.0.2 - 2024-03-24

Added

  • minify modules instead of resource pots (#1025)

Other

  • Feat/update readme (#1028)

farmfe_toolkit

0.0.3 - 2024-03-24

Added

  • minify modules instead of resource pots (#1025)

Fixed

  • vite project migration issues (#1060)

Other

  • Feat/update readme (#1028)

farmfe_testing_helpers

0.0.3 - 2024-03-24

Other

  • support glob brace (#1055)
  • Feat/update readme (#1028)

farmfe_toolkit_plugin_types

0.0.10 - 2024-03-24

Other

farmfe_plugin_define

0.0.2 - 2024-03-24

Other

  • Feat/update readme (#1028)

farmfe_plugin_html

0.0.2 - 2024-03-24

Added

  • minify modules instead of resource pots (#1025)

Fixed

  • vite project migration issues (#1060)

Other

  • Feat/update readme (#1028)

farmfe_plugin_json

0.0.2 - 2024-03-24

Other

  • Feat/update readme (#1028)

farmfe_plugin_lazy_compilation

0.0.2 - 2024-03-24

Other

  • Feat/update readme (#1028)

farmfe_plugin_minify

0.0.2 - 2024-03-24

Added

  • minify modules instead of resource pots (#1025)

Other

  • Feat/update readme (#1028)

farmfe_plugin_partial_bundling

0.0.2 - 2024-03-24

Other

  • Feat/update readme (#1028)

farmfe_plugin_polyfill

0.0.2 - 2024-03-24

Fixed

  • vite project migration issues (#1060)

Other

  • Feat/update readme (#1028)

farmfe_plugin_progress

0.0.2 - 2024-03-24

Fixed

  • vite project migration issues (#1060)

Other

  • Feat/update readme (#1028)

farmfe_plugin_resolve

0.0.2 - 2024-03-24

Other

  • (resolver) optimize resolve error message (#1036)
  • Fix/1029 (#1033)
  • Feat/update readme (#1028)

farmfe_plugin_runtime

0.0.2 - 2024-03-24

Added

  • minify modules instead of resource pots (#1025)

Other

  • Feat/update readme (#1028)

farmfe_plugin_script

0.0.2 - 2024-03-24

Added

  • minify modules instead of resource pots (#1025)

Fixed

  • vite project migration issues (#1060)

Other

  • Feat/update readme (#1028)

farmfe_swc_transformer_import_glob

0.0.2 - 2024-03-24

Fixed

  • vite project migration issues (#1060)

Other

  • support glob brace (#1055)
  • Feat/update readme (#1028)

farmfe_plugin_static_assets

0.0.2 - 2024-03-24

Fixed

  • vite project migration issues (#1060)

Other

  • Feat/update readme (#1028)

farmfe_plugin_tree_shake

0.0.2 - 2024-03-24

Added

  • remove if (import.meta.hot) guard for production (#1030)

Fixed

  • add remove import meta hot condition (#1056)
  • tree shake variable assign (#1054)
  • treeshake class decl assign (#1038)

Other

  • Feat/update readme (#1028)

farmfe_macro_plugin

0.0.4 - 2024-03-24

Other

  • Feat/update readme (#1028)


This PR was generated with release-plz.

Copy link

changeset-bot bot commented Mar 13, 2024

⚠️ No Changeset found

Latest commit: 44535d1

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@github-actions github-actions bot force-pushed the release-plz-2024-03-13T14-40-54Z branch 27 times, most recently from a68c75d to 2b7a1c0 Compare March 20, 2024 09:57
@github-actions github-actions bot force-pushed the release-plz-2024-03-13T14-40-54Z branch 2 times, most recently from 6122d90 to ccfee22 Compare March 22, 2024 03:54
@github-actions github-actions bot force-pushed the release-plz-2024-03-13T14-40-54Z branch 8 times, most recently from bb7721b to b51f861 Compare March 24, 2024 15:19
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@github-actions github-actions bot force-pushed the release-plz-2024-03-13T14-40-54Z branch from b51f861 to 44535d1 Compare March 24, 2024 16:00
@wre232114 wre232114 merged commit 6f8fd2d into main Mar 24, 2024
@wre232114 wre232114 deleted the release-plz-2024-03-13T14-40-54Z branch March 24, 2024 23:10
@github-actions github-actions bot mentioned this pull request Apr 2, 2024
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

1 participant