From 3e221e493f2dafabdb052a1f9fc567c60f845ff7 Mon Sep 17 00:00:00 2001 From: Stijn Taelemans Date: Tue, 21 Dec 2021 18:51:24 +0100 Subject: [PATCH] chore: release v0.15.3 --- CHANGELOG.md | 8 ++++++++ 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 | 8 ++++++++ packages/solid-crs-webid/package-lock.json | 2 +- packages/solid-crs-webid/package.json | 4 ++-- 36 files changed, 138 insertions(+), 42 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc35e0f4..c85f6192 100644 --- a/CHANGELOG.md +++ b/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.15.3](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.15.2...v0.15.3) (2021-12-21) + +**Note:** Version bump only for package root + + + + + ### [0.15.2](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.15.1...v0.15.2) (2021-12-21) **Note:** Version bump only for package root diff --git a/docs/antora.yml b/docs/antora.yml index bf3ea7fd..17aee0dd 100644 --- a/docs/antora.yml +++ b/docs/antora.yml @@ -1,6 +1,6 @@ name: solid-crs title: Solid voor kleine erfgoedinstellingen -version: 0.15.1 +version: 0.15.2 nav: - modules/ROOT/nav.adoc - modules/manual/nav.adoc diff --git a/lerna.json b/lerna.json index de2bc8c5..b356843b 100644 --- a/lerna.json +++ b/lerna.json @@ -56,5 +56,5 @@ } } }, - "version": "0.15.2" + "version": "0.15.3" } diff --git a/packages/solid-crs-client/CHANGELOG.md b/packages/solid-crs-client/CHANGELOG.md index 5c97caf8..bc63a9a8 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.15.3](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.15.2...v0.15.3) (2021-12-21) + +**Note:** Version bump only for package @netwerk-digitaal-erfgoed/solid-crs-client + + + + + ### [0.15.2](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.15.1...v0.15.2) (2021-12-21) **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 27e72090..6a326e7f 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.15.2", + "version": "0.15.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/solid-crs-client/package.json b/packages/solid-crs-client/package.json index c1333eaf..b0882a49 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.15.2", + "version": "0.15.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 70860bea..b4221ecb 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.15.3](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.15.2...v0.15.3) (2021-12-21) + +**Note:** Version bump only for package @netwerk-digitaal-erfgoed/solid-crs-components + + + + + ### [0.15.2](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.15.1...v0.15.2) (2021-12-21) **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 1d397e9f..6afc129c 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.15.2", + "version": "0.15.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/solid-crs-components/package.json b/packages/solid-crs-components/package.json index e77dce22..08e60cce 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.15.2", + "version": "0.15.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.15.2", - "@netwerk-digitaal-erfgoed/solid-crs-theme": "0.15.2", + "@netwerk-digitaal-erfgoed/solid-crs-core": "0.15.3", + "@netwerk-digitaal-erfgoed/solid-crs-theme": "0.15.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 461d5c20..1000b1f6 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.15.3](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.15.2...v0.15.3) (2021-12-21) + +**Note:** Version bump only for package @netwerk-digitaal-erfgoed/solid-crs-core + + + + + ### [0.15.2](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.15.1...v0.15.2) (2021-12-21) **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 f8998941..e1b49ffe 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.15.2", + "version": "0.15.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/solid-crs-core/package.json b/packages/solid-crs-core/package.json index a731d1a8..c60c46e4 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.15.2", + "version": "0.15.3", "description": "Core logic of the NDE-project.", "author": "Wouter Janssens ", "main": "./dist/solid-crs-core.umd.js", @@ -61,7 +61,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.15.2", + "@netwerk-digitaal-erfgoed/solid-crs-client": "0.15.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 64bbcc11..c2455f76 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.15.3](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.15.2...v0.15.3) (2021-12-21) + +**Note:** Version bump only for package @netwerk-digitaal-erfgoed/solid-crs-id-proxy + + + + + ### [0.15.2](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.15.1...v0.15.2) (2021-12-21) **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 d072950e..7434dddb 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.15.2", + "version": "0.15.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 5df965a5..ec41ddeb 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.15.2", + "version": "0.15.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 cf8732a3..03c41533 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.15.3](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.15.2...v0.15.3) (2021-12-21) + +**Note:** Version bump only for package @netwerk-digitaal-erfgoed/solid-crs-manage + + + + + ### [0.15.2](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.15.1...v0.15.2) (2021-12-21) **Note:** Version bump only for package @netwerk-digitaal-erfgoed/solid-crs-manage diff --git a/packages/solid-crs-manage/package-lock.json b/packages/solid-crs-manage/package-lock.json index 6a550b46..d1ac5fbe 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.15.2", + "version": "0.15.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/solid-crs-manage/package.json b/packages/solid-crs-manage/package.json index 6f515648..184044f1 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.15.2", + "version": "0.15.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.15.2", - "@netwerk-digitaal-erfgoed/solid-crs-components": "0.15.2", - "@netwerk-digitaal-erfgoed/solid-crs-core": "0.15.2", - "@netwerk-digitaal-erfgoed/solid-crs-semcom-components": "0.15.2", - "@netwerk-digitaal-erfgoed/solid-crs-theme": "0.15.2", + "@netwerk-digitaal-erfgoed/solid-crs-client": "0.15.3", + "@netwerk-digitaal-erfgoed/solid-crs-components": "0.15.3", + "@netwerk-digitaal-erfgoed/solid-crs-core": "0.15.3", + "@netwerk-digitaal-erfgoed/solid-crs-semcom-components": "0.15.3", + "@netwerk-digitaal-erfgoed/solid-crs-theme": "0.15.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 300f3fe3..aaf83f33 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.15.3](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.15.2...v0.15.3) (2021-12-21) + +**Note:** Version bump only for package @netwerk-digitaal-erfgoed/solid-crs-pods + + + + + ### [0.15.2](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.15.1...v0.15.2) (2021-12-21) **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 71a4f531..863aff4c 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.15.2", + "version": "0.15.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/solid-crs-pods/package.json b/packages/solid-crs-pods/package.json index 6c04b8a8..f9705991 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.15.2", + "version": "0.15.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 2cf4e9f6..bfe58505 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.15.3](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.15.2...v0.15.3) (2021-12-21) + +**Note:** Version bump only for package @netwerk-digitaal-erfgoed/solid-crs-presentation + + + + + ### [0.15.2](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.15.1...v0.15.2) (2021-12-21) **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 3d4d28e0..aaf10d87 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.15.2", + "version": "0.15.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/solid-crs-presentation/package.json b/packages/solid-crs-presentation/package.json index b189e11c..bf14e558 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.15.2", + "version": "0.15.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.15.2", - "@netwerk-digitaal-erfgoed/solid-crs-components": "0.15.2", - "@netwerk-digitaal-erfgoed/solid-crs-core": "0.15.2", - "@netwerk-digitaal-erfgoed/solid-crs-semcom-components": "0.15.2", - "@netwerk-digitaal-erfgoed/solid-crs-theme": "0.15.2", + "@netwerk-digitaal-erfgoed/solid-crs-client": "0.15.3", + "@netwerk-digitaal-erfgoed/solid-crs-components": "0.15.3", + "@netwerk-digitaal-erfgoed/solid-crs-core": "0.15.3", + "@netwerk-digitaal-erfgoed/solid-crs-semcom-components": "0.15.3", + "@netwerk-digitaal-erfgoed/solid-crs-theme": "0.15.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 e7b80fd4..6932b28a 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.15.3](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.15.2...v0.15.3) (2021-12-21) + +**Note:** Version bump only for package @netwerk-digitaal-erfgoed/solid-crs-semcom-components + + + + + ### [0.15.2](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.15.1...v0.15.2) (2021-12-21) **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 8bc34a66..30b2b789 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.15.2", + "version": "0.15.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 08c15f74..1a739729 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.15.2", + "version": "0.15.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.15.2", - "@netwerk-digitaal-erfgoed/solid-crs-components": "0.15.2", - "@netwerk-digitaal-erfgoed/solid-crs-core": "0.15.2", - "@netwerk-digitaal-erfgoed/solid-crs-theme": "0.15.2", + "@netwerk-digitaal-erfgoed/solid-crs-client": "0.15.3", + "@netwerk-digitaal-erfgoed/solid-crs-components": "0.15.3", + "@netwerk-digitaal-erfgoed/solid-crs-core": "0.15.3", + "@netwerk-digitaal-erfgoed/solid-crs-theme": "0.15.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 bdb05ac3..4e6efb05 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.15.3](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.15.2...v0.15.3) (2021-12-21) + +**Note:** Version bump only for package @netwerk-digitaal-erfgoed/solid-crs-semcom-node + + + + + ### [0.15.2](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.15.1...v0.15.2) (2021-12-21) **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 1387bb1f..9df4cabe 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.15.2", + "version": "0.15.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 3c86a692..17403b86 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.15.2", + "version": "0.15.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 0e1b10ba..0d2464b4 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.15.3](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.15.2...v0.15.3) (2021-12-21) + +**Note:** Version bump only for package @netwerk-digitaal-erfgoed/solid-crs-theme + + + + + ### [0.15.2](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.15.1...v0.15.2) (2021-12-21) **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 0d5288d6..c34f179e 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.15.2", + "version": "0.15.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/solid-crs-theme/package.json b/packages/solid-crs-theme/package.json index 4eae3368..69c6e93d 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.15.2", + "version": "0.15.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 77e5fe36..6dc1020b 100644 --- a/packages/solid-crs-webid/CHANGELOG.md +++ b/packages/solid-crs-webid/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.15.3](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.15.2...v0.15.3) (2021-12-21) + +**Note:** Version bump only for package @netwerk-digitaal-erfgoed/solid-crs-webid + + + + + ### [0.15.2](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.15.1...v0.15.2) (2021-12-21) **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 b7159db1..50195166 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.15.2", + "version": "0.15.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/solid-crs-webid/package.json b/packages/solid-crs-webid/package.json index aa7d486d..647ca6b2 100644 --- a/packages/solid-crs-webid/package.json +++ b/packages/solid-crs-webid/package.json @@ -1,11 +1,11 @@ { "name": "@netwerk-digitaal-erfgoed/solid-crs-webid", - "version": "0.15.2", + "version": "0.15.3", "description": "Community Solid Server as host for NDE WebID documents", "author": "Wouter Janssens ", "license": "EUPL-1.2", "scripts": { - "start": "shx rm -rf tmp/ && shx mkdir tmp && shx cp -r data/local/. tmp/ && community-solid-server -c config/file.json --rootFilePath ./tmp -p 3007", + "start": "shx rm -rf tmp/ && shx mkdir tmp && shx cp -r data/development/. tmp/ && community-solid-server -c config/file.json --rootFilePath ./tmp -p 3007", "start:watch": "npm run start" }, "dependencies": {