diff --git a/CHANGELOG.md b/CHANGELOG.md index 37fbea48..17eb83b1 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.6.9](https://github.com/digita-ai/dgt-shared/compare/v0.6.8...v0.6.9) (2021-10-15) + + +### **Features** + +* added getStorages to solid sdk service ([#82](https://github.com/digita-ai/dgt-shared/issues/82)) ([8a7b51c](https://github.com/digita-ai/dgt-shared/commit/8a7b51c1b2aee787276378d67c737d20c7a28e61)) + + + ### [0.6.8](https://github.com/digita-ai/dgt-shared/compare/v0.6.7...v0.6.8) (2021-10-13) diff --git a/lerna.json b/lerna.json index 13cfc0f2..be158f91 100644 --- a/lerna.json +++ b/lerna.json @@ -56,5 +56,5 @@ } } }, - "version": "0.6.8" + "version": "0.6.9" } diff --git a/packages/dgt-components/CHANGELOG.md b/packages/dgt-components/CHANGELOG.md index bea1e145..aac5ff2d 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.6.9](https://github.com/digita-ai/dgt-shared/compare/v0.6.8...v0.6.9) (2021-10-15) + + +### **Features** + +* added getStorages to solid sdk service ([#82](https://github.com/digita-ai/dgt-shared/issues/82)) ([8a7b51c](https://github.com/digita-ai/dgt-shared/commit/8a7b51c1b2aee787276378d67c737d20c7a28e61)) + + + ### [0.6.8](https://github.com/digita-ai/dgt-shared/compare/v0.6.7...v0.6.8) (2021-10-13) diff --git a/packages/dgt-components/package-lock.json b/packages/dgt-components/package-lock.json index df64f4c8..123ad353 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.8", + "version": "0.6.9", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/dgt-components/package.json b/packages/dgt-components/package.json index c29fe02c..4b75692b 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.8", + "version": "0.6.9", "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.8", - "@digita-ai/dgt-utils": "0.6.8", + "@digita-ai/dgt-theme": "0.6.9", + "@digita-ai/dgt-utils": "0.6.9", "@digita-ai/inrupt-solid-service": "^0.7.2", "@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 f5dc1b88..03ccfe57 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.6.9](https://github.com/digita-ai/dgt-shared/compare/v0.6.8...v0.6.9) (2021-10-15) + +**Note:** Version bump only for package @digita-ai/dgt-theme + + + + + ### [0.6.8](https://github.com/digita-ai/dgt-shared/compare/v0.6.7...v0.6.8) (2021-10-13) diff --git a/packages/dgt-theme/package-lock.json b/packages/dgt-theme/package-lock.json index 8e57a90c..99277d24 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.8", + "version": "0.6.9", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/dgt-theme/package.json b/packages/dgt-theme/package.json index bdd26e93..78ede9ab 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.8", + "version": "0.6.9", "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 faf4e01b..05fcea03 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.9](https://github.com/digita-ai/dgt-shared/compare/v0.6.8...v0.6.9) (2021-10-15) + +**Note:** Version bump only for package @digita-ai/dgt-utils + + + + + ### [0.6.8](https://github.com/digita-ai/dgt-shared/compare/v0.6.7...v0.6.8) (2021-10-13) **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 ee3ebed8..6063fb7a 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.8", + "version": "0.6.9", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/dgt-utils/package.json b/packages/dgt-utils/package.json index 1e0d3a01..441a65cb 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.8", + "version": "0.6.9", "scripts": { "build": "rimraf ./dist && vite build --config vite.config.ts && tsc && npm run build:components", "build:dev": "npm run build",