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 Apr 10, 2024
1 parent 4409517 commit a3d05a2
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 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/comunica/comunica/compare/v3.0.1...v3.0.2) - 2024-04-10

### Fixed
* [Lower q-value of application/json in fetch requests](https://github.com/comunica/comunica/commit/4409517db9e1f05317589dc23af382fcf76f154b)

<a name="v3.0.1"></a>
## [v3.0.1](https://github.com/comunica/comunica/compare/v2.10.2...v3.0.1) - 2024-03-19

Expand Down
4 changes: 2 additions & 2 deletions engines/query-sparql-file/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@comunica/query-sparql-file",
"version": "3.0.1",
"version": "3.0.2",
"description": "A SPARQL query engine for querying over local and remote RDF files",
"license": "MIT",
"homepage": "https://comunica.dev/",
Expand Down Expand Up @@ -169,7 +169,7 @@
"@comunica/actor-rdf-parse-html-microdata": "^3.0.1",
"@comunica/actor-rdf-parse-html-rdfa": "^3.0.1",
"@comunica/actor-rdf-parse-html-script": "^3.0.1",
"@comunica/actor-rdf-parse-jsonld": "^3.0.1",
"@comunica/actor-rdf-parse-jsonld": "^3.0.2",
"@comunica/actor-rdf-parse-n3": "^3.0.1",
"@comunica/actor-rdf-parse-rdfxml": "^3.0.1",
"@comunica/actor-rdf-parse-shaclc": "^3.0.1",
Expand Down
4 changes: 2 additions & 2 deletions engines/query-sparql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@comunica/query-sparql",
"version": "3.0.1",
"version": "3.0.2",
"description": "A SPARQL query engine for querying over decentralized RDF knowledge graphs on the Web",
"license": "MIT",
"homepage": "https://comunica.dev/",
Expand Down Expand Up @@ -182,7 +182,7 @@
"@comunica/actor-rdf-parse-html-microdata": "^3.0.1",
"@comunica/actor-rdf-parse-html-rdfa": "^3.0.1",
"@comunica/actor-rdf-parse-html-script": "^3.0.1",
"@comunica/actor-rdf-parse-jsonld": "^3.0.1",
"@comunica/actor-rdf-parse-jsonld": "^3.0.2",
"@comunica/actor-rdf-parse-n3": "^3.0.1",
"@comunica/actor-rdf-parse-rdfxml": "^3.0.1",
"@comunica/actor-rdf-parse-shaclc": "^3.0.1",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"engines/*",
"packages/*"
],
"version": "3.0.1",
"version": "3.0.2",
"loglevel": "success",
"registry": "https://registry.npmjs.org/",
"npmClient": "yarn",
Expand Down
2 changes: 1 addition & 1 deletion packages/actor-rdf-parse-jsonld/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@comunica/actor-rdf-parse-jsonld",
"version": "3.0.1",
"version": "3.0.2",
"description": "A JSON-LD RDF Parse actor",
"lsd:module": true,
"license": "MIT",
Expand Down

0 comments on commit a3d05a2

Please sign in to comment.