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

Merged
merged 1 commit into from
Apr 13, 2024
Merged

chore: release #1177

merged 1 commit into from
Apr 13, 2024

Conversation

github-actions[bot]
Copy link
Contributor

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

πŸ€– New release

  • farmfe_compiler: 0.0.6 -> 0.0.7 (βœ“ API compatible changes)
  • farmfe_core: 0.4.5 -> 0.5.0 (⚠️ API breaking changes)
  • farmfe_plugin_css: 0.0.6 -> 0.0.7 (βœ“ API compatible changes)
  • farmfe_plugin_html: 0.0.4 -> 0.0.5 (βœ“ API compatible changes)
  • farmfe_plugin_runtime: 0.0.4 -> 0.0.5 (βœ“ API compatible changes)
  • farmfe_plugin_static_assets: 0.0.5 -> 0.0.6 (βœ“ API compatible changes)
  • farmfe_plugin_tree_shake: 0.0.4 -> 0.0.5 (βœ“ API compatible changes)
  • farmfe_toolkit: 0.0.6 -> 0.0.7
  • farmfe_testing_helpers: 0.0.6 -> 0.0.7
  • farmfe_toolkit_plugin_types: 0.0.13 -> 0.0.14
  • farmfe_plugin_define: 0.0.4 -> 0.0.5
  • farmfe_plugin_json: 0.0.4 -> 0.0.5
  • farmfe_plugin_lazy_compilation: 0.0.4 -> 0.0.5
  • farmfe_plugin_minify: 0.0.4 -> 0.0.5
  • farmfe_plugin_partial_bundling: 0.0.4 -> 0.0.5
  • farmfe_plugin_polyfill: 0.0.4 -> 0.0.5
  • farmfe_plugin_progress: 0.0.4 -> 0.0.5
  • farmfe_plugin_resolve: 0.0.4 -> 0.0.5
  • farmfe_plugin_script: 0.0.4 -> 0.0.5
  • farmfe_swc_transformer_import_glob: 0.0.4 -> 0.0.5

⚠️ farmfe_core breaking changes

--- failure method_parameter_count_changed: pub method parameter count changed ---

Description:
A publicly-visible method 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.30.0/src/lints/method_parameter_count_changed.ron

Failed in:
  farmfe_core::module::module_graph::ModuleGraph::get_dep_by_source_optional now takes 4 parameters instead of 3, in /tmp/.tmpCrTpX1/farm/crates/core/src/module/module_graph.rs:110
  farmfe_core::module::module_graph::ModuleGraph::get_dep_by_source now takes 4 parameters instead of 3, in /tmp/.tmpCrTpX1/farm/crates/core/src/module/module_graph.rs:156
Changelog

farmfe_compiler

0.0.7 - 2024-04-13

Other

  • Fix/lazy compile mixed import (#1175)

farmfe_core

0.5.0 - 2024-04-13

Other

  • Fix/lazy compile mixed import (#1175)

farmfe_plugin_css

0.0.7 - 2024-04-13

Other

  • Fix/lazy compile mixed import (#1175)

farmfe_plugin_html

0.0.5 - 2024-04-13

Other

  • Fix/lazy compile mixed import (#1175)

farmfe_plugin_runtime

0.0.5 - 2024-04-13

Other

  • Fix/lazy compile mixed import (#1175)

farmfe_plugin_static_assets

0.0.6 - 2024-04-13

Fixed

  • public resources have not been added publicPath prefix (#1174)

farmfe_plugin_tree_shake

0.0.5 - 2024-04-13

Other

  • Fix/lazy compile mixed import (#1175)

farmfe_toolkit

0.0.7 - 2024-04-13

Other

  • updated the following local packages: farmfe_core

farmfe_testing_helpers

0.0.7 - 2024-04-13

Other

  • updated the following local packages: farmfe_core

farmfe_toolkit_plugin_types

0.0.14 - 2024-04-13

Other

  • updated the following local packages: farmfe_core

farmfe_plugin_define

0.0.5 - 2024-04-13

Other

  • updated the following local packages: farmfe_core

farmfe_plugin_json

0.0.5 - 2024-04-13

Other

  • updated the following local packages: farmfe_core

farmfe_plugin_lazy_compilation

0.0.5 - 2024-04-13

Other

  • updated the following local packages: farmfe_core

farmfe_plugin_minify

0.0.5 - 2024-04-13

Other

  • updated the following local packages: farmfe_core

farmfe_plugin_partial_bundling

0.0.5 - 2024-04-13

Other

  • updated the following local packages: farmfe_core

farmfe_plugin_polyfill

0.0.5 - 2024-04-13

Other

  • updated the following local packages: farmfe_core

farmfe_plugin_progress

0.0.5 - 2024-04-13

Other

  • updated the following local packages: farmfe_core

farmfe_plugin_resolve

0.0.5 - 2024-04-13

Other

  • updated the following local packages: farmfe_core

farmfe_plugin_script

0.0.5 - 2024-04-13

Other

  • updated the following local packages: farmfe_core

farmfe_swc_transformer_import_glob

0.0.5 - 2024-04-13

Other

  • updated the following local packages: farmfe_core


This PR was generated with release-plz.

Copy link

changeset-bot bot commented Apr 13, 2024

⚠️ No Changeset found

Latest commit: 8f7ea58

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-04-13T09-20-07Z branch from b01d829 to e91209c Compare April 13, 2024 11:44
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-04-13T09-20-07Z branch from e91209c to 8f7ea58 Compare April 13, 2024 12:31
@wre232114 wre232114 merged commit acf19db into main Apr 13, 2024
@wre232114 wre232114 deleted the release-plz-2024-04-13T09-20-07Z branch April 13, 2024 23:45
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