Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcomontalbano committed Oct 25, 2021
1 parent 668e02a commit 7ee9728
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@
"registry": "https://npm.pkg.github.com"
}
},
"version": "1.5.1"
"version": "2.0.0"
}
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": "1.5.0",
"version": "2.0.0",
"license": "MIT",
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
Expand Down
2 changes: 1 addition & 1 deletion packages/dump-github/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@
"node-fetch": "^2.6.2",
"showdown": "^1.9.1"
},
"version": "1.4.0"
"version": "2.0.0"
}
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": "^1.5.0",
"@marcomontalbano/component-library": "^2.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
Expand Down Expand Up @@ -53,5 +53,5 @@
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"version": "1.5.1"
"version": "2.0.0"
}

0 comments on commit 7ee9728

Please sign in to comment.