Skip to content

Commit

Permalink
Bump to release version v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed Jul 19, 2022
1 parent 932c40a commit 19a159a
Show file tree
Hide file tree
Showing 5 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 @@ -14,7 +14,7 @@
"packages/*"
],
"useWorkspaces": true,
"version": "2.0.0",
"version": "2.0.1",
"loglevel": "success",
"registry": "https://registry.npmjs.org/",
"npmClient": "yarn",
Expand Down
2 changes: 1 addition & 1 deletion packages/experiment-solidbench/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jbr-experiment/solidbench",
"version": "2.0.0",
"version": "2.0.1",
"description": "SolidBench experiment handler for JBR",
"main": "index.js",
"typings": "index",
Expand Down
2 changes: 1 addition & 1 deletion packages/experiment-watdiv/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jbr-experiment/watdiv",
"version": "2.0.0",
"version": "2.0.1",
"description": "WatDiv experiment handler for JBR",
"main": "index.js",
"typings": "index",
Expand Down
2 changes: 1 addition & 1 deletion packages/hook-sparql-endpoint-comunica/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jbr-hook/sparql-endpoint-comunica",
"version": "2.0.0",
"version": "2.0.1",
"description": "Comunica SPARQL endpoint hook handler for JBR",
"main": "index.js",
"typings": "index",
Expand Down
2 changes: 1 addition & 1 deletion packages/hook-sparql-endpoint-ldf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jbr-hook/sparql-endpoint-ldf",
"version": "2.0.0",
"version": "2.0.1",
"description": "LDF Server SPARQL endpoint hook handler for JBR",
"main": "index.js",
"typings": "index",
Expand Down

0 comments on commit 19a159a

Please sign in to comment.