Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - wmfnext-shell@0.1.1
 - wmfnext-fakes@0.1.1
 - wmfnext-remote-loader@0.1.4
  • Loading branch information
patricklafrance committed Jan 27, 2023
1 parent b1e9bd1 commit 5aa6c7b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "http://json.schemastore.org/package",
"name": "wmfnext-shell",
"version": "0.1.0",
"version": "0.1.1",
"description": "Shell for a federated application",
"author": "Patrick Lafrance",
"license": "Apache-2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/fakes/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "http://json.schemastore.org/package",
"name": "wmfnext-fakes",
"version": "0.1.0",
"version": "0.1.1",
"description": "Fake implementations to faciliate the development of federated modules in isolation",
"author": "Patrick Lafrance",
"license": "Apache-2.0",
Expand Down Expand Up @@ -30,6 +30,6 @@
"unlink-pkg": "yarn unlink"
},
"dependencies": {
"wmfnext-shell": "0.1.0"
"wmfnext-shell": "0.1.1"
}
}
4 changes: 2 additions & 2 deletions packages/remote-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "http://json.schemastore.org/package",
"name": "wmfnext-remote-loader",
"version": "0.1.3",
"version": "0.1.4",
"description": "Loader for remote modules using Webpack Module Federation",
"author": "Patrick Lafrance",
"license": "Apache-2.0",
Expand Down Expand Up @@ -43,6 +43,6 @@
"webpack": ">=5.0.0"
},
"dependencies": {
"wmfnext-shell": "0.1.0"
"wmfnext-shell": "0.1.1"
}
}

0 comments on commit 5aa6c7b

Please sign in to comment.