Skip to content

Commit

Permalink
Bump to release version v2.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed Feb 7, 2023
1 parent 2f4948e commit 1f4882c
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 11 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,13 @@
# Changelog
All notable changes to this project will be documented in this file.

<a name="v2.6.5"></a>
## [v2.6.5](https://github.com/comunica/comunica/compare/v2.6.4...v2.6.5) - 2023-02-07

### Fixed
* [Fix group operator only returning stream after completion](https://github.com/comunica/comunica/commit/2f4948e3ad5a0a5287f3afcaa731ad8113f30eaf)
* [Fix incorrect caching of QPF requests on default graph](https://github.com/comunica/comunica/commit/f901b604ecc687b5118360bfef5e6021cae03df7)

<a name="v2.6.4"></a>
## [v2.6.4](https://github.com/comunica/comunica/compare/v2.6.3...v2.6.4) - 2023-02-02

Expand Down
6 changes: 3 additions & 3 deletions engines/query-sparql-file/package.json
@@ -1,6 +1,6 @@
{
"name": "@comunica/query-sparql-file",
"version": "2.6.4",
"version": "2.6.5",
"description": "A SPARQL query engine for querying over local and remote RDF files",
"main": "lib/index.js",
"typings": "lib/index",
Expand Down Expand Up @@ -68,7 +68,7 @@
"@comunica/actor-query-operation-extend": "^2.6.0",
"@comunica/actor-query-operation-filter-sparqlee": "^2.6.0",
"@comunica/actor-query-operation-from-quad": "^2.6.0",
"@comunica/actor-query-operation-group": "^2.6.0",
"@comunica/actor-query-operation-group": "^2.6.5",
"@comunica/actor-query-operation-join": "^2.6.0",
"@comunica/actor-query-operation-leftjoin": "^2.6.0",
"@comunica/actor-query-operation-minus": "^2.6.0",
Expand Down Expand Up @@ -147,7 +147,7 @@
"@comunica/actor-rdf-resolve-hypermedia-links-next": "^2.6.0",
"@comunica/actor-rdf-resolve-hypermedia-links-queue-fifo": "^2.6.0",
"@comunica/actor-rdf-resolve-hypermedia-none": "^2.6.0",
"@comunica/actor-rdf-resolve-hypermedia-qpf": "^2.6.0",
"@comunica/actor-rdf-resolve-hypermedia-qpf": "^2.6.5",
"@comunica/actor-rdf-resolve-hypermedia-sparql": "^2.6.0",
"@comunica/actor-rdf-resolve-quad-pattern-federated": "^2.6.0",
"@comunica/actor-rdf-resolve-quad-pattern-hypermedia": "^2.6.4",
Expand Down
4 changes: 2 additions & 2 deletions engines/query-sparql-rdfjs/package.json
@@ -1,6 +1,6 @@
{
"name": "@comunica/query-sparql-rdfjs",
"version": "2.6.0",
"version": "2.6.5",
"description": "A SPARQL query engine for querying over RDF/JS sources",
"main": "lib/index.js",
"typings": "lib/index",
Expand Down Expand Up @@ -53,7 +53,7 @@
"@comunica/actor-query-operation-extend": "^2.6.0",
"@comunica/actor-query-operation-filter-sparqlee": "^2.6.0",
"@comunica/actor-query-operation-from-quad": "^2.6.0",
"@comunica/actor-query-operation-group": "^2.6.0",
"@comunica/actor-query-operation-group": "^2.6.5",
"@comunica/actor-query-operation-join": "^2.6.0",
"@comunica/actor-query-operation-leftjoin": "^2.6.0",
"@comunica/actor-query-operation-minus": "^2.6.0",
Expand Down
6 changes: 3 additions & 3 deletions engines/query-sparql/package.json
@@ -1,6 +1,6 @@
{
"name": "@comunica/query-sparql",
"version": "2.6.4",
"version": "2.6.5",
"description": "A SPARQL query engine for querying over decentralized RDF knowledge graphs on the Web",
"main": "lib/index.js",
"typings": "lib/index",
Expand Down Expand Up @@ -66,7 +66,7 @@
"@comunica/actor-query-operation-extend": "^2.6.0",
"@comunica/actor-query-operation-filter-sparqlee": "^2.6.0",
"@comunica/actor-query-operation-from-quad": "^2.6.0",
"@comunica/actor-query-operation-group": "^2.6.0",
"@comunica/actor-query-operation-group": "^2.6.5",
"@comunica/actor-query-operation-join": "^2.6.0",
"@comunica/actor-query-operation-leftjoin": "^2.6.0",
"@comunica/actor-query-operation-minus": "^2.6.0",
Expand Down Expand Up @@ -145,7 +145,7 @@
"@comunica/actor-rdf-resolve-hypermedia-links-next": "^2.6.0",
"@comunica/actor-rdf-resolve-hypermedia-links-queue-fifo": "^2.6.0",
"@comunica/actor-rdf-resolve-hypermedia-none": "^2.6.0",
"@comunica/actor-rdf-resolve-hypermedia-qpf": "^2.6.0",
"@comunica/actor-rdf-resolve-hypermedia-qpf": "^2.6.5",
"@comunica/actor-rdf-resolve-hypermedia-sparql": "^2.6.0",
"@comunica/actor-rdf-resolve-quad-pattern-federated": "^2.6.0",
"@comunica/actor-rdf-resolve-quad-pattern-hypermedia": "^2.6.4",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -18,7 +18,7 @@
"packages/*"
],
"useWorkspaces": true,
"version": "2.6.4",
"version": "2.6.5",
"loglevel": "success",
"registry": "https://registry.npmjs.org/",
"npmClient": "yarn",
Expand Down
2 changes: 1 addition & 1 deletion packages/actor-query-operation-group/package.json
@@ -1,6 +1,6 @@
{
"name": "@comunica/actor-query-operation-group",
"version": "2.6.0",
"version": "2.6.5",
"description": "A group query-operation actor",
"lsd:module": true,
"main": "lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/actor-rdf-resolve-hypermedia-qpf/package.json
@@ -1,6 +1,6 @@
{
"name": "@comunica/actor-rdf-resolve-hypermedia-qpf",
"version": "2.6.0",
"version": "2.6.5",
"description": "A hypermedia-qpf rdf-resolve-quad-pattern actor",
"lsd:module": true,
"main": "lib/index.js",
Expand Down

0 comments on commit 1f4882c

Please sign in to comment.