From 4a9d8d035e53c432b35170393e36e11b178eb713 Mon Sep 17 00:00:00 2001 From: Stijn Taelemans Date: Wed, 8 Dec 2021 10:39:00 +0100 Subject: [PATCH] chore: release v0.12.0 --- CHANGELOG.md | 21 +++++++++++++++++++ docs/antora.yml | 2 +- lerna.json | 2 +- packages/solid-crs-client/CHANGELOG.md | 14 +++++++++++++ packages/solid-crs-client/package-lock.json | 2 +- packages/solid-crs-client/package.json | 2 +- packages/solid-crs-components/CHANGELOG.md | 14 +++++++++++++ .../solid-crs-components/package-lock.json | 2 +- packages/solid-crs-components/package.json | 6 +++--- packages/solid-crs-core/CHANGELOG.md | 16 ++++++++++++++ packages/solid-crs-core/package-lock.json | 2 +- packages/solid-crs-core/package.json | 4 ++-- packages/solid-crs-manage/CHANGELOG.md | 16 ++++++++++++++ packages/solid-crs-manage/package-lock.json | 2 +- packages/solid-crs-manage/package.json | 14 ++++++------- packages/solid-crs-pods/CHANGELOG.md | 9 ++++++++ packages/solid-crs-pods/package-lock.json | 2 +- packages/solid-crs-pods/package.json | 2 +- packages/solid-crs-presentation/CHANGELOG.md | 15 +++++++++++++ .../solid-crs-presentation/package-lock.json | 2 +- packages/solid-crs-presentation/package.json | 12 +++++------ .../solid-crs-semcom-components/CHANGELOG.md | 14 +++++++++++++ .../package-lock.json | 2 +- .../solid-crs-semcom-components/package.json | 10 ++++----- packages/solid-crs-semcom-node/CHANGELOG.md | 8 +++++++ .../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 +- 30 files changed, 173 insertions(+), 38 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cfa3c7e..5dbdb159 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,27 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.12.0](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/compare/v0.11.0...v0.12.0) (2021-12-08) + + +### **Bug Fixes** + +* enable routing in manage ([#474](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/issues/474)) ([a992be9](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/commit/a992be9f0a24bec1289dabc93984099695499932)) +* requirements for datasets violations ([#528](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/issues/528)) ([5cac643](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/commit/5cac643febfb85989c7f1a808bd5851f669a2a53)) + + +### **Features** + +* add image upload button to object page ([#529](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/issues/529)) ([898f9cb](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/commit/898f9cbaf6ebcb43e76c26f26ba68812ccacfeb7)) +* add paginator to collection page ([#526](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/issues/526)) ([ae4a700](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/commit/ae4a7002bf4d2f5c15fadb7c71fe6e21fd1727d4)) + + +### **Documentation** + +* correct order for install instructions ([#530](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/issues/530)) ([71c91cf](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/commit/71c91cf352bdd22035899d98e8ec12cab13d8298)) + + + ## [0.11.0](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/compare/v0.10.6...v0.11.0) (2021-11-16) diff --git a/docs/antora.yml b/docs/antora.yml index a31a6473..765200a7 100644 --- a/docs/antora.yml +++ b/docs/antora.yml @@ -1,6 +1,6 @@ name: solid-crs title: Solid voor kleine erfgoedinstellingen -version: 0.10.6 +version: 0.11.0 nav: - modules/ROOT/nav.adoc - modules/manual/nav.adoc diff --git a/lerna.json b/lerna.json index a10d7f5d..d74fa720 100644 --- a/lerna.json +++ b/lerna.json @@ -56,5 +56,5 @@ } } }, - "version": "0.11.0" + "version": "0.12.0" } diff --git a/packages/solid-crs-client/CHANGELOG.md b/packages/solid-crs-client/CHANGELOG.md index 8f6a1f7c..86ab2ada 100644 --- a/packages/solid-crs-client/CHANGELOG.md +++ b/packages/solid-crs-client/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.12.0](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.11.0...v0.12.0) (2021-12-08) + + +### **Bug Fixes** + +* requirements for datasets violations ([#528](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/528)) ([5cac643](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/5cac643febfb85989c7f1a808bd5851f669a2a53)) + + +### **Features** + +* add image upload button to object page ([#529](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/529)) ([898f9cb](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/898f9cbaf6ebcb43e76c26f26ba68812ccacfeb7)) + + + ## [0.11.0](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.10.6...v0.11.0) (2021-11-16) **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 e922e3b8..e6efca7a 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.11.0", + "version": "0.12.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/solid-crs-client/package.json b/packages/solid-crs-client/package.json index bd8edfcc..a00abadd 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.11.0", + "version": "0.12.0", "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 6aa25f38..4e30670d 100644 --- a/packages/solid-crs-components/CHANGELOG.md +++ b/packages/solid-crs-components/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.12.0](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.11.0...v0.12.0) (2021-12-08) + + +### **Bug Fixes** + +* enable routing in manage ([#474](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/474)) ([a992be9](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/a992be9f0a24bec1289dabc93984099695499932)) + + +### **Features** + +* add paginator to collection page ([#526](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/526)) ([ae4a700](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/ae4a7002bf4d2f5c15fadb7c71fe6e21fd1727d4)) + + + ## [0.11.0](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.10.6...v0.11.0) (2021-11-16) diff --git a/packages/solid-crs-components/package-lock.json b/packages/solid-crs-components/package-lock.json index 034ca93c..5c7d030e 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.11.0", + "version": "0.12.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/solid-crs-components/package.json b/packages/solid-crs-components/package.json index 78a2ff90..5178f17f 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.11.0", + "version": "0.12.0", "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.11.0", - "@netwerk-digitaal-erfgoed/solid-crs-theme": "0.11.0", + "@netwerk-digitaal-erfgoed/solid-crs-core": "0.12.0", + "@netwerk-digitaal-erfgoed/solid-crs-theme": "0.12.0", "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 fb8d7aed..b8744ea0 100644 --- a/packages/solid-crs-core/CHANGELOG.md +++ b/packages/solid-crs-core/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.12.0](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.11.0...v0.12.0) (2021-12-08) + + +### **Bug Fixes** + +* enable routing in manage ([#474](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/474)) ([a992be9](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/a992be9f0a24bec1289dabc93984099695499932)) +* requirements for datasets violations ([#528](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/528)) ([5cac643](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/5cac643febfb85989c7f1a808bd5851f669a2a53)) + + +### **Features** + +* add image upload button to object page ([#529](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/529)) ([898f9cb](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/898f9cbaf6ebcb43e76c26f26ba68812ccacfeb7)) +* add paginator to collection page ([#526](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/526)) ([ae4a700](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/ae4a7002bf4d2f5c15fadb7c71fe6e21fd1727d4)) + + + ## [0.11.0](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.10.6...v0.11.0) (2021-11-16) diff --git a/packages/solid-crs-core/package-lock.json b/packages/solid-crs-core/package-lock.json index 93d0c7d3..a6acfc01 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.11.0", + "version": "0.12.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/solid-crs-core/package.json b/packages/solid-crs-core/package.json index 1e993dd1..92555700 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.11.0", + "version": "0.12.0", "description": "Core logic of the NDE-project.", "author": "Wouter Janssens ", "main": "./dist/solid-crs-core.umd.js", @@ -59,7 +59,7 @@ }, "dependencies": { "@appnest/lit-translate": "^1.1.18", - "@netwerk-digitaal-erfgoed/solid-crs-client": "0.11.0", + "@netwerk-digitaal-erfgoed/solid-crs-client": "0.12.0", "moment": "^2.29.1", "rxjs": "^7.4.0", "uuid": "8.3.2", diff --git a/packages/solid-crs-manage/CHANGELOG.md b/packages/solid-crs-manage/CHANGELOG.md index 0a685243..e5fb6e59 100644 --- a/packages/solid-crs-manage/CHANGELOG.md +++ b/packages/solid-crs-manage/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.12.0](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.11.0...v0.12.0) (2021-12-08) + + +### **Bug Fixes** + +* enable routing in manage ([#474](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/474)) ([a992be9](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/a992be9f0a24bec1289dabc93984099695499932)) +* requirements for datasets violations ([#528](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/528)) ([5cac643](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/5cac643febfb85989c7f1a808bd5851f669a2a53)) + + +### **Features** + +* add image upload button to object page ([#529](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/529)) ([898f9cb](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/898f9cbaf6ebcb43e76c26f26ba68812ccacfeb7)) +* add paginator to collection page ([#526](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/526)) ([ae4a700](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/ae4a7002bf4d2f5c15fadb7c71fe6e21fd1727d4)) + + + ## [0.11.0](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.10.6...v0.11.0) (2021-11-16) diff --git a/packages/solid-crs-manage/package-lock.json b/packages/solid-crs-manage/package-lock.json index ebd83798..373a18a0 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.11.0", + "version": "0.12.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/solid-crs-manage/package.json b/packages/solid-crs-manage/package.json index e07a502d..cdca50f0 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.11.0", + "version": "0.12.0", "description": "App for the NDE-project.", "author": "Wouter Janssens ", "main": "./dist/solid-crs-manage.umd.js", @@ -31,11 +31,11 @@ "dependencies": { "@digita-ai/semcom-core": "0.4.1", "@digita-ai/semcom-sdk": "0.4.1", - "@netwerk-digitaal-erfgoed/solid-crs-client": "0.11.0", - "@netwerk-digitaal-erfgoed/solid-crs-components": "0.11.0", - "@netwerk-digitaal-erfgoed/solid-crs-core": "0.11.0", - "@netwerk-digitaal-erfgoed/solid-crs-semcom-components": "0.11.0", - "@netwerk-digitaal-erfgoed/solid-crs-theme": "0.11.0", + "@netwerk-digitaal-erfgoed/solid-crs-client": "0.12.0", + "@netwerk-digitaal-erfgoed/solid-crs-components": "0.12.0", + "@netwerk-digitaal-erfgoed/solid-crs-core": "0.12.0", + "@netwerk-digitaal-erfgoed/solid-crs-semcom-components": "0.12.0", + "@netwerk-digitaal-erfgoed/solid-crs-theme": "0.12.0", "@xstate/inspect": "^0.4.1", "edtf": "^3.1.0", "lit-element": "2.4.0", @@ -113,4 +113,4 @@ }, "maxWorkers": 6 } -} \ No newline at end of file +} diff --git a/packages/solid-crs-pods/CHANGELOG.md b/packages/solid-crs-pods/CHANGELOG.md index a37a8ce9..a479f002 100644 --- a/packages/solid-crs-pods/CHANGELOG.md +++ b/packages/solid-crs-pods/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.12.0](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/compare/v0.11.0...v0.12.0) (2021-12-08) + + +### **Features** + +* add paginator to collection page ([#526](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/issues/526)) ([ae4a700](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/commit/ae4a7002bf4d2f5c15fadb7c71fe6e21fd1727d4)) + + + ## [0.11.0](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/compare/v0.10.6...v0.11.0) (2021-11-16) diff --git a/packages/solid-crs-pods/package-lock.json b/packages/solid-crs-pods/package-lock.json index 48cd7c16..9880b220 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.11.0", + "version": "0.12.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/solid-crs-pods/package.json b/packages/solid-crs-pods/package.json index bb58808b..cbc4d3c3 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.11.0", + "version": "0.12.0", "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 c7afe2e2..e33dc5b8 100644 --- a/packages/solid-crs-presentation/CHANGELOG.md +++ b/packages/solid-crs-presentation/CHANGELOG.md @@ -3,6 +3,21 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.12.0](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.11.0...v0.12.0) (2021-12-08) + + +### **Features** + +* add paginator to collection page ([#526](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/526)) ([ae4a700](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/ae4a7002bf4d2f5c15fadb7c71fe6e21fd1727d4)) + + +### **Bug Fixes** + +* enable routing in manage ([#474](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/474)) ([a992be9](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/a992be9f0a24bec1289dabc93984099695499932)) +* requirements for datasets violations ([#528](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/528)) ([5cac643](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/5cac643febfb85989c7f1a808bd5851f669a2a53)) + + + ## [0.11.0](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.10.6...v0.11.0) (2021-11-16) diff --git a/packages/solid-crs-presentation/package-lock.json b/packages/solid-crs-presentation/package-lock.json index c683c583..94807b0a 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.11.0", + "version": "0.12.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/solid-crs-presentation/package.json b/packages/solid-crs-presentation/package.json index 0d7c3cd7..084f9542 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.11.0", + "version": "0.12.0", "description": "App for the NDE-project.", "author": "Wouter Janssens ", "main": "./dist/solid-crs-presentation.umd.js", @@ -31,11 +31,11 @@ "dependencies": { "@digita-ai/semcom-core": "0.4.1", "@digita-ai/semcom-sdk": "0.4.1", - "@netwerk-digitaal-erfgoed/solid-crs-client": "0.11.0", - "@netwerk-digitaal-erfgoed/solid-crs-components": "0.11.0", - "@netwerk-digitaal-erfgoed/solid-crs-core": "0.11.0", - "@netwerk-digitaal-erfgoed/solid-crs-semcom-components": "0.11.0", - "@netwerk-digitaal-erfgoed/solid-crs-theme": "0.11.0", + "@netwerk-digitaal-erfgoed/solid-crs-client": "0.12.0", + "@netwerk-digitaal-erfgoed/solid-crs-components": "0.12.0", + "@netwerk-digitaal-erfgoed/solid-crs-core": "0.12.0", + "@netwerk-digitaal-erfgoed/solid-crs-semcom-components": "0.12.0", + "@netwerk-digitaal-erfgoed/solid-crs-theme": "0.12.0", "@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 663f2388..8475298f 100644 --- a/packages/solid-crs-semcom-components/CHANGELOG.md +++ b/packages/solid-crs-semcom-components/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.12.0](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.11.0...v0.12.0) (2021-12-08) + + +### **Bug Fixes** + +* enable routing in manage ([#474](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/474)) ([a992be9](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/a992be9f0a24bec1289dabc93984099695499932)) + + +### **Features** + +* add image upload button to object page ([#529](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/529)) ([898f9cb](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/898f9cbaf6ebcb43e76c26f26ba68812ccacfeb7)) + + + ## [0.11.0](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.10.6...v0.11.0) (2021-11-16) **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 a5813164..bf76c94d 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.11.0", + "version": "0.12.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/solid-crs-semcom-components/package.json b/packages/solid-crs-semcom-components/package.json index a7d9ce99..76c0f010 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.11.0", + "version": "0.12.0", "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.8.5", - "@netwerk-digitaal-erfgoed/solid-crs-client": "0.11.0", - "@netwerk-digitaal-erfgoed/solid-crs-components": "0.11.0", - "@netwerk-digitaal-erfgoed/solid-crs-core": "0.11.0", - "@netwerk-digitaal-erfgoed/solid-crs-theme": "0.11.0", + "@netwerk-digitaal-erfgoed/solid-crs-client": "0.12.0", + "@netwerk-digitaal-erfgoed/solid-crs-components": "0.12.0", + "@netwerk-digitaal-erfgoed/solid-crs-core": "0.12.0", + "@netwerk-digitaal-erfgoed/solid-crs-theme": "0.12.0", "@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 d875fea1..05054f9b 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.12.0](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.11.0...v0.12.0) (2021-12-08) + +**Note:** Version bump only for package @netwerk-digitaal-erfgoed/solid-crs-semcom-node + + + + + ## [0.11.0](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.10.6...v0.11.0) (2021-11-16) **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 76fb053c..46a9be9e 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.11.0", + "version": "0.12.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/solid-crs-semcom-node/package.json b/packages/solid-crs-semcom-node/package.json index 8d107c2a..5b8ff8ad 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.11.0", + "version": "0.12.0", "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 8f905ebb..bd1e179f 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.12.0](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.11.0...v0.12.0) (2021-12-08) + +**Note:** Version bump only for package @netwerk-digitaal-erfgoed/solid-crs-theme + + + + + ## [0.11.0](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.10.6...v0.11.0) (2021-11-16) diff --git a/packages/solid-crs-theme/package-lock.json b/packages/solid-crs-theme/package-lock.json index f19d87bf..53b5f594 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.11.0", + "version": "0.12.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/solid-crs-theme/package.json b/packages/solid-crs-theme/package.json index 83bc5a84..40ceae8c 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.11.0", + "version": "0.12.0", "description": "Theme for the NDE-project.", "author": "Wouter Janssens ", "main": "./dist/solid-crs-theme.umd.js",