Skip to content

Commit

Permalink
Merge branch 'main' into ci/cancel-test
Browse files Browse the repository at this point in the history
  • Loading branch information
ErKeLost authored Jan 12, 2025
2 parents 44c05b6 + 2423ee6 commit a17bcac
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/sixty-mice-double.md

This file was deleted.

5 changes: 5 additions & 0 deletions .changeset/tiny-berries-think.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@farmfe/core": patch
---

Fix query strings in external imports are duplicated
2 changes: 1 addition & 1 deletion crates/plugin_resolve/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ impl Plugin for FarmPluginResolve {
// check external first, if the source is set as external, return it immediately
if external_config.is_external(source) {
return Ok(Some(PluginResolveHookResult {
resolved_path: param.source.clone(),
resolved_path: String::from(source),
external: true,
side_effects: false,
query,
Expand Down
8 changes: 7 additions & 1 deletion packages/create-farm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.0.18

### Patch Changes

- d575d727: Add support for tauri v2

## 0.0.17

### Patch Changes
Expand Down Expand Up @@ -71,7 +77,7 @@
### Patch Changes

- 068c3ea5: support more frameworks electron, tauri, nestjs
All notable changes to this project will be documented in this file.
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
Expand Down
2 changes: 1 addition & 1 deletion packages/create-farm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-farm",
"version": "0.0.17",
"version": "0.0.18",
"description": "Rapidly create a new farm project.",
"repository": "https://github.com/farm-fe/farm/tree/main/packages/create-farm",
"bugs": {
Expand Down

0 comments on commit a17bcac

Please sign in to comment.