Skip to content

Commit

Permalink
Bump to release version v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed Aug 13, 2021
1 parent a0d18c6 commit 1089665
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 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": "0.0.1",
"version": "1.0.0",
"loglevel": "success",
"registry": "https://registry.npmjs.org/",
"npmClient": "yarn",
Expand Down
4 changes: 2 additions & 2 deletions packages/experiment-ldbc-snb-decentralized/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jbr-experiment/ldbc-snb-decentralized",
"version": "0.0.1",
"version": "1.0.0",
"description": "LDBC SNB Decentralized experiment handler for JBR",
"main": "index.js",
"typings": "index",
Expand Down Expand Up @@ -57,7 +57,7 @@
"validate": "npm ls"
},
"devDependencies": {
"jbr": "^0.0.1"
"jbr": "^1.0.0"
},
"peerDependencies": {
"jbr": ">=1.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/experiment-watdiv/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jbr-experiment/watdiv",
"version": "0.0.1",
"version": "1.0.0",
"description": "WatDiv experiment handler for JBR",
"main": "index.js",
"typings": "index",
Expand Down Expand Up @@ -57,7 +57,7 @@
"validate": "npm ls"
},
"devDependencies": {
"jbr": "^0.0.1"
"jbr": "^1.0.0"
},
"peerDependencies": {
"jbr": ">=1.0.0"
Expand Down
4 changes: 2 additions & 2 deletions 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": "0.0.1",
"version": "1.0.0",
"description": "Comunica SPARQL endpoint hook handler for JBR",
"main": "index.js",
"typings": "index",
Expand Down Expand Up @@ -58,7 +58,7 @@
"validate": "npm ls"
},
"devDependencies": {
"jbr": "^0.0.1"
"jbr": "^1.0.0"
},
"peerDependencies": {
"jbr": ">=1.0.0"
Expand Down
4 changes: 2 additions & 2 deletions 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": "0.0.1",
"version": "1.0.0",
"description": "LDF Server SPARQL endpoint hook handler for JBR",
"main": "index.js",
"typings": "index",
Expand Down Expand Up @@ -59,7 +59,7 @@
"validate": "npm ls"
},
"devDependencies": {
"jbr": "^0.0.1"
"jbr": "^1.0.0"
},
"peerDependencies": {
"jbr": ">=1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/jbr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jbr",
"version": "0.0.1",
"version": "1.0.0",
"description": "Just a Benchmark Runner",
"main": "index.js",
"typings": "index",
Expand Down

0 comments on commit 1089665

Please sign in to comment.