From 8fd96f9f5a809ccbc7e1d92efc3170ab62ec69e0 Mon Sep 17 00:00:00 2001 From: Puria Nafisi Azizi Date: Thu, 25 Jan 2024 16:33:42 +0100 Subject: [PATCH] chore(main): release 1.3.0 (#25) --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7e0fd5..43e4478 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [1.3.0](https://github.com/ForkbombEu/didroom-components/compare/v1.2.4...v1.3.0) (2024-01-25) + + +### Features + +* add the credential-service components (WIP the a.styling) and refactor the d-avatar ([ff1f0a4](https://github.com/ForkbombEu/didroom-components/commit/ff1f0a421f12519e1dae50a68b37d00d6467de68)) +* credential card ([#26](https://github.com/ForkbombEu/didroom-components/issues/26)) ([1200fd0](https://github.com/ForkbombEu/didroom-components/commit/1200fd0a95e680464aef8a36b15c34718174afab)) + + +### Bug Fixes + +* correct load of tailwind modules after postcss ([c021677](https://github.com/ForkbombEu/didroom-components/commit/c021677282f0c3c05c86b5f892c87400df42b862)) +* dark and light variables ([b971b1d](https://github.com/ForkbombEu/didroom-components/commit/b971b1d31b27f6a70e7a220bf780f48966bf1a4e)) +* remove inverted colors ([2061f33](https://github.com/ForkbombEu/didroom-components/commit/2061f33acfd37bfd2b628bb1d2fedd3355e74511)) + ## [1.2.4](https://github.com/ForkbombEu/didroom-components/compare/v1.2.3...v1.2.4) (2024-01-22) diff --git a/package.json b/package.json index 986e115..f646c5a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@didroom/components", - "version": "1.2.4", + "version": "1.3.0", "description": "Didroom web components", "main": "dist/index.cjs.js", "module": "dist/index.js",