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 Aug 7, 2024
1 parent 69af379 commit 6c6a1d8
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.1.1"></a>
## [v3.1.1](https://github.com/comunica/comunica-feature-solid/compare/v3.1.0...v3.1.1) - 2024-08-07

### Changed
* [Update Comunica monorepo packages to ^3.2.1 (#70)](https://github.com/comunica/comunica-feature-solid/commit/69af379116af4baf743a271dcfe06bf003e476b1)

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

Expand Down
2 changes: 1 addition & 1 deletion engines/config-query-sparql-solid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@comunica/config-query-sparql-solid",
"version": "3.1.0",
"version": "3.1.1",
"description": "default configuration files for Comunica SPARQL Solid",
"lsd:module": true,
"license": "MIT",
Expand Down
6 changes: 3 additions & 3 deletions engines/query-sparql-solid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@comunica/query-sparql-solid",
"version": "3.1.0",
"version": "3.1.1",
"description": "A Comunica engine for query evaluation over Solid data pods",
"lsd:module": true,
"license": "MIT",
Expand Down Expand Up @@ -61,7 +61,7 @@
"@comunica/actor-hash-bindings-sha1": "^3.2.1",
"@comunica/actor-hash-quads-sha1": "^3.2.1",
"@comunica/actor-http-fetch": "^3.2.1",
"@comunica/actor-http-inrupt-solid-client-authn": "^3.1.0",
"@comunica/actor-http-inrupt-solid-client-authn": "^3.1.1",
"@comunica/actor-http-proxy": "^3.2.1",
"@comunica/actor-http-wayback": "^3.2.1",
"@comunica/actor-init-query": "^3.2.1",
Expand Down Expand Up @@ -186,7 +186,7 @@
"@comunica/bus-http-invalidate": "^3.2.1",
"@comunica/bus-query-operation": "^3.2.1",
"@comunica/config-query-sparql": "^3.2.1",
"@comunica/config-query-sparql-solid": "^3.1.0",
"@comunica/config-query-sparql-solid": "^3.1.1",
"@comunica/context-entries": "^3.2.1",
"@comunica/core": "^3.2.1",
"@comunica/logger-void": "^3.2.1",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"engines/*",
"packages/*"
],
"version": "3.1.0",
"version": "3.1.1",
"loglevel": "success",
"registry": "https://registry.npmjs.org/",
"npmClient": "yarn",
Expand Down
2 changes: 1 addition & 1 deletion packages/actor-http-inrupt-solid-client-authn/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@comunica/actor-http-inrupt-solid-client-authn",
"version": "3.1.0",
"version": "3.1.1",
"description": "A inrupt-solid-client-authn http actor",
"lsd:module": true,
"license": "MIT",
Expand Down

0 comments on commit 6c6a1d8

Please sign in to comment.