Skip to content

Commit

Permalink
release: 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ruleeeer committed Mar 23, 2022
1 parent 5421ece commit d900722
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.1.3](https://github.com/originjs/vite-plugin-federation/compare/v1.1.2...v1.1.3) (2022-03-23)


### Bug Fixes

* exposed component imports other components that do not handle shared properly ([52f8b65](https://github.com/originjs/vite-plugin-federation/commit/52f8b6553d3136c06714f874ed2f2724512b8ad8))
* share names with special characters fail to integrate with webpack ([5421ece](https://github.com/originjs/vite-plugin-federation/commit/5421ece7719bf93445494119b82d6e1978bfb5ee))



## [1.1.2](https://github.com/originjs/vite-plugin-federation/compare/v1.1.1...v1.1.2) (2022-03-07)


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

0 comments on commit d900722

Please sign in to comment.