Skip to content

Commit 12fde0d

Browse files
committed
release: 1.3.8
1 parent 766b521 commit 12fde0d

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

packages/lib/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [1.3.8](https://github.com/originjs/vite-plugin-federation/compare/v1.3.7...v1.3.8) (2025-01-11)
2+
3+
4+
### Bug Fixes
5+
6+
* 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))
7+
* update remoteEntryChunk code to handle base path correctly when Vite config is present ([538e258](https://github.com/originjs/vite-plugin-federation/commit/538e258a891e8cf640ae503feba9205fab53c1c6))
8+
9+
10+
111
## [1.3.7](https://github.com/originjs/vite-plugin-federation/compare/v1.3.6...v1.3.7) (2025-01-01)
212

313

packages/lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@originjs/vite-plugin-federation",
3-
"version": "1.3.7",
3+
"version": "1.3.8",
44
"description": "A Vite plugin which support Module Federation.",
55
"main": "./dist/index.js",
66
"module": "./dist/index.mjs",

0 commit comments

Comments
 (0)