diff --git a/CHANGELOG.md b/CHANGELOG.md index fb8f84d2..b1de4aa6 100644 --- a/CHANGELOG.md +++ b/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.7.0](https://github.com/digita-ai/dgt-shared/compare/v0.6.12...v0.7.0) (2021-10-26) + + +### **Features** + +* select issuer if only one is found in pod ([#89](https://github.com/digita-ai/dgt-shared/issues/89)) ([ca1eca2](https://github.com/digita-ai/dgt-shared/commit/ca1eca2235ab61b121e811224644daef49914068)) + + + ### [0.6.12](https://github.com/digita-ai/dgt-shared/compare/v0.6.11...v0.6.12) (2021-10-20) diff --git a/lerna.json b/lerna.json index cdd978af..83355ff8 100644 --- a/lerna.json +++ b/lerna.json @@ -56,5 +56,5 @@ } } }, - "version": "0.6.12" + "version": "0.7.0" } diff --git a/packages/dgt-components/CHANGELOG.md b/packages/dgt-components/CHANGELOG.md index 7bda5fb7..737f9d84 100644 --- a/packages/dgt-components/CHANGELOG.md +++ b/packages/dgt-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.7.0](https://github.com/digita-ai/dgt-shared/compare/v0.6.12...v0.7.0) (2021-10-26) + + +### **Features** + +* select issuer if only one is found in pod ([#89](https://github.com/digita-ai/dgt-shared/issues/89)) ([ca1eca2](https://github.com/digita-ai/dgt-shared/commit/ca1eca2235ab61b121e811224644daef49914068)) + + + ### [0.6.12](https://github.com/digita-ai/dgt-shared/compare/v0.6.11...v0.6.12) (2021-10-20) diff --git a/packages/dgt-components/package-lock.json b/packages/dgt-components/package-lock.json index 607e6a34..6571f635 100644 --- a/packages/dgt-components/package-lock.json +++ b/packages/dgt-components/package-lock.json @@ -1,6 +1,6 @@ { "name": "@digita-ai/dgt-components", - "version": "0.6.12", + "version": "0.7.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/dgt-components/package.json b/packages/dgt-components/package.json index 65ce0bf3..4d2f401d 100644 --- a/packages/dgt-components/package.json +++ b/packages/dgt-components/package.json @@ -1,6 +1,6 @@ { "name": "@digita-ai/dgt-components", - "version": "0.6.12", + "version": "0.7.0", "description": "Collection of Semantic Components.", "author": "Wouter Janssens ", "main": "./dist/dgt-components.umd.js", @@ -29,8 +29,8 @@ }, "dependencies": { "@appnest/lit-translate": "^1.1.18", - "@digita-ai/dgt-theme": "0.6.12", - "@digita-ai/dgt-utils": "0.6.12", + "@digita-ai/dgt-theme": "0.7.0", + "@digita-ai/dgt-utils": "0.7.0", "@digita-ai/inrupt-solid-service": "^0.8.6", "@digita-ai/semcom-core": "0.4.1", "@digita-ai/semcom-sdk": "0.4.1", diff --git a/packages/dgt-theme/CHANGELOG.md b/packages/dgt-theme/CHANGELOG.md index a13a5e6a..2155129c 100644 --- a/packages/dgt-theme/CHANGELOG.md +++ b/packages/dgt-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.7.0](https://github.com/digita-ai/dgt-shared/compare/v0.6.12...v0.7.0) (2021-10-26) + +**Note:** Version bump only for package @digita-ai/dgt-theme + + + + + ### [0.6.12](https://github.com/digita-ai/dgt-shared/compare/v0.6.11...v0.6.12) (2021-10-20) **Note:** Version bump only for package @digita-ai/dgt-theme diff --git a/packages/dgt-theme/package-lock.json b/packages/dgt-theme/package-lock.json index 7535e29d..3bff973c 100644 --- a/packages/dgt-theme/package-lock.json +++ b/packages/dgt-theme/package-lock.json @@ -1,6 +1,6 @@ { "name": "@digita-ai/dgt-theme", - "version": "0.6.12", + "version": "0.7.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/dgt-theme/package.json b/packages/dgt-theme/package.json index 73aad71b..e61b8868 100644 --- a/packages/dgt-theme/package.json +++ b/packages/dgt-theme/package.json @@ -1,6 +1,6 @@ { "name": "@digita-ai/dgt-theme", - "version": "0.6.12", + "version": "0.7.0", "description": "Theme for Digita projects.", "author": "Wouter Janssens ", "main": "./dist/dgt-theme.umd.js", diff --git a/packages/dgt-utils/CHANGELOG.md b/packages/dgt-utils/CHANGELOG.md index 9bbf3694..26085774 100644 --- a/packages/dgt-utils/CHANGELOG.md +++ b/packages/dgt-utils/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.7.0](https://github.com/digita-ai/dgt-shared/compare/v0.6.12...v0.7.0) (2021-10-26) + +**Note:** Version bump only for package @digita-ai/dgt-utils + + + + + ### [0.6.12](https://github.com/digita-ai/dgt-shared/compare/v0.6.11...v0.6.12) (2021-10-20) **Note:** Version bump only for package @digita-ai/dgt-utils diff --git a/packages/dgt-utils/package-lock.json b/packages/dgt-utils/package-lock.json index 20ce94fb..7be52e88 100644 --- a/packages/dgt-utils/package-lock.json +++ b/packages/dgt-utils/package-lock.json @@ -1,6 +1,6 @@ { "name": "@digita-ai/dgt-utils", - "version": "0.6.12", + "version": "0.7.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/dgt-utils/package.json b/packages/dgt-utils/package.json index 4e850c8f..0afd2525 100644 --- a/packages/dgt-utils/package.json +++ b/packages/dgt-utils/package.json @@ -1,6 +1,6 @@ { "name": "@digita-ai/dgt-utils", - "version": "0.6.12", + "version": "0.7.0", "scripts": { "build": "rimraf ./dist && vite build --config vite.config.ts && tsc && npm run build:components", "build:dev": "npm run build",