From 12fde0d091cd162f5dd35406441534f15445fb37 Mon Sep 17 00:00:00 2001 From: ruleeeer <70385062+ruleeeer@users.noreply.github.com> Date: Sat, 11 Jan 2025 11:10:38 +0800 Subject: [PATCH] release: 1.3.8 --- packages/lib/CHANGELOG.md | 10 ++++++++++ packages/lib/package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/packages/lib/CHANGELOG.md b/packages/lib/CHANGELOG.md index bd6c4739..c9b25809 100644 --- a/packages/lib/CHANGELOG.md +++ b/packages/lib/CHANGELOG.md @@ -1,3 +1,13 @@ +## [1.3.8](https://github.com/originjs/vite-plugin-federation/compare/v1.3.7...v1.3.8) (2025-01-11) + + +### Bug Fixes + +* Add base and assetsDir to dynamicLoadingCss to support loading style file addresses using the base configuration. ([766b521](https://github.com/originjs/vite-plugin-federation/commit/766b521ee56fd2ba15f234c5f5c0aa6336fa518f)) +* update remoteEntryChunk code to handle base path correctly when Vite config is present ([538e258](https://github.com/originjs/vite-plugin-federation/commit/538e258a891e8cf640ae503feba9205fab53c1c6)) + + + ## [1.3.7](https://github.com/originjs/vite-plugin-federation/compare/v1.3.6...v1.3.7) (2025-01-01) diff --git a/packages/lib/package.json b/packages/lib/package.json index 4c8e5952..ccef202e 100644 --- a/packages/lib/package.json +++ b/packages/lib/package.json @@ -1,6 +1,6 @@ { "name": "@originjs/vite-plugin-federation", - "version": "1.3.7", + "version": "1.3.8", "description": "A Vite plugin which support Module Federation.", "main": "./dist/index.js", "module": "./dist/index.mjs",