From c0f6c94c6473f5187f20870fcbbac6993347bad0 Mon Sep 17 00:00:00 2001 From: Stijn Taelemans Date: Fri, 4 Jun 2021 09:58:34 +0200 Subject: [PATCH] chore: release v0.4.0 --- CHANGELOG.md | 31 +++++++++++++++++++ docs/antora.yml | 2 +- lerna.json | 2 +- packages/solid-crs-client/CHANGELOG.md | 9 ++++++ packages/solid-crs-client/package-lock.json | 2 +- packages/solid-crs-client/package.json | 2 +- packages/solid-crs-components/CHANGELOG.md | 19 ++++++++++++ .../solid-crs-components/package-lock.json | 2 +- packages/solid-crs-components/package.json | 8 ++--- packages/solid-crs-core/CHANGELOG.md | 9 ++++++ packages/solid-crs-core/package-lock.json | 2 +- packages/solid-crs-core/package.json | 4 +-- packages/solid-crs-manage/CHANGELOG.md | 20 ++++++++++++ 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-theme/CHANGELOG.md | 16 ++++++++++ packages/solid-crs-theme/package-lock.json | 2 +- packages/solid-crs-theme/package.json | 2 +- 21 files changed, 136 insertions(+), 23 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df7da343..ef008dd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,37 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.4.0](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/compare/v0.3.0...v0.4.0) (2021-06-04) + + +### **Documentation** + +* collection object feature specs ([#220](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/issues/220)) ([01c3eed](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/commit/01c3eed91f729f5f8a8730de9009c5c387c24c03)) +* moved specs to antora ([#222](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/issues/222)) ([3d84952](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/commit/3d84952ca8f0819985ecc4a2abbb6f9b2d514518)) +* user manual for collections ([#228](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/issues/228)) ([a64186d](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/commit/a64186d1f09fe8c70e4bd83fd10715beaed19185)) + + +### **Features** + +* add secondary sidebar to object root page ([#246](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/issues/246)) ([fb481f1](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/commit/fb481f1bb131704817059dbbf0b9f8773c525868)) +* change Solid service name ([#265](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/issues/265)) ([0795d97](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/commit/0795d97747adfaafb965a8621335a55305324128)) +* create nde-large-card and tests ([#243](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/issues/243)) ([dc99b95](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/commit/dc99b957fc8dc85b2939d79eaac467a0c94943ca)) +* Integrate form cards into object page ([#249](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/issues/249)) ([cbfd9a3](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/commit/cbfd9a3c24e3403e83f21215a474c22ebee2d811)) +* link to Inrupt.com signup ([#266](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/issues/266)) ([d3697a0](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/commit/d3697a08444838ae4e2d2b4f32548527f98639bf)) +* object form improvements ([#268](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/issues/268)) ([215970d](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/commit/215970d594a7616255805ddc957152dcadda51e6)) +* search collections and objects ([#202](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/issues/202)) ([5a837d9](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/commit/5a837d9339399d63e16cc3c1ef90d88293c2fc8f)) +* Set up object feature ([#231](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/issues/231)) ([801c0af](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/commit/801c0af8952ca6e54e9816235eb0708587fd4a85)) +* Support collection object transfer ([#267](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/issues/267)) ([5b37a82](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/commit/5b37a826198e0f0a4bd423e817722d50f5e384a2)) +* Update collection model and store ([#227](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/issues/227)) ([28ce5b9](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/commit/28ce5b96f69599f46a05c95ebf88d41c35097077)) + + +### **Bug Fixes** + +* various bug fixes ([#269](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/issues/269)) ([c4326b1](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/commit/c4326b15067d76fd40c61e14a2b0c4c6770923d3)) +* various styling fixes ([#212](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/issues/212)) ([58746ae](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/commit/58746ae089403c4107c19ac45c9ae3eadb93191f)) + + + ## [0.3.0](https://github.com/digita-ai/nde-erfgoedinstellingen/compare/v0.2.1...v0.3.0) (2021-05-18) diff --git a/docs/antora.yml b/docs/antora.yml index 0b0a6b5e..8a1cbeec 100644 --- a/docs/antora.yml +++ b/docs/antora.yml @@ -1,6 +1,6 @@ name: solid-crs title: Solid voor kleine erfgoedinstellingen -version: 0.2.1 +version: 0.3.0 nav: - modules/ROOT/nav.adoc - modules/manual/nav.adoc diff --git a/lerna.json b/lerna.json index ae4e053e..847fcac1 100644 --- a/lerna.json +++ b/lerna.json @@ -56,5 +56,5 @@ } } }, - "version": "0.3.0" + "version": "0.4.0" } diff --git a/packages/solid-crs-client/CHANGELOG.md b/packages/solid-crs-client/CHANGELOG.md index 23630194..ade4d323 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.4.0](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.3.0...v0.4.0) (2021-06-04) + + +### **Features** + +* Update collection model and store ([#227](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/227)) ([28ce5b9](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/28ce5b96f69599f46a05c95ebf88d41c35097077)) + + + ## [0.3.0](https://github.com/digita-ai/nde-erfgoedinstellingen/compare/v0.2.1...v0.3.0) (2021-05-18) diff --git a/packages/solid-crs-client/package-lock.json b/packages/solid-crs-client/package-lock.json index bd5cee83..4fcf8c88 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.3.0", + "version": "0.4.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/solid-crs-client/package.json b/packages/solid-crs-client/package.json index 4cf3e56a..aa752776 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.3.0", + "version": "0.4.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 93350b07..309b0c69 100644 --- a/packages/solid-crs-components/CHANGELOG.md +++ b/packages/solid-crs-components/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.4.0](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.3.0...v0.4.0) (2021-06-04) + + +### **Features** + +* add secondary sidebar to object root page ([#246](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/246)) ([fb481f1](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/fb481f1bb131704817059dbbf0b9f8773c525868)) +* create nde-large-card and tests ([#243](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/243)) ([dc99b95](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/dc99b957fc8dc85b2939d79eaac467a0c94943ca)) +* Integrate form cards into object page ([#249](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/249)) ([cbfd9a3](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/cbfd9a3c24e3403e83f21215a474c22ebee2d811)) +* object form improvements ([#268](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/268)) ([215970d](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/215970d594a7616255805ddc957152dcadda51e6)) +* Support collection object transfer ([#267](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/267)) ([5b37a82](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/5b37a826198e0f0a4bd423e817722d50f5e384a2)) +* Update collection model and store ([#227](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/227)) ([28ce5b9](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/28ce5b96f69599f46a05c95ebf88d41c35097077)) + + +### **Bug Fixes** + +* various bug fixes ([#269](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/269)) ([c4326b1](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/c4326b15067d76fd40c61e14a2b0c4c6770923d3)) + + + ## [0.3.0](https://github.com/digita-ai/nde-erfgoedinstellingen/compare/v0.2.1...v0.3.0) (2021-05-18) diff --git a/packages/solid-crs-components/package-lock.json b/packages/solid-crs-components/package-lock.json index ef704de2..76dcf419 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.3.0", + "version": "0.4.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/solid-crs-components/package.json b/packages/solid-crs-components/package.json index b160b5de..10612c67 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.3.0", + "version": "0.4.0", "description": "Collection of Semantic Components for the NDE-project.", "author": "Wouter Janssens ", "main": "./dist/solid-crs-components.umd.js", @@ -29,9 +29,9 @@ "posttest": "jest-coverage-thresholds-bumper --silent --coverage-summary-path coverage-summary.json" }, "dependencies": { - "@netwerk-digitaal-erfgoed/solid-crs-core": "0.3.0", - "@netwerk-digitaal-erfgoed/solid-crs-theme": "0.3.0", "@digita-ai/semcom-core": "0.3.4", + "@netwerk-digitaal-erfgoed/solid-crs-core": "0.4.0", + "@netwerk-digitaal-erfgoed/solid-crs-theme": "0.4.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 1c9f467e..9728b893 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.4.0](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.3.0...v0.4.0) (2021-06-04) + + +### **Features** + +* Update collection model and store ([#227](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/227)) ([28ce5b9](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/28ce5b96f69599f46a05c95ebf88d41c35097077)) + + + ## [0.3.0](https://github.com/digita-ai/nde-erfgoedinstellingen/compare/v0.2.1...v0.3.0) (2021-05-18) diff --git a/packages/solid-crs-core/package-lock.json b/packages/solid-crs-core/package-lock.json index 4ae385dd..3e1727ee 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.3.0", + "version": "0.4.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/solid-crs-core/package.json b/packages/solid-crs-core/package.json index 1203b0a0..6d12a9c1 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.3.0", + "version": "0.4.0", "description": "Core logic of the NDE-project.", "author": "Wouter Janssens ", "main": "./dist/solid-crs-core.umd.js", @@ -63,7 +63,7 @@ "statements": 87.56, "lines": 87.5, "functions": 89.19 - } + } }, "coveragePathIgnorePatterns": [ "/dist/", diff --git a/packages/solid-crs-manage/CHANGELOG.md b/packages/solid-crs-manage/CHANGELOG.md index 538d6991..b701dfad 100644 --- a/packages/solid-crs-manage/CHANGELOG.md +++ b/packages/solid-crs-manage/CHANGELOG.md @@ -3,6 +3,26 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.4.0](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.3.0...v0.4.0) (2021-06-04) + + +### **Features** + +* add secondary sidebar to object root page ([#246](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/246)) ([fb481f1](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/fb481f1bb131704817059dbbf0b9f8773c525868)) +* change Solid service name ([#265](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/265)) ([0795d97](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/0795d97747adfaafb965a8621335a55305324128)) +* Integrate form cards into object page ([#249](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/249)) ([cbfd9a3](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/cbfd9a3c24e3403e83f21215a474c22ebee2d811)) +* link to Inrupt.com signup ([#266](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/266)) ([d3697a0](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/d3697a08444838ae4e2d2b4f32548527f98639bf)) +* object form improvements ([#268](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/268)) ([215970d](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/215970d594a7616255805ddc957152dcadda51e6)) +* Support collection object transfer ([#267](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/267)) ([5b37a82](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/5b37a826198e0f0a4bd423e817722d50f5e384a2)) +* Update collection model and store ([#227](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/227)) ([28ce5b9](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/28ce5b96f69599f46a05c95ebf88d41c35097077)) + + +### **Bug Fixes** + +* various bug fixes ([#269](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/269)) ([c4326b1](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/c4326b15067d76fd40c61e14a2b0c4c6770923d3)) + + + ## [0.3.0](https://github.com/digita-ai/nde-erfgoedinstellingen/compare/v0.2.1...v0.3.0) (2021-05-18) diff --git a/packages/solid-crs-manage/package-lock.json b/packages/solid-crs-manage/package-lock.json index f1c75555..e356e6bc 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.3.0", + "version": "0.4.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/solid-crs-manage/package.json b/packages/solid-crs-manage/package.json index 9f8dedca..ccf430d0 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.3.0", + "version": "0.4.0", "description": "App for the NDE-project.", "author": "Wouter Janssens ", "main": "./dist/solid-crs-manage.umd.js", @@ -30,10 +30,10 @@ }, "dependencies": { "@digita-ai/semcom-core": "0.3.4", - "@netwerk-digitaal-erfgoed/solid-crs-client": "0.3.0", - "@netwerk-digitaal-erfgoed/solid-crs-components": "0.3.0", - "@netwerk-digitaal-erfgoed/solid-crs-core": "0.3.0", - "@netwerk-digitaal-erfgoed/solid-crs-theme": "0.3.0", + "@netwerk-digitaal-erfgoed/solid-crs-client": "0.4.0", + "@netwerk-digitaal-erfgoed/solid-crs-components": "0.4.0", + "@netwerk-digitaal-erfgoed/solid-crs-core": "0.4.0", + "@netwerk-digitaal-erfgoed/solid-crs-theme": "0.4.0", "@xstate/inspect": "^0.4.1", "edtf": "^3.1.0", "lit-element": "2.4.0", @@ -107,4 +107,4 @@ } } } -} \ No newline at end of file +} diff --git a/packages/solid-crs-pods/CHANGELOG.md b/packages/solid-crs-pods/CHANGELOG.md index a23dc721..71eb8b31 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.4.0](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/compare/v0.3.0...v0.4.0) (2021-06-04) + + +### **Features** + +* Update collection model and store ([#227](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/issues/227)) ([28ce5b9](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/commit/28ce5b96f69599f46a05c95ebf88d41c35097077)) + + + ## [0.3.0](https://github.com/digita-ai/nde-erfgoedinstellingen/compare/v0.2.1...v0.3.0) (2021-05-18) diff --git a/packages/solid-crs-pods/package-lock.json b/packages/solid-crs-pods/package-lock.json index 25d824e0..6bcf2b69 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.3.0", + "version": "0.4.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/solid-crs-pods/package.json b/packages/solid-crs-pods/package.json index ef10b130..c7a87a84 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.3.0", + "version": "0.4.0", "description": "Pods 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 fb3b4eab..5c5aaf79 100644 --- a/packages/solid-crs-theme/CHANGELOG.md +++ b/packages/solid-crs-theme/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.4.0](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.3.0...v0.4.0) (2021-06-04) + + +### **Features** + +* add secondary sidebar to object root page ([#246](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/246)) ([fb481f1](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/fb481f1bb131704817059dbbf0b9f8773c525868)) +* object form improvements ([#268](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/268)) ([215970d](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/215970d594a7616255805ddc957152dcadda51e6)) +* Support collection object transfer ([#267](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/267)) ([5b37a82](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/5b37a826198e0f0a4bd423e817722d50f5e384a2)) + + +### **Bug Fixes** + +* various bug fixes ([#269](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/269)) ([c4326b1](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/c4326b15067d76fd40c61e14a2b0c4c6770923d3)) + + + ## [0.3.0](https://github.com/digita-ai/nde-erfgoedinstellingen/compare/v0.2.1...v0.3.0) (2021-05-18) diff --git a/packages/solid-crs-theme/package-lock.json b/packages/solid-crs-theme/package-lock.json index 5eaf51bd..2dac6741 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.3.0", + "version": "0.4.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/solid-crs-theme/package.json b/packages/solid-crs-theme/package.json index 9b3d255e..e5015bf0 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.3.0", + "version": "0.4.0", "description": "Theme for the NDE-project.", "author": "Wouter Janssens ", "main": "./dist/solid-crs-theme.umd.js",