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

Closed
wants to merge 0 commits into from
Closed

chore: release #1329

wants to merge 0 commits into from

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented May 20, 2024

πŸ€– New release

  • farmfe_compiler: 0.0.8 -> 0.0.9 (βœ“ API compatible changes)
  • farmfe_core: 0.5.1 -> 0.6.0 (⚠️ API breaking changes)
  • farmfe_plugin_css: 0.0.8 -> 0.0.9 (βœ“ API compatible changes)
  • farmfe_toolkit: 0.0.8 -> 0.0.9 (⚠️ API breaking changes)
  • farmfe_plugin_define: 0.0.6 -> 0.0.7 (βœ“ API compatible changes)
  • farmfe_plugin_html: 0.0.6 -> 0.0.7 (βœ“ API compatible changes)
  • farmfe_plugin_lazy_compilation: 0.0.6 -> 0.0.7 (βœ“ API compatible changes)
  • farmfe_plugin_minify: 0.0.6 -> 0.0.7 (⚠️ API breaking changes)
  • farmfe_plugin_resolve: 0.0.6 -> 0.0.7 (βœ“ API compatible changes)
  • farmfe_plugin_runtime: 0.0.6 -> 0.0.7 (βœ“ API compatible changes)
  • farmfe_plugin_static_assets: 0.0.7 -> 0.0.8 (βœ“ API compatible changes)
  • create-farm-rs: 0.1.0 -> 0.1.1
  • farmfe_testing_helpers: 0.0.8 -> 0.0.9
  • farmfe_toolkit_plugin_types: 0.0.15 -> 0.0.16
  • farmfe_plugin_json: 0.0.6 -> 0.0.7
  • farmfe_plugin_partial_bundling: 0.0.6 -> 0.0.7
  • farmfe_plugin_polyfill: 0.0.6 -> 0.0.7
  • farmfe_plugin_progress: 0.0.6 -> 0.0.7
  • farmfe_plugin_script: 0.0.6 -> 0.0.7
  • farmfe_swc_transformer_import_glob: 0.0.6 -> 0.0.7
  • farmfe_plugin_tree_shake: 0.0.6 -> 0.0.7

⚠️ farmfe_core breaking changes

--- failure enum_missing: pub enum removed or renamed ---

Description:
A publicly-visible enum cannot be imported by its prior path. A `pub use` may have been removed, or the enum 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.31.0/src/lints/enum_missing.ron

Failed in:
  enum farmfe_core::config::minify::MinifyConfig, previously in file /tmp/.tmp7saCgJ/farmfe_core/src/config/minify.rs:8

⚠️ farmfe_toolkit breaking changes

--- failure function_parameter_count_changed: pub fn parameter count changed ---

Description:
A publicly-visible function now takes a different number of parameters.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#fn-change-arity
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.31.0/src/lints/function_parameter_count_changed.ron

Failed in:
  farmfe_toolkit::get_dynamic_resources_map::get_dynamic_resources_map now takes 5 parameters instead of 4, in /tmp/.tmpuyHWnj/farm/crates/toolkit/src/get_dynamic_resources_map.rs:13

⚠️ farmfe_plugin_minify breaking changes

--- failure inherent_method_missing: pub method removed or renamed ---

Description:
A publicly-visible method or associated fn is no longer available under its prior name. It 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.31.0/src/lints/inherent_method_missing.ron

Failed in:
  FarmPluginMinify::minify_html, previously in file /tmp/.tmp7saCgJ/farmfe_plugin_minify/src/lib.rs:181
Changelog

farmfe_compiler

0.0.9 - 2024-05-22

Added

  • support obj external & dts support resolvedPaths (#1282)

Fixed

farmfe_core

0.6.0 - 2024-05-22

Added

  • support exclude/include option for html (#1319)
  • support obj external & dts support resolvedPaths (#1282)

Fixed

Other

  • optimize record manager (#1303)

farmfe_plugin_css

0.0.9 - 2024-05-22

Fixed

farmfe_toolkit

0.0.9 - 2024-05-22

Added

  • support exclude/include option for html (#1319)

Fixed

farmfe_plugin_define

0.0.7 - 2024-05-22

Fixed

farmfe_plugin_html

0.0.7 - 2024-05-22

Added

  • support exclude/include option for html (#1319)

Fixed

farmfe_plugin_lazy_compilation

0.0.7 - 2024-05-22

Added

  • support obj external & dts support resolvedPaths (#1282)

farmfe_plugin_minify

0.0.7 - 2024-05-22

Added

  • support exclude/include option for html (#1319)

Fixed

farmfe_plugin_resolve

0.0.7 - 2024-05-22

Added

  • support obj external & dts support resolvedPaths (#1282)

farmfe_plugin_runtime

0.0.7 - 2024-05-22

Added

  • support exclude/include option for html (#1319)
  • support obj external & dts support resolvedPaths (#1282)

Fixed

  • minify not work (#1317)
  • external inject logic (#1313)
  • cache issues (#1301)

farmfe_plugin_static_assets

0.0.8 - 2024-05-22

Fixed

create-farm-rs

0.1.1 - 2024-05-22

Other

  • update create-farm publish napi script (#1335)
  • Version Packages (#1332)

farmfe_testing_helpers

0.0.9 - 2024-05-22

Other

  • updated the following local packages: farmfe_core

farmfe_toolkit_plugin_types

0.0.16 - 2024-05-22

Other

  • updated the following local packages: farmfe_core

farmfe_plugin_json

0.0.7 - 2024-05-22

Other

  • updated the following local packages: farmfe_core, farmfe_toolkit

farmfe_plugin_partial_bundling

0.0.7 - 2024-05-22

Other

  • updated the following local packages: farmfe_core, farmfe_toolkit

farmfe_plugin_polyfill

0.0.7 - 2024-05-22

Other

  • updated the following local packages: farmfe_core, farmfe_toolkit

farmfe_plugin_progress

0.0.7 - 2024-05-22

Other

  • updated the following local packages: farmfe_core

farmfe_plugin_script

0.0.7 - 2024-05-22

Other

  • updated the following local packages: farmfe_core, farmfe_toolkit

farmfe_swc_transformer_import_glob

0.0.7 - 2024-05-22

Other

  • updated the following local packages: farmfe_core, farmfe_toolkit

farmfe_plugin_tree_shake

0.0.7 - 2024-05-22

Other

  • updated the following local packages: farmfe_core, farmfe_toolkit


This PR was generated with release-plz.

Copy link

changeset-bot bot commented May 20, 2024

⚠️ No Changeset found

Latest commit: 954e4fb

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-05-20T12-35-06Z branch 6 times, most recently from dcc4895 to c874807 Compare May 22, 2024 02:22
@github-actions github-actions bot closed this May 22, 2024
@github-actions github-actions bot force-pushed the release-plz-2024-05-20T12-35-06Z branch from eb9da1f to 954e4fb Compare May 22, 2024 04: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.

None yet

0 participants