Skip to content

Commit

Permalink
Bump to release version v3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed May 11, 2024
1 parent a2e4700 commit 156ef14
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 8 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.1.1"></a>
## [v3.1.1](https://github.com/comunica/comunica/compare/v3.1.0...v3.1.1) - 2024-05-11

### Fixed
* [Fix queries over paged collections always being empty](https://github.com/comunica/comunica/commit/a2e47004bcefd82784d9324600aa6c0af13ab751)

<a name="v3.1.0"></a>
## [v3.1.0](https://github.com/comunica/comunica/compare/v3.0.3...v3.1.0) - 2024-05-11

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.1.0",
"version": "3.1.1",
"description": "A SPARQL query engine for querying over local and remote RDF files",
"license": "MIT",
"homepage": "https://comunica.dev/",
Expand Down Expand Up @@ -129,7 +129,7 @@
"@comunica/actor-query-result-serialize-stats": "^3.1.0",
"@comunica/actor-query-result-serialize-table": "^3.1.0",
"@comunica/actor-query-result-serialize-tree": "^3.1.0",
"@comunica/actor-query-source-identify-hypermedia": "^3.1.0",
"@comunica/actor-query-source-identify-hypermedia": "^3.1.1",
"@comunica/actor-query-source-identify-hypermedia-none": "^3.1.0",
"@comunica/actor-query-source-identify-hypermedia-qpf": "^3.1.0",
"@comunica/actor-query-source-identify-hypermedia-sparql": "^3.1.0",
Expand Down
4 changes: 2 additions & 2 deletions engines/query-sparql-rdfjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@comunica/query-sparql-rdfjs",
"version": "3.1.0",
"version": "3.1.1",
"description": "A SPARQL query engine for querying over RDF/JS sources",
"license": "MIT",
"homepage": "https://comunica.dev/",
Expand Down Expand Up @@ -114,7 +114,7 @@
"@comunica/actor-query-result-serialize-stats": "^3.1.0",
"@comunica/actor-query-result-serialize-table": "^3.1.0",
"@comunica/actor-query-result-serialize-tree": "^3.1.0",
"@comunica/actor-query-source-identify-hypermedia": "^3.1.0",
"@comunica/actor-query-source-identify-hypermedia": "^3.1.1",
"@comunica/actor-query-source-identify-hypermedia-sparql": "^3.1.0",
"@comunica/actor-query-source-identify-rdfjs": "^3.1.0",
"@comunica/actor-rdf-join-entries-sort-cardinality": "^3.1.0",
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.1.0",
"version": "3.1.1",
"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 @@ -142,7 +142,7 @@
"@comunica/actor-query-result-serialize-stats": "^3.1.0",
"@comunica/actor-query-result-serialize-table": "^3.1.0",
"@comunica/actor-query-result-serialize-tree": "^3.1.0",
"@comunica/actor-query-source-identify-hypermedia": "^3.1.0",
"@comunica/actor-query-source-identify-hypermedia": "^3.1.1",
"@comunica/actor-query-source-identify-hypermedia-none": "^3.1.0",
"@comunica/actor-query-source-identify-hypermedia-qpf": "^3.1.0",
"@comunica/actor-query-source-identify-hypermedia-sparql": "^3.1.0",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"packages/*",
"performance/*"
],
"version": "3.1.0",
"version": "3.1.1",
"loglevel": "success",
"registry": "https://registry.npmjs.org/",
"npmClient": "yarn",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@comunica/actor-query-source-identify-hypermedia",
"version": "3.1.0",
"version": "3.1.1",
"description": "A hypermedia query-source-identify actor",
"lsd:module": true,
"license": "MIT",
Expand Down

0 comments on commit 156ef14

Please sign in to comment.