Skip to content

Commit

Permalink
release: 1.3.4 (#558)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruleeeer authored Jan 18, 2024
1 parent dade815 commit 81c3171
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions packages/lib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [1.3.4](https://github.com/originjs/vite-plugin-federation/compare/v1.3.3...v1.3.4) (2024-01-03)


### Bug Fixes

* global shared modules into wrapper ([#553](https://github.com/originjs/vite-plugin-federation/issues/553)) ([dade815](https://github.com/originjs/vite-plugin-federation/commit/dade815d752eb863d5c276e4c5c5f6604954648a)), closes [#543](https://github.com/originjs/vite-plugin-federation/issues/543)


### Features

* dev: add option for adding styles to global object instead of <head> element (for using in Shadow DOM) ([#548](https://github.com/originjs/vite-plugin-federation/issues/548)) ([76e847a](https://github.com/originjs/vite-plugin-federation/commit/76e847a9af25f98a3c51afd3c8cf039f6ec5ac23))



## [1.3.3](https://github.com/originjs/vite-plugin-federation/compare/v1.3.2...v1.3.3) (2023-11-20)


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.3",
"version": "1.3.4",
"description": "A Vite plugin which support Module Federation.",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down

0 comments on commit 81c3171

Please sign in to comment.