diff --git a/CHANGELOG.md b/CHANGELOG.md index fada53fb..8da71e83 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.6.0](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/compare/v0.5.10...v0.6.0) (2021-06-24) + + +### **Features** + +* add checkbox dropdown element ([#332](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/issues/332)) ([861033e](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/commit/861033e6dbff57a23715e19cb425e96e3448134e)) +* support dimension units ([#340](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/issues/340)) ([e1524a9](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/commit/e1524a906ddee20aff2fcc8245fbc7154703e012)) + + +### **Bug Fixes** + +* broken authenticate submit on enter ([#344](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/issues/344)) ([5977bb1](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/commit/5977bb1d4e5d374ccc93ff440e39782bbee3060d)) +* broken login after logout ([99a756e](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/commit/99a756e7d4c5cc17b0fadb77d0cb9acdbaff4d78)) +* enabled autocomplete on webid input ([#342](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/issues/342)) ([65e8798](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/commit/65e8798ad57a5a34fe17c2dae80a69b6df07e7af)) +* enabled editing of title, description in object page header ([#343](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/issues/343)) ([cc0b0f7](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/commit/cc0b0f76d283be78c40c9914f0dfb1682cd6fcf2)) +* right click inputs crashes ([#341](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/issues/341)) ([a3acad7](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/commit/a3acad7e6b21e291af2a00ba488ecdfa95d8e22d)) + + + ### [0.5.10](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/compare/v0.5.9...v0.5.10) (2021-06-22) **Note:** Version bump only for package root diff --git a/docs/antora.yml b/docs/antora.yml index 9fd72c6d..9d7a8a94 100644 --- a/docs/antora.yml +++ b/docs/antora.yml @@ -1,6 +1,6 @@ name: solid-crs title: Solid voor kleine erfgoedinstellingen -version: 0.5.9 +version: 0.5.10 nav: - modules/ROOT/nav.adoc - modules/manual/nav.adoc diff --git a/lerna.json b/lerna.json index e26c1dab..2131e6d0 100644 --- a/lerna.json +++ b/lerna.json @@ -56,5 +56,5 @@ } } }, - "version": "0.5.10" + "version": "0.6.0" } diff --git a/packages/solid-crs-client/CHANGELOG.md b/packages/solid-crs-client/CHANGELOG.md index 799e73d0..88408cf1 100644 --- a/packages/solid-crs-client/CHANGELOG.md +++ b/packages/solid-crs-client/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.6.0](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.5.10...v0.6.0) (2021-06-24) + + +### **Features** + +* support dimension units ([#340](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/340)) ([e1524a9](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/e1524a906ddee20aff2fcc8245fbc7154703e012)) + + + ### [0.5.10](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.5.9...v0.5.10) (2021-06-22) **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 10e058c1..bf1b3f60 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.5.10", + "version": "0.6.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/solid-crs-client/package.json b/packages/solid-crs-client/package.json index 75b257fa..e355e8bc 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.5.10", + "version": "0.6.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 0df1c810..710fe889 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.6.0](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.5.10...v0.6.0) (2021-06-24) + + +### **Features** + +* add checkbox dropdown element ([#332](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/332)) ([861033e](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/861033e6dbff57a23715e19cb425e96e3448134e)) + + +### **Bug Fixes** + +* broken authenticate submit on enter ([#344](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/344)) ([5977bb1](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/5977bb1d4e5d374ccc93ff440e39782bbee3060d)) + + + ### [0.5.10](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.5.9...v0.5.10) (2021-06-22) **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 34d0c7f5..08a46c4a 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.5.10", + "version": "0.6.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/solid-crs-components/package.json b/packages/solid-crs-components/package.json index 84dbc3e1..77d60567 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.5.10", + "version": "0.6.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.5.10", - "@netwerk-digitaal-erfgoed/solid-crs-theme": "0.5.10", + "@netwerk-digitaal-erfgoed/solid-crs-core": "0.6.0", + "@netwerk-digitaal-erfgoed/solid-crs-theme": "0.6.0", "lit-element": "2.4.0", "rx-lit": "1.0.1", "rxjs": "^6.6.7", @@ -97,4 +97,4 @@ } } } -} \ No newline at end of file +} diff --git a/packages/solid-crs-core/CHANGELOG.md b/packages/solid-crs-core/CHANGELOG.md index 0e74848b..6121df61 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.6.0](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.5.10...v0.6.0) (2021-06-24) + +**Note:** Version bump only for package @netwerk-digitaal-erfgoed/solid-crs-core + + + + + ### [0.5.10](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.5.9...v0.5.10) (2021-06-22) **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 a1677ff2..313f2897 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.5.10", + "version": "0.6.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/solid-crs-core/package.json b/packages/solid-crs-core/package.json index 8d6dab8e..4f6e3f48 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.5.10", + "version": "0.6.0", "description": "Core logic of the NDE-project.", "author": "Wouter Janssens ", "main": "./dist/solid-crs-core.umd.js", diff --git a/packages/solid-crs-manage/CHANGELOG.md b/packages/solid-crs-manage/CHANGELOG.md index 40f7fb13..a7023630 100644 --- a/packages/solid-crs-manage/CHANGELOG.md +++ b/packages/solid-crs-manage/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.6.0](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.5.10...v0.6.0) (2021-06-24) + + +### **Features** + +* add checkbox dropdown element ([#332](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/332)) ([861033e](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/861033e6dbff57a23715e19cb425e96e3448134e)) +* support dimension units ([#340](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/340)) ([e1524a9](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/e1524a906ddee20aff2fcc8245fbc7154703e012)) + + +### **Bug Fixes** + +* broken authenticate submit on enter ([#344](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/344)) ([5977bb1](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/5977bb1d4e5d374ccc93ff440e39782bbee3060d)) +* broken login after logout ([99a756e](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/99a756e7d4c5cc17b0fadb77d0cb9acdbaff4d78)) +* enabled autocomplete on webid input ([#342](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/342)) ([65e8798](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/65e8798ad57a5a34fe17c2dae80a69b6df07e7af)) +* enabled editing of title, description in object page header ([#343](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/343)) ([cc0b0f7](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/cc0b0f76d283be78c40c9914f0dfb1682cd6fcf2)) +* right click inputs crashes ([#341](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/341)) ([a3acad7](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/a3acad7e6b21e291af2a00ba488ecdfa95d8e22d)) + + + ### [0.5.10](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.5.9...v0.5.10) (2021-06-22) **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 4d9b5d13..55b5a656 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.5.10", + "version": "0.6.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/solid-crs-manage/package.json b/packages/solid-crs-manage/package.json index 95a8f0ef..a703633f 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.5.10", + "version": "0.6.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.5.10", - "@netwerk-digitaal-erfgoed/solid-crs-components": "0.5.10", - "@netwerk-digitaal-erfgoed/solid-crs-core": "0.5.10", - "@netwerk-digitaal-erfgoed/solid-crs-semcom-components": "0.5.10", - "@netwerk-digitaal-erfgoed/solid-crs-theme": "0.5.10", + "@netwerk-digitaal-erfgoed/solid-crs-client": "0.6.0", + "@netwerk-digitaal-erfgoed/solid-crs-components": "0.6.0", + "@netwerk-digitaal-erfgoed/solid-crs-core": "0.6.0", + "@netwerk-digitaal-erfgoed/solid-crs-semcom-components": "0.6.0", + "@netwerk-digitaal-erfgoed/solid-crs-theme": "0.6.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 d508aeda..11f02572 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.6.0](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/compare/v0.5.10...v0.6.0) (2021-06-24) + + +### **Features** + +* support dimension units ([#340](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/issues/340)) ([e1524a9](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/commit/e1524a906ddee20aff2fcc8245fbc7154703e012)) + + + ### [0.5.10](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/compare/v0.5.9...v0.5.10) (2021-06-22) **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 cac812bc..8b1757de 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.5.10", + "version": "0.6.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/solid-crs-pods/package.json b/packages/solid-crs-pods/package.json index bce90704..3f30de75 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.5.10", + "version": "0.6.0", "description": "Pods for the demo environment of the NDE-project.", "author": "Wouter Janssens ", "license": "EUPL-1.2", diff --git a/packages/solid-crs-semcom-components/CHANGELOG.md b/packages/solid-crs-semcom-components/CHANGELOG.md index badbccfb..71f024a7 100644 --- a/packages/solid-crs-semcom-components/CHANGELOG.md +++ b/packages/solid-crs-semcom-components/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.6.0](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.5.10...v0.6.0) (2021-06-24) + + +### **Features** + +* support dimension units ([#340](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/340)) ([e1524a9](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/e1524a906ddee20aff2fcc8245fbc7154703e012)) + + + ### [0.5.10](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.5.9...v0.5.10) (2021-06-22) **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 2bebca9f..93593203 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.5.10", + "version": "0.6.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 c4c364db..54774059 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.5.10", + "version": "0.6.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.5.10", - "@netwerk-digitaal-erfgoed/solid-crs-components": "0.5.10", - "@netwerk-digitaal-erfgoed/solid-crs-core": "0.5.10", - "@netwerk-digitaal-erfgoed/solid-crs-theme": "0.5.10", + "@netwerk-digitaal-erfgoed/solid-crs-client": "0.6.0", + "@netwerk-digitaal-erfgoed/solid-crs-components": "0.6.0", + "@netwerk-digitaal-erfgoed/solid-crs-core": "0.6.0", + "@netwerk-digitaal-erfgoed/solid-crs-theme": "0.6.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 b8ceb1da..7b16e88f 100644 --- a/packages/solid-crs-semcom-node/CHANGELOG.md +++ b/packages/solid-crs-semcom-node/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.6.0](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.5.10...v0.6.0) (2021-06-24) + + +### **Features** + +* support dimension units ([#340](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/340)) ([e1524a9](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/e1524a906ddee20aff2fcc8245fbc7154703e012)) + + + ### [0.5.10](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.5.9...v0.5.10) (2021-06-22) **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 4d41187d..3548d71c 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.5.10", + "version": "0.6.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 261bc9d7..d2b33828 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.5.10", + "version": "0.6.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 7b947e75..cec3f9d3 100644 --- a/packages/solid-crs-theme/CHANGELOG.md +++ b/packages/solid-crs-theme/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.6.0](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.5.10...v0.6.0) (2021-06-24) + + +### **Features** + +* add checkbox dropdown element ([#332](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/332)) ([861033e](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/861033e6dbff57a23715e19cb425e96e3448134e)) +* support dimension units ([#340](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/340)) ([e1524a9](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/e1524a906ddee20aff2fcc8245fbc7154703e012)) + + + ### [0.5.10](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.5.9...v0.5.10) (2021-06-22) **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 d9cda0dd..ad229068 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.5.10", + "version": "0.6.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/solid-crs-theme/package.json b/packages/solid-crs-theme/package.json index b3647e0d..b45420c4 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.5.10", + "version": "0.6.0", "description": "Theme for the NDE-project.", "author": "Wouter Janssens ", "main": "./dist/solid-crs-theme.umd.js",