From 55e384e97d2eaf0343e0bc35919bd5e6d4ebbbc2 Mon Sep 17 00:00:00 2001 From: Wouter Janssens Date: Tue, 18 May 2021 06:28:56 +0200 Subject: [PATCH] chore: release v0.3.0 --- CHANGELOG.md | 22 +++++++++++++++++++ lerna.json | 2 +- packages/nde-erfgoed-client/CHANGELOG.md | 9 ++++++++ packages/nde-erfgoed-client/package-lock.json | 2 +- packages/nde-erfgoed-client/package.json | 2 +- packages/nde-erfgoed-components/CHANGELOG.md | 15 +++++++++++++ .../nde-erfgoed-components/package-lock.json | 2 +- packages/nde-erfgoed-components/package.json | 6 ++--- packages/nde-erfgoed-core/CHANGELOG.md | 15 +++++++++++++ packages/nde-erfgoed-core/package-lock.json | 2 +- packages/nde-erfgoed-core/package.json | 4 ++-- packages/nde-erfgoed-manage/CHANGELOG.md | 16 ++++++++++++++ packages/nde-erfgoed-manage/package-lock.json | 2 +- packages/nde-erfgoed-manage/package.json | 12 +++++----- packages/nde-erfgoed-pods/CHANGELOG.md | 9 ++++++++ packages/nde-erfgoed-pods/package-lock.json | 2 +- packages/nde-erfgoed-pods/package.json | 2 +- packages/nde-erfgoed-theme/CHANGELOG.md | 9 ++++++++ packages/nde-erfgoed-theme/package-lock.json | 2 +- packages/nde-erfgoed-theme/package.json | 2 +- 20 files changed, 116 insertions(+), 21 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48793499..df7da343 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,28 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.3.0](https://github.com/digita-ai/nde-erfgoedinstellingen/compare/v0.2.1...v0.3.0) (2021-05-18) + + +### **Documentation** + +* documented local installation ([#199](https://github.com/digita-ai/nde-erfgoedinstellingen/issues/199)) ([48cdeb5](https://github.com/digita-ai/nde-erfgoedinstellingen/commit/48cdeb5382c16e87b3c3db94046a91793cd3cdea)) + + +### **Bug Fixes** + +* Translator should return key when no translation found ([#79](https://github.com/digita-ai/nde-erfgoedinstellingen/issues/79)) ([3a60ba8](https://github.com/digita-ai/nde-erfgoedinstellingen/commit/3a60ba8c71afd3d8aff8e3d459d20313d8ffe636)) +* various bug fixes ([#197](https://github.com/digita-ai/nde-erfgoedinstellingen/issues/197)) ([14b4296](https://github.com/digita-ai/nde-erfgoedinstellingen/commit/14b4296217665d50fa88922c6edd51372384bf7b)) + + +### **Features** + +* add favicon ([#182](https://github.com/digita-ai/nde-erfgoedinstellingen/issues/182)) ([fe0d06d](https://github.com/digita-ai/nde-erfgoedinstellingen/commit/fe0d06de35f4b87e5ee5204f73b13dbb2e42d340)) +* implement Solid pods as storage ([#195](https://github.com/digita-ai/nde-erfgoedinstellingen/issues/195)) ([ec1ad34](https://github.com/digita-ai/nde-erfgoedinstellingen/commit/ec1ad3472257f142612498a17b7553d697a328d7)) +* support updating of collections ([#189](https://github.com/digita-ai/nde-erfgoedinstellingen/issues/189)) ([4e8edc2](https://github.com/digita-ai/nde-erfgoedinstellingen/commit/4e8edc2243070a48042dd3a8af4a29ab86058ed4)) + + + ### [0.2.1](https://github.com/digita-ai/nde-erfgoedinstellingen/compare/v0.2.0...v0.2.1) (2021-05-11) **Note:** Version bump only for package root diff --git a/lerna.json b/lerna.json index 9bc0f75f..ae4e053e 100644 --- a/lerna.json +++ b/lerna.json @@ -56,5 +56,5 @@ } } }, - "version": "0.2.1" + "version": "0.3.0" } diff --git a/packages/nde-erfgoed-client/CHANGELOG.md b/packages/nde-erfgoed-client/CHANGELOG.md index ea0fd9f2..23630194 100644 --- a/packages/nde-erfgoed-client/CHANGELOG.md +++ b/packages/nde-erfgoed-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.3.0](https://github.com/digita-ai/nde-erfgoedinstellingen/compare/v0.2.1...v0.3.0) (2021-05-18) + + +### **Features** + +* implement Solid pods as storage ([#195](https://github.com/digita-ai/nde-erfgoedinstellingen/issues/195)) ([ec1ad34](https://github.com/digita-ai/nde-erfgoedinstellingen/commit/ec1ad3472257f142612498a17b7553d697a328d7)) + + + ### [0.2.1](https://github.com/digita-ai/nde-erfgoedinstellingen/compare/v0.2.0...v0.2.1) (2021-05-11) **Note:** Version bump only for package @digita-ai/nde-erfgoed-client diff --git a/packages/nde-erfgoed-client/package-lock.json b/packages/nde-erfgoed-client/package-lock.json index 0cf51731..36568785 100644 --- a/packages/nde-erfgoed-client/package-lock.json +++ b/packages/nde-erfgoed-client/package-lock.json @@ -1,6 +1,6 @@ { "name": "@digita-ai/nde-erfgoed-client", - "version": "0.2.1", + "version": "0.3.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/nde-erfgoed-client/package.json b/packages/nde-erfgoed-client/package.json index 3d56d73a..abce5005 100644 --- a/packages/nde-erfgoed-client/package.json +++ b/packages/nde-erfgoed-client/package.json @@ -1,6 +1,6 @@ { "name": "@digita-ai/nde-erfgoed-client", - "version": "0.2.1", + "version": "0.3.0", "description": "Re-bundled version of the Solid client.", "author": "Wouter Janssens ", "main": "./dist/index.js", diff --git a/packages/nde-erfgoed-components/CHANGELOG.md b/packages/nde-erfgoed-components/CHANGELOG.md index 6d760cdd..93350b07 100644 --- a/packages/nde-erfgoed-components/CHANGELOG.md +++ b/packages/nde-erfgoed-components/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.3.0](https://github.com/digita-ai/nde-erfgoedinstellingen/compare/v0.2.1...v0.3.0) (2021-05-18) + + +### **Features** + +* implement Solid pods as storage ([#195](https://github.com/digita-ai/nde-erfgoedinstellingen/issues/195)) ([ec1ad34](https://github.com/digita-ai/nde-erfgoedinstellingen/commit/ec1ad3472257f142612498a17b7553d697a328d7)) +* support updating of collections ([#189](https://github.com/digita-ai/nde-erfgoedinstellingen/issues/189)) ([4e8edc2](https://github.com/digita-ai/nde-erfgoedinstellingen/commit/4e8edc2243070a48042dd3a8af4a29ab86058ed4)) + + +### **Bug Fixes** + +* Translator should return key when no translation found ([#79](https://github.com/digita-ai/nde-erfgoedinstellingen/issues/79)) ([3a60ba8](https://github.com/digita-ai/nde-erfgoedinstellingen/commit/3a60ba8c71afd3d8aff8e3d459d20313d8ffe636)) + + + ### [0.2.1](https://github.com/digita-ai/nde-erfgoedinstellingen/compare/v0.2.0...v0.2.1) (2021-05-11) **Note:** Version bump only for package @digita-ai/nde-erfgoed-components diff --git a/packages/nde-erfgoed-components/package-lock.json b/packages/nde-erfgoed-components/package-lock.json index 6e1ace69..c5a1abf0 100644 --- a/packages/nde-erfgoed-components/package-lock.json +++ b/packages/nde-erfgoed-components/package-lock.json @@ -1,6 +1,6 @@ { "name": "@digita-ai/nde-erfgoed-components", - "version": "0.2.1", + "version": "0.3.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/nde-erfgoed-components/package.json b/packages/nde-erfgoed-components/package.json index 43489de9..7c4c5b18 100644 --- a/packages/nde-erfgoed-components/package.json +++ b/packages/nde-erfgoed-components/package.json @@ -1,6 +1,6 @@ { "name": "@digita-ai/nde-erfgoed-components", - "version": "0.2.1", + "version": "0.3.0", "description": "Collection of Semantic Components for the NDE-project.", "author": "Wouter Janssens ", "main": "./dist/nde-erfgoed-components.umd.js", @@ -27,8 +27,8 @@ "posttest": "jest-coverage-thresholds-bumper --silent --coverage-summary-path coverage-summary.json" }, "dependencies": { - "@digita-ai/nde-erfgoed-core": "0.2.1", - "@digita-ai/nde-erfgoed-theme": "0.2.1", + "@digita-ai/nde-erfgoed-core": "0.3.0", + "@digita-ai/nde-erfgoed-theme": "0.3.0", "@digita-ai/semcom-core": "0.3.4", "lit-element": "2.4.0", "rx-lit": "1.0.1", diff --git a/packages/nde-erfgoed-core/CHANGELOG.md b/packages/nde-erfgoed-core/CHANGELOG.md index 37cda501..1c9f467e 100644 --- a/packages/nde-erfgoed-core/CHANGELOG.md +++ b/packages/nde-erfgoed-core/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.3.0](https://github.com/digita-ai/nde-erfgoedinstellingen/compare/v0.2.1...v0.3.0) (2021-05-18) + + +### **Features** + +* implement Solid pods as storage ([#195](https://github.com/digita-ai/nde-erfgoedinstellingen/issues/195)) ([ec1ad34](https://github.com/digita-ai/nde-erfgoedinstellingen/commit/ec1ad3472257f142612498a17b7553d697a328d7)) +* support updating of collections ([#189](https://github.com/digita-ai/nde-erfgoedinstellingen/issues/189)) ([4e8edc2](https://github.com/digita-ai/nde-erfgoedinstellingen/commit/4e8edc2243070a48042dd3a8af4a29ab86058ed4)) + + +### **Bug Fixes** + +* Translator should return key when no translation found ([#79](https://github.com/digita-ai/nde-erfgoedinstellingen/issues/79)) ([3a60ba8](https://github.com/digita-ai/nde-erfgoedinstellingen/commit/3a60ba8c71afd3d8aff8e3d459d20313d8ffe636)) + + + ### [0.2.1](https://github.com/digita-ai/nde-erfgoedinstellingen/compare/v0.2.0...v0.2.1) (2021-05-11) **Note:** Version bump only for package @digita-ai/nde-erfgoed-core diff --git a/packages/nde-erfgoed-core/package-lock.json b/packages/nde-erfgoed-core/package-lock.json index 4d4155f6..7a8ea7c4 100644 --- a/packages/nde-erfgoed-core/package-lock.json +++ b/packages/nde-erfgoed-core/package-lock.json @@ -1,6 +1,6 @@ { "name": "@digita-ai/nde-erfgoed-core", - "version": "0.2.1", + "version": "0.3.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/nde-erfgoed-core/package.json b/packages/nde-erfgoed-core/package.json index bdbd420d..91d2408e 100644 --- a/packages/nde-erfgoed-core/package.json +++ b/packages/nde-erfgoed-core/package.json @@ -1,6 +1,6 @@ { "name": "@digita-ai/nde-erfgoed-core", - "version": "0.2.1", + "version": "0.3.0", "description": "Core logic of the NDE-project.", "author": "Wouter Janssens ", "main": "./dist/nde-erfgoed-core.umd.js", @@ -72,4 +72,4 @@ "displayName": "core", "preset": "@digita-ai/jest-config" } -} \ No newline at end of file +} diff --git a/packages/nde-erfgoed-manage/CHANGELOG.md b/packages/nde-erfgoed-manage/CHANGELOG.md index b54e3355..538d6991 100644 --- a/packages/nde-erfgoed-manage/CHANGELOG.md +++ b/packages/nde-erfgoed-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.3.0](https://github.com/digita-ai/nde-erfgoedinstellingen/compare/v0.2.1...v0.3.0) (2021-05-18) + + +### **Bug Fixes** + +* various bug fixes ([#197](https://github.com/digita-ai/nde-erfgoedinstellingen/issues/197)) ([14b4296](https://github.com/digita-ai/nde-erfgoedinstellingen/commit/14b4296217665d50fa88922c6edd51372384bf7b)) + + +### **Features** + +* add favicon ([#182](https://github.com/digita-ai/nde-erfgoedinstellingen/issues/182)) ([fe0d06d](https://github.com/digita-ai/nde-erfgoedinstellingen/commit/fe0d06de35f4b87e5ee5204f73b13dbb2e42d340)) +* implement Solid pods as storage ([#195](https://github.com/digita-ai/nde-erfgoedinstellingen/issues/195)) ([ec1ad34](https://github.com/digita-ai/nde-erfgoedinstellingen/commit/ec1ad3472257f142612498a17b7553d697a328d7)) +* support updating of collections ([#189](https://github.com/digita-ai/nde-erfgoedinstellingen/issues/189)) ([4e8edc2](https://github.com/digita-ai/nde-erfgoedinstellingen/commit/4e8edc2243070a48042dd3a8af4a29ab86058ed4)) + + + ### [0.2.1](https://github.com/digita-ai/nde-erfgoedinstellingen/compare/v0.2.0...v0.2.1) (2021-05-11) **Note:** Version bump only for package @digita-ai/nde-erfgoed-manage diff --git a/packages/nde-erfgoed-manage/package-lock.json b/packages/nde-erfgoed-manage/package-lock.json index 1025f59c..f5493206 100644 --- a/packages/nde-erfgoed-manage/package-lock.json +++ b/packages/nde-erfgoed-manage/package-lock.json @@ -1,6 +1,6 @@ { "name": "@digita-ai/nde-erfgoed-manage", - "version": "0.2.1", + "version": "0.3.0", "lockfileVersion": 1, "requires": true, "packages": { diff --git a/packages/nde-erfgoed-manage/package.json b/packages/nde-erfgoed-manage/package.json index 939bf7ad..69ab55ab 100644 --- a/packages/nde-erfgoed-manage/package.json +++ b/packages/nde-erfgoed-manage/package.json @@ -1,6 +1,6 @@ { "name": "@digita-ai/nde-erfgoed-manage", - "version": "0.2.1", + "version": "0.3.0", "description": "App for the NDE-project.", "author": "Wouter Janssens ", "main": "./dist/nde-erfgoed-manage.umd.js", @@ -27,10 +27,10 @@ "posttest": "jest-coverage-thresholds-bumper --silent --coverage-summary-path coverage-summary.json" }, "dependencies": { - "@digita-ai/nde-erfgoed-client": "0.2.1", - "@digita-ai/nde-erfgoed-components": "0.2.1", - "@digita-ai/nde-erfgoed-core": "0.2.1", - "@digita-ai/nde-erfgoed-theme": "0.2.1", + "@digita-ai/nde-erfgoed-client": "0.3.0", + "@digita-ai/nde-erfgoed-components": "0.3.0", + "@digita-ai/nde-erfgoed-core": "0.3.0", + "@digita-ai/nde-erfgoed-theme": "0.3.0", "@digita-ai/semcom-core": "0.3.4", "@xstate/inspect": "^0.4.1", "lit-element": "2.4.0", @@ -103,4 +103,4 @@ } } } -} \ No newline at end of file +} diff --git a/packages/nde-erfgoed-pods/CHANGELOG.md b/packages/nde-erfgoed-pods/CHANGELOG.md index 4d4f8ab2..a23dc721 100644 --- a/packages/nde-erfgoed-pods/CHANGELOG.md +++ b/packages/nde-erfgoed-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.3.0](https://github.com/digita-ai/nde-erfgoedinstellingen/compare/v0.2.1...v0.3.0) (2021-05-18) + + +### **Features** + +* implement Solid pods as storage ([#195](https://github.com/digita-ai/nde-erfgoedinstellingen/issues/195)) ([ec1ad34](https://github.com/digita-ai/nde-erfgoedinstellingen/commit/ec1ad3472257f142612498a17b7553d697a328d7)) + + + ### [0.2.1](https://github.com/digita-ai/nde-erfgoedinstellingen/compare/v0.2.0...v0.2.1) (2021-05-11) **Note:** Version bump only for package @digita-ai/nde-erfgoed-pods diff --git a/packages/nde-erfgoed-pods/package-lock.json b/packages/nde-erfgoed-pods/package-lock.json index 941c507e..55895a80 100644 --- a/packages/nde-erfgoed-pods/package-lock.json +++ b/packages/nde-erfgoed-pods/package-lock.json @@ -1,6 +1,6 @@ { "name": "@digita-ai/nde-erfgoed-pods", - "version": "0.2.1", + "version": "0.3.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/nde-erfgoed-pods/package.json b/packages/nde-erfgoed-pods/package.json index 382d9079..4ad1317a 100644 --- a/packages/nde-erfgoed-pods/package.json +++ b/packages/nde-erfgoed-pods/package.json @@ -1,6 +1,6 @@ { "name": "@digita-ai/nde-erfgoed-pods", - "version": "0.2.1", + "version": "0.3.0", "description": "Pods for the demo environment of the NDE-project.", "author": "Wouter Janssens ", "license": "", diff --git a/packages/nde-erfgoed-theme/CHANGELOG.md b/packages/nde-erfgoed-theme/CHANGELOG.md index cd4daf0b..fb3b4eab 100644 --- a/packages/nde-erfgoed-theme/CHANGELOG.md +++ b/packages/nde-erfgoed-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.3.0](https://github.com/digita-ai/nde-erfgoedinstellingen/compare/v0.2.1...v0.3.0) (2021-05-18) + + +### **Features** + +* support updating of collections ([#189](https://github.com/digita-ai/nde-erfgoedinstellingen/issues/189)) ([4e8edc2](https://github.com/digita-ai/nde-erfgoedinstellingen/commit/4e8edc2243070a48042dd3a8af4a29ab86058ed4)) + + + ### [0.2.1](https://github.com/digita-ai/nde-erfgoedinstellingen/compare/v0.2.0...v0.2.1) (2021-05-11) **Note:** Version bump only for package @digita-ai/nde-erfgoed-theme diff --git a/packages/nde-erfgoed-theme/package-lock.json b/packages/nde-erfgoed-theme/package-lock.json index 516d9c5e..c75f5106 100644 --- a/packages/nde-erfgoed-theme/package-lock.json +++ b/packages/nde-erfgoed-theme/package-lock.json @@ -1,6 +1,6 @@ { "name": "@digita-ai/nde-erfgoed-theme", - "version": "0.2.1", + "version": "0.3.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/nde-erfgoed-theme/package.json b/packages/nde-erfgoed-theme/package.json index 2753b47d..fd50319e 100644 --- a/packages/nde-erfgoed-theme/package.json +++ b/packages/nde-erfgoed-theme/package.json @@ -1,6 +1,6 @@ { "name": "@digita-ai/nde-erfgoed-theme", - "version": "0.2.1", + "version": "0.3.0", "description": "Theme for the NDE-project.", "author": "Wouter Janssens ", "main": "./dist/nde-erfgoed-theme.umd.js",