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

Closed
wants to merge 1 commit into from
Closed

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented May 9, 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: 0.1.0
  • create-farm-rs: 0.0.0
  • 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/.tmpEW4oK8/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/.tmpVneRoI/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/.tmpEW4oK8/farmfe_plugin_minify/src/lib.rs:181
Changelog

farmfe_compiler

0.0.9 - 2024-05-19

Added

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

Fixed

farmfe_core

0.6.0 - 2024-05-19

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-19

Fixed

farmfe_toolkit

0.0.9 - 2024-05-19

Added

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

Fixed

farmfe_plugin_define

0.0.7 - 2024-05-19

Fixed

farmfe_plugin_html

0.0.7 - 2024-05-19

Added

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

Fixed

farmfe_plugin_lazy_compilation

0.0.7 - 2024-05-19

Added

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

farmfe_plugin_minify

0.0.7 - 2024-05-19

Added

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

Fixed

farmfe_plugin_resolve

0.0.7 - 2024-05-19

Added

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

farmfe_plugin_runtime

0.0.7 - 2024-05-19

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-19

Fixed

create-farm

0.1.0 - 2024-05-19

Other

  • update ci and create-farm add tauri template (#1322)
  • Using rust to refactor create-farm (#1315)

create-farm-rs

0.0.0 - 2024-05-19

Other

  • remove create-farm binary (#1323)
  • update ci and create-farm add tauri template (#1322)
  • Version Packages (#1321)
  • Using rust to refactor create-farm (#1315)

farmfe_testing_helpers

0.0.9 - 2024-05-19

Other

  • updated the following local packages: farmfe_core

farmfe_toolkit_plugin_types

0.0.16 - 2024-05-19

Other

  • updated the following local packages: farmfe_core

farmfe_plugin_json

0.0.7 - 2024-05-19

Other

  • updated the following local packages: farmfe_core, farmfe_toolkit

farmfe_plugin_partial_bundling

0.0.7 - 2024-05-19

Other

  • updated the following local packages: farmfe_core, farmfe_toolkit

farmfe_plugin_polyfill

0.0.7 - 2024-05-19

Other

  • updated the following local packages: farmfe_core, farmfe_toolkit

farmfe_plugin_progress

0.0.7 - 2024-05-19

Other

  • updated the following local packages: farmfe_core

farmfe_plugin_script

0.0.7 - 2024-05-19

Other

  • updated the following local packages: farmfe_core, farmfe_toolkit

farmfe_swc_transformer_import_glob

0.0.7 - 2024-05-19

Other

  • updated the following local packages: farmfe_core, farmfe_toolkit

farmfe_plugin_tree_shake

0.0.7 - 2024-05-19

Other

  • updated the following local packages: farmfe_core, farmfe_toolkit


This PR was generated with release-plz.

Copy link

changeset-bot bot commented May 9, 2024

⚠️ No Changeset found

Latest commit: 68e4f76

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-09T11-44-42Z branch 13 times, most recently from 71335ec to 7473b70 Compare May 16, 2024 06:49
@github-actions github-actions bot force-pushed the release-plz-2024-05-09T11-44-42Z branch 2 times, most recently from c15dd48 to f123bf8 Compare May 18, 2024 09:58
@github-actions github-actions bot force-pushed the release-plz-2024-05-09T11-44-42Z branch from cbc5e3f to fd239f8 Compare May 19, 2024 14:02
@github-actions github-actions bot closed this May 19, 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

0 participants