Skip to content

Commit

Permalink
v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcomontalbano committed May 25, 2020
1 parent de39e73 commit 56e2118
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
"registry": "https://npm.pkg.github.com"
}
},
"version": "0.3.0"
"version": "0.4.0"
}
2 changes: 1 addition & 1 deletion packages/component-library/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/component-library/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@marcomontalbano/component-library",
"version": "0.3.0",
"version": "0.4.0",
"license": "MIT",
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
Expand Down
2 changes: 1 addition & 1 deletion packages/dump-github/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/dump-github/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@
"node-fetch": "^2.6.0",
"showdown": "^1.9.1"
},
"version": "0.3.0"
"version": "0.4.0"
}
2 changes: 1 addition & 1 deletion packages/website/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "My personal website",
"author": "Marco Montalbano <[email protected]>",
"dependencies": {
"@marcomontalbano/component-library": "^0.3.0",
"@marcomontalbano/component-library": "^0.4.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-helmet": "^6.0.0",
Expand Down Expand Up @@ -53,5 +53,5 @@
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"version": "0.3.0"
"version": "0.4.0"
}

0 comments on commit 56e2118

Please sign in to comment.