Skip to content

Commit

Permalink
release: 1.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ruleeeer committed Jan 11, 2025
1 parent 766b521 commit 12fde0d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions packages/lib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/lib/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 12fde0d

Please sign in to comment.