From 9543367dca6c5e60344a20cfde9432a2b5dfcd26 Mon Sep 17 00:00:00 2001 From: Stijn Taelemans Date: Fri, 22 Apr 2022 09:41:59 +0200 Subject: [PATCH] chore: release v0.16.3 --- CHANGELOG.md | 9 +++++++++ docs/antora.yml | 2 +- lerna.json | 2 +- packages/solid-crs-client/CHANGELOG.md | 8 ++++++++ packages/solid-crs-client/package-lock.json | 2 +- packages/solid-crs-client/package.json | 2 +- packages/solid-crs-components/CHANGELOG.md | 8 ++++++++ packages/solid-crs-components/package-lock.json | 2 +- packages/solid-crs-components/package.json | 6 +++--- packages/solid-crs-core/CHANGELOG.md | 8 ++++++++ packages/solid-crs-core/package-lock.json | 2 +- packages/solid-crs-core/package.json | 4 ++-- packages/solid-crs-id-proxy/CHANGELOG.md | 8 ++++++++ packages/solid-crs-id-proxy/package-lock.json | 2 +- packages/solid-crs-id-proxy/package.json | 2 +- packages/solid-crs-manage/CHANGELOG.md | 8 ++++++++ packages/solid-crs-manage/package-lock.json | 2 +- packages/solid-crs-manage/package.json | 12 ++++++------ packages/solid-crs-pods/CHANGELOG.md | 8 ++++++++ packages/solid-crs-pods/package-lock.json | 2 +- packages/solid-crs-pods/package.json | 2 +- packages/solid-crs-presentation/CHANGELOG.md | 8 ++++++++ packages/solid-crs-presentation/package-lock.json | 2 +- packages/solid-crs-presentation/package.json | 12 ++++++------ packages/solid-crs-semcom-components/CHANGELOG.md | 8 ++++++++ .../solid-crs-semcom-components/package-lock.json | 2 +- packages/solid-crs-semcom-components/package.json | 10 +++++----- packages/solid-crs-semcom-node/CHANGELOG.md | 8 ++++++++ packages/solid-crs-semcom-node/package-lock.json | 2 +- packages/solid-crs-semcom-node/package.json | 2 +- packages/solid-crs-theme/CHANGELOG.md | 8 ++++++++ packages/solid-crs-theme/package-lock.json | 2 +- packages/solid-crs-theme/package.json | 2 +- packages/solid-crs-webid/CHANGELOG.md | 9 +++++++++ packages/solid-crs-webid/package-lock.json | 2 +- packages/solid-crs-webid/package.json | 2 +- 36 files changed, 139 insertions(+), 41 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 375b1d75..d4d0fe15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [0.16.3](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.16.2...v0.16.3) (2022-04-22) + + +### **Bug Fixes** + +* add loan redirect URI ([#600](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/600)) ([141082a](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/141082a4ea30842534ae395708e2cd9087ef6fa7)) + + + ### [0.16.2](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.16.1...v0.16.2) (2022-01-24) diff --git a/docs/antora.yml b/docs/antora.yml index 18a58a51..76ed686e 100644 --- a/docs/antora.yml +++ b/docs/antora.yml @@ -1,6 +1,6 @@ name: solid-crs title: Solid voor kleine erfgoedinstellingen -version: 0.16.1 +version: 0.16.2 nav: - modules/ROOT/nav.adoc - modules/manual/nav.adoc diff --git a/lerna.json b/lerna.json index c97714cb..7aaa6af6 100644 --- a/lerna.json +++ b/lerna.json @@ -56,5 +56,5 @@ } } }, - "version": "0.16.2" + "version": "0.16.3" } diff --git a/packages/solid-crs-client/CHANGELOG.md b/packages/solid-crs-client/CHANGELOG.md index 4585d555..b16b8c25 100644 --- a/packages/solid-crs-client/CHANGELOG.md +++ b/packages/solid-crs-client/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [0.16.3](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.16.2...v0.16.3) (2022-04-22) + +**Note:** Version bump only for package @netwerk-digitaal-erfgoed/solid-crs-client + + + + + ### [0.16.2](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.16.1...v0.16.2) (2022-01-24) **Note:** Version bump only for package @netwerk-digitaal-erfgoed/solid-crs-client diff --git a/packages/solid-crs-client/package-lock.json b/packages/solid-crs-client/package-lock.json index cdbd5a42..c9771ceb 100644 --- a/packages/solid-crs-client/package-lock.json +++ b/packages/solid-crs-client/package-lock.json @@ -1,6 +1,6 @@ { "name": "@netwerk-digitaal-erfgoed/solid-crs-client", - "version": "0.16.2", + "version": "0.16.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/solid-crs-client/package.json b/packages/solid-crs-client/package.json index 7110768c..991591cb 100644 --- a/packages/solid-crs-client/package.json +++ b/packages/solid-crs-client/package.json @@ -1,6 +1,6 @@ { "name": "@netwerk-digitaal-erfgoed/solid-crs-client", - "version": "0.16.2", + "version": "0.16.3", "description": "Re-bundled version of the Solid client.", "author": "Wouter Janssens ", "license": "EUPL-1.2", diff --git a/packages/solid-crs-components/CHANGELOG.md b/packages/solid-crs-components/CHANGELOG.md index eb2acd1e..0f5ecb66 100644 --- a/packages/solid-crs-components/CHANGELOG.md +++ b/packages/solid-crs-components/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [0.16.3](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.16.2...v0.16.3) (2022-04-22) + +**Note:** Version bump only for package @netwerk-digitaal-erfgoed/solid-crs-components + + + + + ### [0.16.2](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.16.1...v0.16.2) (2022-01-24) **Note:** Version bump only for package @netwerk-digitaal-erfgoed/solid-crs-components diff --git a/packages/solid-crs-components/package-lock.json b/packages/solid-crs-components/package-lock.json index 7da9fcd4..375bbaaf 100644 --- a/packages/solid-crs-components/package-lock.json +++ b/packages/solid-crs-components/package-lock.json @@ -1,6 +1,6 @@ { "name": "@netwerk-digitaal-erfgoed/solid-crs-components", - "version": "0.16.2", + "version": "0.16.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/solid-crs-components/package.json b/packages/solid-crs-components/package.json index 9b037298..22863547 100644 --- a/packages/solid-crs-components/package.json +++ b/packages/solid-crs-components/package.json @@ -1,6 +1,6 @@ { "name": "@netwerk-digitaal-erfgoed/solid-crs-components", - "version": "0.16.2", + "version": "0.16.3", "description": "Collection of Semantic Components for the NDE-project.", "author": "Wouter Janssens ", "main": "./dist/solid-crs-components.umd.js", @@ -30,8 +30,8 @@ }, "dependencies": { "@digita-ai/semcom-core": "0.3.4", - "@netwerk-digitaal-erfgoed/solid-crs-core": "0.16.2", - "@netwerk-digitaal-erfgoed/solid-crs-theme": "0.16.2", + "@netwerk-digitaal-erfgoed/solid-crs-core": "0.16.3", + "@netwerk-digitaal-erfgoed/solid-crs-theme": "0.16.3", "debounce": "^1.2.1", "lit-element": "2.4.0", "rx-lit": "1.0.1", diff --git a/packages/solid-crs-core/CHANGELOG.md b/packages/solid-crs-core/CHANGELOG.md index a1f7822c..ecb8b184 100644 --- a/packages/solid-crs-core/CHANGELOG.md +++ b/packages/solid-crs-core/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [0.16.3](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.16.2...v0.16.3) (2022-04-22) + +**Note:** Version bump only for package @netwerk-digitaal-erfgoed/solid-crs-core + + + + + ### [0.16.2](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.16.1...v0.16.2) (2022-01-24) **Note:** Version bump only for package @netwerk-digitaal-erfgoed/solid-crs-core diff --git a/packages/solid-crs-core/package-lock.json b/packages/solid-crs-core/package-lock.json index e9712d98..81fad13c 100644 --- a/packages/solid-crs-core/package-lock.json +++ b/packages/solid-crs-core/package-lock.json @@ -1,6 +1,6 @@ { "name": "@netwerk-digitaal-erfgoed/solid-crs-core", - "version": "0.16.2", + "version": "0.16.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/solid-crs-core/package.json b/packages/solid-crs-core/package.json index f82ba282..be9edc47 100644 --- a/packages/solid-crs-core/package.json +++ b/packages/solid-crs-core/package.json @@ -1,6 +1,6 @@ { "name": "@netwerk-digitaal-erfgoed/solid-crs-core", - "version": "0.16.2", + "version": "0.16.3", "description": "Core logic of the NDE-project.", "author": "Wouter Janssens ", "main": "./dist/solid-crs-core.umd.js", @@ -60,7 +60,7 @@ "@appnest/lit-translate": "^1.1.18", "@digita-ai/inrupt-solid-client": "^0.11.0", "@digita-ai/inrupt-solid-service": "^0.11.0", - "@netwerk-digitaal-erfgoed/solid-crs-client": "0.16.2", + "@netwerk-digitaal-erfgoed/solid-crs-client": "0.16.3", "moment": "^2.29.1", "rxjs": "^7.4.0", "uuid": "8.3.2", diff --git a/packages/solid-crs-id-proxy/CHANGELOG.md b/packages/solid-crs-id-proxy/CHANGELOG.md index 93e687c6..5c286468 100644 --- a/packages/solid-crs-id-proxy/CHANGELOG.md +++ b/packages/solid-crs-id-proxy/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [0.16.3](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.16.2...v0.16.3) (2022-04-22) + +**Note:** Version bump only for package @netwerk-digitaal-erfgoed/solid-crs-id-proxy + + + + + ### [0.16.2](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.16.1...v0.16.2) (2022-01-24) **Note:** Version bump only for package @netwerk-digitaal-erfgoed/solid-crs-id-proxy diff --git a/packages/solid-crs-id-proxy/package-lock.json b/packages/solid-crs-id-proxy/package-lock.json index d014b8a2..35efcb4c 100644 --- a/packages/solid-crs-id-proxy/package-lock.json +++ b/packages/solid-crs-id-proxy/package-lock.json @@ -1,6 +1,6 @@ { "name": "@netwerk-digitaal-erfgoed/solid-crs-id-proxy", - "version": "0.16.2", + "version": "0.16.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/solid-crs-id-proxy/package.json b/packages/solid-crs-id-proxy/package.json index 12b99355..5cb6d904 100644 --- a/packages/solid-crs-id-proxy/package.json +++ b/packages/solid-crs-id-proxy/package.json @@ -1,6 +1,6 @@ { "name": "@netwerk-digitaal-erfgoed/solid-crs-id-proxy", - "version": "0.16.2", + "version": "0.16.3", "description": "Solid CRS identity proxy", "author": "digita.ai", "scripts": { diff --git a/packages/solid-crs-manage/CHANGELOG.md b/packages/solid-crs-manage/CHANGELOG.md index 6772ac2b..32d6261a 100644 --- a/packages/solid-crs-manage/CHANGELOG.md +++ b/packages/solid-crs-manage/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [0.16.3](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.16.2...v0.16.3) (2022-04-22) + +**Note:** Version bump only for package @netwerk-digitaal-erfgoed/solid-crs-manage + + + + + ### [0.16.2](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.16.1...v0.16.2) (2022-01-24) diff --git a/packages/solid-crs-manage/package-lock.json b/packages/solid-crs-manage/package-lock.json index 60f24bbb..e40b64f4 100644 --- a/packages/solid-crs-manage/package-lock.json +++ b/packages/solid-crs-manage/package-lock.json @@ -1,6 +1,6 @@ { "name": "@netwerk-digitaal-erfgoed/solid-crs-manage", - "version": "0.16.2", + "version": "0.16.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/solid-crs-manage/package.json b/packages/solid-crs-manage/package.json index 3a349345..c18df84b 100644 --- a/packages/solid-crs-manage/package.json +++ b/packages/solid-crs-manage/package.json @@ -1,6 +1,6 @@ { "name": "@netwerk-digitaal-erfgoed/solid-crs-manage", - "version": "0.16.2", + "version": "0.16.3", "description": "App for the NDE-project.", "author": "Wouter Janssens ", "main": "./dist/solid-crs-manage.umd.js", @@ -33,11 +33,11 @@ "@digita-ai/inrupt-solid-service": "^0.11.0", "@digita-ai/semcom-core": "0.4.1", "@digita-ai/semcom-sdk": "0.4.1", - "@netwerk-digitaal-erfgoed/solid-crs-client": "0.16.2", - "@netwerk-digitaal-erfgoed/solid-crs-components": "0.16.2", - "@netwerk-digitaal-erfgoed/solid-crs-core": "0.16.2", - "@netwerk-digitaal-erfgoed/solid-crs-semcom-components": "0.16.2", - "@netwerk-digitaal-erfgoed/solid-crs-theme": "0.16.2", + "@netwerk-digitaal-erfgoed/solid-crs-client": "0.16.3", + "@netwerk-digitaal-erfgoed/solid-crs-components": "0.16.3", + "@netwerk-digitaal-erfgoed/solid-crs-core": "0.16.3", + "@netwerk-digitaal-erfgoed/solid-crs-semcom-components": "0.16.3", + "@netwerk-digitaal-erfgoed/solid-crs-theme": "0.16.3", "@xstate/inspect": "^0.4.1", "edtf": "^3.1.0", "lit-element": "2.4.0", diff --git a/packages/solid-crs-pods/CHANGELOG.md b/packages/solid-crs-pods/CHANGELOG.md index b899f5f4..73c24742 100644 --- a/packages/solid-crs-pods/CHANGELOG.md +++ b/packages/solid-crs-pods/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [0.16.3](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.16.2...v0.16.3) (2022-04-22) + +**Note:** Version bump only for package @netwerk-digitaal-erfgoed/solid-crs-pods + + + + + ### [0.16.2](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.16.1...v0.16.2) (2022-01-24) **Note:** Version bump only for package @netwerk-digitaal-erfgoed/solid-crs-pods diff --git a/packages/solid-crs-pods/package-lock.json b/packages/solid-crs-pods/package-lock.json index 269f4e07..02c5a0cf 100644 --- a/packages/solid-crs-pods/package-lock.json +++ b/packages/solid-crs-pods/package-lock.json @@ -1,6 +1,6 @@ { "name": "@netwerk-digitaal-erfgoed/solid-crs-pods", - "version": "0.16.2", + "version": "0.16.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/solid-crs-pods/package.json b/packages/solid-crs-pods/package.json index d66ff400..996414c5 100644 --- a/packages/solid-crs-pods/package.json +++ b/packages/solid-crs-pods/package.json @@ -1,6 +1,6 @@ { "name": "@netwerk-digitaal-erfgoed/solid-crs-pods", - "version": "0.16.2", + "version": "0.16.3", "description": "Pods for the demo environment of the NDE-project.", "author": "Wouter Janssens ", "license": "EUPL-1.2", diff --git a/packages/solid-crs-presentation/CHANGELOG.md b/packages/solid-crs-presentation/CHANGELOG.md index beb73065..41fe8fdd 100644 --- a/packages/solid-crs-presentation/CHANGELOG.md +++ b/packages/solid-crs-presentation/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [0.16.3](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.16.2...v0.16.3) (2022-04-22) + +**Note:** Version bump only for package @netwerk-digitaal-erfgoed/solid-crs-presentation + + + + + ### [0.16.2](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.16.1...v0.16.2) (2022-01-24) **Note:** Version bump only for package @netwerk-digitaal-erfgoed/solid-crs-presentation diff --git a/packages/solid-crs-presentation/package-lock.json b/packages/solid-crs-presentation/package-lock.json index 05217d51..65392083 100644 --- a/packages/solid-crs-presentation/package-lock.json +++ b/packages/solid-crs-presentation/package-lock.json @@ -1,6 +1,6 @@ { "name": "@netwerk-digitaal-erfgoed/solid-crs-presentation", - "version": "0.16.2", + "version": "0.16.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/solid-crs-presentation/package.json b/packages/solid-crs-presentation/package.json index 31299087..5e30e6ab 100644 --- a/packages/solid-crs-presentation/package.json +++ b/packages/solid-crs-presentation/package.json @@ -1,6 +1,6 @@ { "name": "@netwerk-digitaal-erfgoed/solid-crs-presentation", - "version": "0.16.2", + "version": "0.16.3", "description": "App for the NDE-project.", "author": "Wouter Janssens ", "main": "./dist/solid-crs-presentation.umd.js", @@ -32,11 +32,11 @@ "@digita-ai/inrupt-solid-service": "^0.11.0", "@digita-ai/semcom-core": "0.4.1", "@digita-ai/semcom-sdk": "0.4.1", - "@netwerk-digitaal-erfgoed/solid-crs-client": "0.16.2", - "@netwerk-digitaal-erfgoed/solid-crs-components": "0.16.2", - "@netwerk-digitaal-erfgoed/solid-crs-core": "0.16.2", - "@netwerk-digitaal-erfgoed/solid-crs-semcom-components": "0.16.2", - "@netwerk-digitaal-erfgoed/solid-crs-theme": "0.16.2", + "@netwerk-digitaal-erfgoed/solid-crs-client": "0.16.3", + "@netwerk-digitaal-erfgoed/solid-crs-components": "0.16.3", + "@netwerk-digitaal-erfgoed/solid-crs-core": "0.16.3", + "@netwerk-digitaal-erfgoed/solid-crs-semcom-components": "0.16.3", + "@netwerk-digitaal-erfgoed/solid-crs-theme": "0.16.3", "@xstate/inspect": "^0.4.1", "lit-element": "2.4.0", "rx-lit": "1.0.1", diff --git a/packages/solid-crs-semcom-components/CHANGELOG.md b/packages/solid-crs-semcom-components/CHANGELOG.md index 08610655..885e1667 100644 --- a/packages/solid-crs-semcom-components/CHANGELOG.md +++ b/packages/solid-crs-semcom-components/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [0.16.3](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.16.2...v0.16.3) (2022-04-22) + +**Note:** Version bump only for package @netwerk-digitaal-erfgoed/solid-crs-semcom-components + + + + + ### [0.16.2](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.16.1...v0.16.2) (2022-01-24) **Note:** Version bump only for package @netwerk-digitaal-erfgoed/solid-crs-semcom-components diff --git a/packages/solid-crs-semcom-components/package-lock.json b/packages/solid-crs-semcom-components/package-lock.json index ac5606b4..70547eb5 100644 --- a/packages/solid-crs-semcom-components/package-lock.json +++ b/packages/solid-crs-semcom-components/package-lock.json @@ -1,6 +1,6 @@ { "name": "@netwerk-digitaal-erfgoed/solid-crs-semcom-components", - "version": "0.16.2", + "version": "0.16.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/solid-crs-semcom-components/package.json b/packages/solid-crs-semcom-components/package.json index 9438d35d..81904cd6 100644 --- a/packages/solid-crs-semcom-components/package.json +++ b/packages/solid-crs-semcom-components/package.json @@ -1,6 +1,6 @@ { "name": "@netwerk-digitaal-erfgoed/solid-crs-semcom-components", - "version": "0.16.2", + "version": "0.16.3", "description": "Semcom components for the demo environment of the NDE-project.", "author": "Wouter Janssens ", "main": "./dist/index.js", @@ -24,10 +24,10 @@ }, "dependencies": { "@digita-ai/dgt-components": "0.10.0", - "@netwerk-digitaal-erfgoed/solid-crs-client": "0.16.2", - "@netwerk-digitaal-erfgoed/solid-crs-components": "0.16.2", - "@netwerk-digitaal-erfgoed/solid-crs-core": "0.16.2", - "@netwerk-digitaal-erfgoed/solid-crs-theme": "0.16.2", + "@netwerk-digitaal-erfgoed/solid-crs-client": "0.16.3", + "@netwerk-digitaal-erfgoed/solid-crs-components": "0.16.3", + "@netwerk-digitaal-erfgoed/solid-crs-core": "0.16.3", + "@netwerk-digitaal-erfgoed/solid-crs-theme": "0.16.3", "@xstate/inspect": "^0.4.1", "edtf": "^3.1.0", "lit-element": "2.4.0", diff --git a/packages/solid-crs-semcom-node/CHANGELOG.md b/packages/solid-crs-semcom-node/CHANGELOG.md index 675439e1..15a15f4a 100644 --- a/packages/solid-crs-semcom-node/CHANGELOG.md +++ b/packages/solid-crs-semcom-node/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [0.16.3](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.16.2...v0.16.3) (2022-04-22) + +**Note:** Version bump only for package @netwerk-digitaal-erfgoed/solid-crs-semcom-node + + + + + ### [0.16.2](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.16.1...v0.16.2) (2022-01-24) **Note:** Version bump only for package @netwerk-digitaal-erfgoed/solid-crs-semcom-node diff --git a/packages/solid-crs-semcom-node/package-lock.json b/packages/solid-crs-semcom-node/package-lock.json index 41033a2a..ac79fee1 100644 --- a/packages/solid-crs-semcom-node/package-lock.json +++ b/packages/solid-crs-semcom-node/package-lock.json @@ -1,6 +1,6 @@ { "name": "@netwerk-digitaal-erfgoed/solid-crs-semcom-node", - "version": "0.16.2", + "version": "0.16.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/solid-crs-semcom-node/package.json b/packages/solid-crs-semcom-node/package.json index f072824f..a1f95fff 100644 --- a/packages/solid-crs-semcom-node/package.json +++ b/packages/solid-crs-semcom-node/package.json @@ -1,6 +1,6 @@ { "name": "@netwerk-digitaal-erfgoed/solid-crs-semcom-node", - "version": "0.16.2", + "version": "0.16.3", "description": "Semcom node for the demo environment of the NDE-project.", "author": "Wouter Janssens ", "license": "EUPL-1.2", diff --git a/packages/solid-crs-theme/CHANGELOG.md b/packages/solid-crs-theme/CHANGELOG.md index 19c82f4c..c11ee046 100644 --- a/packages/solid-crs-theme/CHANGELOG.md +++ b/packages/solid-crs-theme/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [0.16.3](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.16.2...v0.16.3) (2022-04-22) + +**Note:** Version bump only for package @netwerk-digitaal-erfgoed/solid-crs-theme + + + + + ### [0.16.2](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.16.1...v0.16.2) (2022-01-24) **Note:** Version bump only for package @netwerk-digitaal-erfgoed/solid-crs-theme diff --git a/packages/solid-crs-theme/package-lock.json b/packages/solid-crs-theme/package-lock.json index a61557d7..3ea81138 100644 --- a/packages/solid-crs-theme/package-lock.json +++ b/packages/solid-crs-theme/package-lock.json @@ -1,6 +1,6 @@ { "name": "@netwerk-digitaal-erfgoed/solid-crs-theme", - "version": "0.16.2", + "version": "0.16.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/solid-crs-theme/package.json b/packages/solid-crs-theme/package.json index d732d522..0a55cb26 100644 --- a/packages/solid-crs-theme/package.json +++ b/packages/solid-crs-theme/package.json @@ -1,6 +1,6 @@ { "name": "@netwerk-digitaal-erfgoed/solid-crs-theme", - "version": "0.16.2", + "version": "0.16.3", "description": "Theme for the NDE-project.", "author": "Wouter Janssens ", "main": "./dist/solid-crs-theme.umd.js", diff --git a/packages/solid-crs-webid/CHANGELOG.md b/packages/solid-crs-webid/CHANGELOG.md index a2e02f41..6d7af872 100644 --- a/packages/solid-crs-webid/CHANGELOG.md +++ b/packages/solid-crs-webid/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [0.16.3](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.16.2...v0.16.3) (2022-04-22) + + +### **Bug Fixes** + +* add loan redirect URI ([#600](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/600)) ([141082a](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/141082a4ea30842534ae395708e2cd9087ef6fa7)) + + + ### [0.16.2](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.16.1...v0.16.2) (2022-01-24) **Note:** Version bump only for package @netwerk-digitaal-erfgoed/solid-crs-webid diff --git a/packages/solid-crs-webid/package-lock.json b/packages/solid-crs-webid/package-lock.json index 8ee73ca6..121018b4 100644 --- a/packages/solid-crs-webid/package-lock.json +++ b/packages/solid-crs-webid/package-lock.json @@ -1,6 +1,6 @@ { "name": "@netwerk-digitaal-erfgoed/solid-crs-webid", - "version": "0.16.2", + "version": "0.16.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/solid-crs-webid/package.json b/packages/solid-crs-webid/package.json index f56a9371..c251d789 100644 --- a/packages/solid-crs-webid/package.json +++ b/packages/solid-crs-webid/package.json @@ -1,6 +1,6 @@ { "name": "@netwerk-digitaal-erfgoed/solid-crs-webid", - "version": "0.16.2", + "version": "0.16.3", "description": "Community Solid Server as host for NDE WebID documents", "author": "Wouter Janssens ", "license": "EUPL-1.2",