Skip to content

Commit

Permalink
Bump to release version v3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed Sep 13, 2023
1 parent 42f0ce8 commit 47ec335
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 10 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Changelog
All notable changes to this project will be documented in this file.

<a name="v3.0.2"></a>
## [v3.0.2](https://github.com/rubensworks/jbr.js/compare/v3.0.1...v3.0.2) - 2023-09-13

### Fixed
* [Fix component IRIs version to major version only](https://github.com/rubensworks/jbr.js/commit/42f0ce80c52fea780f68048a5ba3ad6fc368af16)

<a name="v3.0.1"></a>
## [v3.0.1](https://github.com/rubensworks/jbr.js/compare/v3.0.0...v3.0.1) - 2023-09-11

Expand Down
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": "3.0.1",
"version": "3.0.2",
"loglevel": "success",
"registry": "https://registry.npmjs.org/",
"npmClient": "yarn",
Expand Down
4 changes: 2 additions & 2 deletions packages/experiment-solidbench/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jbr-experiment/solidbench",
"version": "3.0.1",
"version": "3.0.2",
"description": "SolidBench experiment handler for JBR",
"main": "index.js",
"typings": "index",
Expand Down Expand Up @@ -59,7 +59,7 @@
"validate": "npm ls"
},
"devDependencies": {
"jbr": "^3.0.1"
"jbr": "^3.0.2"
},
"peerDependencies": {
"jbr": ">=2.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": "3.0.1",
"version": "3.0.2",
"description": "WatDiv experiment handler for JBR",
"main": "index.js",
"typings": "index",
Expand Down Expand Up @@ -56,7 +56,7 @@
"validate": "npm ls"
},
"devDependencies": {
"jbr": "^3.0.1"
"jbr": "^3.0.2"
},
"peerDependencies": {
"jbr": ">=2.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": "3.0.1",
"version": "3.0.2",
"description": "Comunica SPARQL endpoint hook handler for JBR",
"main": "index.js",
"typings": "index",
Expand Down Expand Up @@ -57,7 +57,7 @@
"validate": "npm ls"
},
"devDependencies": {
"jbr": "^3.0.1"
"jbr": "^3.0.2"
},
"peerDependencies": {
"jbr": ">=2.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": "3.0.1",
"version": "3.0.2",
"description": "LDF Server SPARQL endpoint hook handler for JBR",
"main": "index.js",
"typings": "index",
Expand Down Expand Up @@ -58,7 +58,7 @@
"validate": "npm ls"
},
"devDependencies": {
"jbr": "^3.0.1"
"jbr": "^3.0.2"
},
"peerDependencies": {
"jbr": ">=2.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": "3.0.1",
"version": "3.0.2",
"description": "Just a Benchmark Runner",
"main": "index.js",
"typings": "index",
Expand Down

0 comments on commit 47ec335

Please sign in to comment.