diff --git a/CHANGELOG.md b/CHANGELOG.md index d44e186f..b0775fd5 100644 --- a/CHANGELOG.md +++ b/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.7](https://github.com/digita-ai/dgt-shared/compare/v0.6.6...v0.6.7) (2021-10-11) + + +### **Bug Fixes** + +* authenticate component improvements ([#68](https://github.com/digita-ai/dgt-shared/issues/68)) ([373c3a2](https://github.com/digita-ai/dgt-shared/commit/373c3a26879b8698a5ce2d38b67f84ab61735797)) + + +### **Features** + +* develop section component ([#61](https://github.com/digita-ai/dgt-shared/issues/61)) ([e1093ea](https://github.com/digita-ai/dgt-shared/commit/e1093eaec381ed0c1ca1bc16e1983a161d9f0dda)) + + + ### [0.6.6](https://github.com/digita-ai/dgt-shared/compare/v0.6.5...v0.6.6) (2021-10-11) diff --git a/lerna.json b/lerna.json index ecf1fae4..82d339de 100644 --- a/lerna.json +++ b/lerna.json @@ -56,5 +56,5 @@ } } }, - "version": "0.6.6" + "version": "0.6.7" } diff --git a/packages/dgt-components/CHANGELOG.md b/packages/dgt-components/CHANGELOG.md index b5e2df27..763082ca 100644 --- a/packages/dgt-components/CHANGELOG.md +++ b/packages/dgt-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.7](https://github.com/digita-ai/dgt-shared/compare/v0.6.6...v0.6.7) (2021-10-11) + + +### **Bug Fixes** + +* authenticate component improvements ([#68](https://github.com/digita-ai/dgt-shared/issues/68)) ([373c3a2](https://github.com/digita-ai/dgt-shared/commit/373c3a26879b8698a5ce2d38b67f84ab61735797)) + + +### **Features** + +* develop section component ([#61](https://github.com/digita-ai/dgt-shared/issues/61)) ([e1093ea](https://github.com/digita-ai/dgt-shared/commit/e1093eaec381ed0c1ca1bc16e1983a161d9f0dda)) + + + ### [0.6.6](https://github.com/digita-ai/dgt-shared/compare/v0.6.5...v0.6.6) (2021-10-11) diff --git a/packages/dgt-components/package-lock.json b/packages/dgt-components/package-lock.json index 2fe1aa6f..5eacb699 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.6", + "version": "0.6.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/dgt-components/package.json b/packages/dgt-components/package.json index 1e60de7c..cc6d3e05 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.6", + "version": "0.6.7", "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.6", - "@digita-ai/dgt-utils": "0.6.6", + "@digita-ai/dgt-theme": "0.6.7", + "@digita-ai/dgt-utils": "0.6.7", "@digita-ai/semcom-core": "0.4.1", "@digita-ai/semcom-sdk": "0.4.1", "@digita-ai/ui-transfer-solid-client": "0.7.6", @@ -105,4 +105,4 @@ "/lib/demo/" ] } -} \ No newline at end of file +} diff --git a/packages/dgt-theme/CHANGELOG.md b/packages/dgt-theme/CHANGELOG.md index f4fe0ed2..8c9da997 100644 --- a/packages/dgt-theme/CHANGELOG.md +++ b/packages/dgt-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.6.7](https://github.com/digita-ai/dgt-shared/compare/v0.6.6...v0.6.7) (2021-10-11) + + +### **Bug Fixes** + +* authenticate component improvements ([#68](https://github.com/digita-ai/dgt-shared/issues/68)) ([373c3a2](https://github.com/digita-ai/dgt-shared/commit/373c3a26879b8698a5ce2d38b67f84ab61735797)) + + + ### [0.6.6](https://github.com/digita-ai/dgt-shared/compare/v0.6.5...v0.6.6) (2021-10-11) **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 2679de07..b231b1d7 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.6", + "version": "0.6.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/dgt-theme/package.json b/packages/dgt-theme/package.json index 11e8e652..4f7ab8fb 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.6", + "version": "0.6.7", "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 55bdef66..ccd73e24 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.6.7](https://github.com/digita-ai/dgt-shared/compare/v0.6.6...v0.6.7) (2021-10-11) + +**Note:** Version bump only for package @digita-ai/dgt-utils + + + + + ### [0.6.6](https://github.com/digita-ai/dgt-shared/compare/v0.6.5...v0.6.6) (2021-10-11) **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 456e1bfb..e96f4750 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.6", + "version": "0.6.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/dgt-utils/package.json b/packages/dgt-utils/package.json index 41daac11..4803e3f4 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.6", + "version": "0.6.7", "scripts": { "build": "rimraf ./dist && vite build --config vite.config.ts && tsc && npm run build:components", "build:dev": "npm run build",