diff --git a/packages/core/package.json b/packages/core/package.json index 1ed6498..7ad76ad 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -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", diff --git a/packages/fakes/package.json b/packages/fakes/package.json index 2ffc759..7d524ed 100644 --- a/packages/fakes/package.json +++ b/packages/fakes/package.json @@ -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", @@ -30,6 +30,6 @@ "unlink-pkg": "yarn unlink" }, "dependencies": { - "wmfnext-shell": "0.1.0" + "wmfnext-shell": "0.1.1" } } diff --git a/packages/remote-loader/package.json b/packages/remote-loader/package.json index 5a88cce..27d4459 100644 --- a/packages/remote-loader/package.json +++ b/packages/remote-loader/package.json @@ -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", @@ -43,6 +43,6 @@ "webpack": ">=5.0.0" }, "dependencies": { - "wmfnext-shell": "0.1.0" + "wmfnext-shell": "0.1.1" } }