Skip to content

Commit

Permalink
Publish the latest versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronfrost committed Jul 9, 2019
1 parent 75e19d0 commit fdb236b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion projects/dynamic-service/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@herodevs/dynamic-component-service",
"description": "This is a dynamic service.",
"version": "2.0.0",
"version": "2.0.1",
"license": "MIT",
"private": false,
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions projects/lazy/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@herodevs/hero-loader",
"description": "This component allows you to lazily load your Angular module whenever you want, instead of being restricted to lazy loading on route changes.",
"version": "2.0.0",
"version": "2.0.1",
"license": "MIT",
"private": false,
"dependencies": {
"@herodevs/dynamic-component-service": "^2.0.0"
"@herodevs/dynamic-component-service": "^2.0.1"
},
"peerDependencies": {
"@angular/common": "^8.0.0-rc.0 || ^8.0.0",
Expand Down

0 comments on commit fdb236b

Please sign in to comment.