From b53e0ce5b948bd91b340e2b86146c104ee5d59e5 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 8 Dec 2022 15:37:05 +0000 Subject: [PATCH] chore(release): 2.0.0 [skip ci] # [2.0.0](https://github.com/emerald-dao/design-system/compare/v1.27.0...v2.0.0) (2022-12-08) ### Features * All scss stylesheets moved away from this project ([28aea83](https://github.com/emerald-dao/design-system/commit/28aea83ec46b8ad8f87e265cce7a4297c0066267)) ### BREAKING CHANGES * All styleesheets are moved to component-library project --- docs/CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 66172bc..a717576 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,15 @@ +# [2.0.0](https://github.com/emerald-dao/design-system/compare/v1.27.0...v2.0.0) (2022-12-08) + + +### Features + +* All scss stylesheets moved away from this project ([28aea83](https://github.com/emerald-dao/design-system/commit/28aea83ec46b8ad8f87e265cce7a4297c0066267)) + + +### BREAKING CHANGES + +* All styleesheets are moved to component-library project + # [1.27.0](https://github.com/emerald-dao/design-system/compare/v1.26.1...v1.27.0) (2022-12-08)