Skip to content

Commit

Permalink
v4.0.28
Browse files Browse the repository at this point in the history
  • Loading branch information
btopro committed Jun 15, 2022
1 parent bcbb2eb commit f1a5d9a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion elements/micro-frontend-registry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"sharedProps": [],
"sharedStyles": []
},
"version": "4.0.27",
"version": "4.0.28",
"description": "A singleton for registration and managing access to leverage microservices for web components",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions elements/simple-img/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"sharedProps": [],
"sharedStyles": []
},
"version": "4.0.27",
"version": "4.0.28",
"description": "simple image manipulation with a microservice",
"repository": {
"type": "git",
Expand All @@ -44,7 +44,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"@lrnwebcomponents/micro-frontend-registry": "^4.0.27"
"@lrnwebcomponents/micro-frontend-registry": "^4.0.28"
},
"devDependencies": {
"@lrnwebcomponents/deduping-fix": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages": [
"elements/*"
],
"version": "4.0.27",
"version": "4.0.28",
"npmClient": "yarn",
"useWorkspaces": true,
"workspaces": [
Expand Down

1 comment on commit f1a5d9a

@vercel
Copy link

@vercel vercel bot commented on f1a5d9a Jun 15, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

lrnwebcomponents – ./

lrnwebcomponents-git-master-elmsln.vercel.app
lrnwebcomponents-elmsln.vercel.app
lrnwebcomponents.vercel.app

Please sign in to comment.