From 00b147238effa40ec2ce91f54143a0c99b0e5625 Mon Sep 17 00:00:00 2001 From: Stijn Taelemans Date: Tue, 16 Nov 2021 11:25:10 +0100 Subject: [PATCH] chore: release v0.11.0 --- CHANGELOG.md | 19 +++++++++++++++++++ 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 | 14 ++++++++++++++ .../solid-crs-components/package-lock.json | 2 +- packages/solid-crs-components/package.json | 6 +++--- packages/solid-crs-core/CHANGELOG.md | 9 +++++++++ packages/solid-crs-core/package-lock.json | 2 +- packages/solid-crs-core/package.json | 6 +++--- packages/solid-crs-manage/CHANGELOG.md | 15 +++++++++++++++ packages/solid-crs-manage/package-lock.json | 2 +- packages/solid-crs-manage/package.json | 12 ++++++------ 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 | 8 ++++++++ .../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 | 9 +++++++++ packages/solid-crs-theme/package-lock.json | 2 +- packages/solid-crs-theme/package.json | 2 +- 30 files changed, 152 insertions(+), 38 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf2ebb4a..5cfa3c7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.11.0](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/compare/v0.10.6...v0.11.0) (2021-11-16) + + +### **Bug Fixes** + +* clicking dropdown arrow should open and close menu ([#516](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/issues/516)) ([eace6fb](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/commit/eace6fb82e4f7c3ad8658a1c1f263bdd40be1b73)) +* dont allow adding of an empty local term ([#512](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/issues/512)) ([a981c20](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/commit/a981c203b68405a52e253494e055f07ff93c7fb7)) +* improve object search algorithm ([#510](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/issues/510)) ([7203f51](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/commit/7203f5110455137ba24b817d216ca2f52eb70e03)), closes [#509](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/issues/509) +* remove alerts on navigation ([#508](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/issues/508)) ([300752b](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/commit/300752bed4be9aa4dce8447c567d0b1f7bb24275)) + + +### **Features** + +* added button to open presentation view from manage view ([#507](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/issues/507)) ([5bbd591](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/commit/5bbd591add7fe1c29fec3370aa2fadff7cd3ae7a)) +* always show active notifications on screen ([#513](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/issues/513)) ([3d59490](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/commit/3d594909a3465ec5ec18dcd8b075683dbb9d34d2)) +* download collection object .ttl files ([#509](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/issues/509)) ([652cf8d](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/commit/652cf8d2887858103bccf0744969dcd3e0032313)) + + + ### [0.10.6](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/compare/v0.10.5...v0.10.6) (2021-11-09) **Note:** Version bump only for package root diff --git a/docs/antora.yml b/docs/antora.yml index 42677274..a31a6473 100644 --- a/docs/antora.yml +++ b/docs/antora.yml @@ -1,6 +1,6 @@ name: solid-crs title: Solid voor kleine erfgoedinstellingen -version: 0.10.5 +version: 0.10.6 nav: - modules/ROOT/nav.adoc - modules/manual/nav.adoc diff --git a/lerna.json b/lerna.json index 0f8d7e87..a10d7f5d 100644 --- a/lerna.json +++ b/lerna.json @@ -56,5 +56,5 @@ } } }, - "version": "0.10.6" + "version": "0.11.0" } diff --git a/packages/solid-crs-client/CHANGELOG.md b/packages/solid-crs-client/CHANGELOG.md index b770aec6..8f6a1f7c 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.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 + + + + + ### [0.10.6](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.10.5...v0.10.6) (2021-11-09) **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 f35d531a..0b8481b5 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.10.6", + "version": "0.11.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/solid-crs-client/package.json b/packages/solid-crs-client/package.json index 6b61a3ce..f959a169 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.10.6", + "version": "0.11.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 bcc61377..6aa25f38 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.11.0](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.10.6...v0.11.0) (2021-11-16) + + +### **Features** + +* always show active notifications on screen ([#513](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/513)) ([3d59490](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/3d594909a3465ec5ec18dcd8b075683dbb9d34d2)) + + +### **Bug Fixes** + +* clicking dropdown arrow should open and close menu ([#516](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/516)) ([eace6fb](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/eace6fb82e4f7c3ad8658a1c1f263bdd40be1b73)) + + + ### [0.10.6](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.10.5...v0.10.6) (2021-11-09) **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 56027775..1eda1ef9 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.10.6", + "version": "0.11.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/solid-crs-components/package.json b/packages/solid-crs-components/package.json index 64db5210..d2414118 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.10.6", + "version": "0.11.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.10.6", - "@netwerk-digitaal-erfgoed/solid-crs-theme": "0.10.6", + "@netwerk-digitaal-erfgoed/solid-crs-core": "0.11.0", + "@netwerk-digitaal-erfgoed/solid-crs-theme": "0.11.0", "lit-element": "2.4.0", "rx-lit": "1.0.1", "rxjs": "^6.6.7", diff --git a/packages/solid-crs-core/CHANGELOG.md b/packages/solid-crs-core/CHANGELOG.md index 52ac68d6..fb8d7aed 100644 --- a/packages/solid-crs-core/CHANGELOG.md +++ b/packages/solid-crs-core/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.11.0](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.10.6...v0.11.0) (2021-11-16) + + +### **Bug Fixes** + +* improve object search algorithm ([#510](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/510)) ([7203f51](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/7203f5110455137ba24b817d216ca2f52eb70e03)), closes [#509](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/509) + + + ### [0.10.6](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.10.5...v0.10.6) (2021-11-09) **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 4d63d5f6..a7cf7f21 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.10.6", + "version": "0.11.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/solid-crs-core/package.json b/packages/solid-crs-core/package.json index 958458e2..938de644 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.10.6", + "version": "0.11.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.10.6", + "@netwerk-digitaal-erfgoed/solid-crs-client": "0.11.0", "moment": "^2.29.1", "rxjs": "^6.6.7", "uuid": "8.3.2", @@ -101,4 +101,4 @@ "displayName": "core", "preset": "@digita-ai/jest-config" } -} \ No newline at end of file +} diff --git a/packages/solid-crs-manage/CHANGELOG.md b/packages/solid-crs-manage/CHANGELOG.md index ce89cc0d..0a685243 100644 --- a/packages/solid-crs-manage/CHANGELOG.md +++ b/packages/solid-crs-manage/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.11.0](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.10.6...v0.11.0) (2021-11-16) + + +### **Bug Fixes** + +* dont allow adding of an empty local term ([#512](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/512)) ([a981c20](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/a981c203b68405a52e253494e055f07ff93c7fb7)) +* improve object search algorithm ([#510](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/510)) ([7203f51](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/7203f5110455137ba24b817d216ca2f52eb70e03)), closes [#509](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/509) + + +### **Features** + +* added button to open presentation view from manage view ([#507](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/507)) ([5bbd591](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/5bbd591add7fe1c29fec3370aa2fadff7cd3ae7a)) + + + ### [0.10.6](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.10.5...v0.10.6) (2021-11-09) **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 00281b3e..8cf568d2 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.10.6", + "version": "0.11.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/solid-crs-manage/package.json b/packages/solid-crs-manage/package.json index 1202a769..41cb1ba7 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.10.6", + "version": "0.11.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.10.6", - "@netwerk-digitaal-erfgoed/solid-crs-components": "0.10.6", - "@netwerk-digitaal-erfgoed/solid-crs-core": "0.10.6", - "@netwerk-digitaal-erfgoed/solid-crs-semcom-components": "0.10.6", - "@netwerk-digitaal-erfgoed/solid-crs-theme": "0.10.6", + "@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", "@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 c5edd352..a37a8ce9 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.11.0](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/compare/v0.10.6...v0.11.0) (2021-11-16) + + +### **Features** + +* download collection object .ttl files ([#509](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/issues/509)) ([652cf8d](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/commit/652cf8d2887858103bccf0744969dcd3e0032313)) + + + ### [0.10.6](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/compare/v0.10.5...v0.10.6) (2021-11-09) **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 32a2c013..48cd7c16 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.10.6", + "version": "0.11.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/solid-crs-pods/package.json b/packages/solid-crs-pods/package.json index abc66418..bb58808b 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.10.6", + "version": "0.11.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 b32c458c..c7afe2e2 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.11.0](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.10.6...v0.11.0) (2021-11-16) + + +### **Features** + +* download collection object .ttl files ([#509](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/509)) ([652cf8d](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/652cf8d2887858103bccf0744969dcd3e0032313)) + + +### **Bug Fixes** + +* improve object search algorithm ([#510](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/510)) ([7203f51](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/7203f5110455137ba24b817d216ca2f52eb70e03)), closes [#509](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/509) +* remove alerts on navigation ([#508](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/508)) ([300752b](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/300752bed4be9aa4dce8447c567d0b1f7bb24275)) + + + ### [0.10.6](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.10.5...v0.10.6) (2021-11-09) **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 ce018ab1..71df4dba 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.10.6", + "version": "0.11.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/solid-crs-presentation/package.json b/packages/solid-crs-presentation/package.json index ef331987..bd26d23e 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.10.6", + "version": "0.11.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.10.6", - "@netwerk-digitaal-erfgoed/solid-crs-components": "0.10.6", - "@netwerk-digitaal-erfgoed/solid-crs-core": "0.10.6", - "@netwerk-digitaal-erfgoed/solid-crs-semcom-components": "0.10.6", - "@netwerk-digitaal-erfgoed/solid-crs-theme": "0.10.6", + "@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", "@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 fed7338b..663f2388 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.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 + + + + + ### [0.10.6](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.10.5...v0.10.6) (2021-11-09) **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 c2f837fe..e93add74 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.10.6", + "version": "0.11.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 d9615936..8ec3d862 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.10.6", + "version": "0.11.0", "description": "Semcom components for the demo environment of the NDE-project.", "author": "Wouter Janssens ", "main": "./dist/index.js", @@ -23,10 +23,10 @@ "directory": "packages/solid-crs-semcom-node" }, "dependencies": { - "@netwerk-digitaal-erfgoed/solid-crs-client": "0.10.6", - "@netwerk-digitaal-erfgoed/solid-crs-components": "0.10.6", - "@netwerk-digitaal-erfgoed/solid-crs-core": "0.10.6", - "@netwerk-digitaal-erfgoed/solid-crs-theme": "0.10.6", + "@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", "@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 23ba6a1a..d875fea1 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.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 + + + + + ### [0.10.6](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.10.5...v0.10.6) (2021-11-09) **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 7a62fb57..76fb053c 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.10.6", + "version": "0.11.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 56770e35..8d107c2a 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.10.6", + "version": "0.11.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 a1bceb35..8f905ebb 100644 --- a/packages/solid-crs-theme/CHANGELOG.md +++ b/packages/solid-crs-theme/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.11.0](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.10.6...v0.11.0) (2021-11-16) + + +### **Bug Fixes** + +* clicking dropdown arrow should open and close menu ([#516](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/516)) ([eace6fb](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/eace6fb82e4f7c3ad8658a1c1f263bdd40be1b73)) + + + ### [0.10.6](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.10.5...v0.10.6) (2021-11-09) **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 10829cec..f19d87bf 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.10.6", + "version": "0.11.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/solid-crs-theme/package.json b/packages/solid-crs-theme/package.json index 53725551..83bc5a84 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.10.6", + "version": "0.11.0", "description": "Theme for the NDE-project.", "author": "Wouter Janssens ", "main": "./dist/solid-crs-theme.umd.js",