From a6f16911c97d6d02c98364cc68146baaf1364546 Mon Sep 17 00:00:00 2001 From: Gevorg Harutyunyan Date: Fri, 1 Oct 2021 17:23:52 +0400 Subject: [PATCH 1/2] added author --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 2e10af2..0cd6935 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,6 @@ { "name": "@modularcoder/test-design-system", + "author": "Gevorg Harutyunyan ", "version": "0.1.1", "license": "MIT", "main": "dist/index.js", From 005cf0c334631833d0d9b23ee767ef0e1c7aeba9 Mon Sep 17 00:00:00 2001 From: Gevorg Harutyunyan Date: Fri, 1 Oct 2021 17:25:03 +0400 Subject: [PATCH 2/2] Introduce breaking change --- src/Badge.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Badge.js b/src/Badge.js index 556f1bc..2f52083 100644 --- a/src/Badge.js +++ b/src/Badge.js @@ -6,7 +6,7 @@ import { background, color, typography } from './shared/styles'; const BadgeWrapper = styled.div` display: inline-block; vertical-align: top; - font-size: 11px; + font-size: 12px; line-height: 12px; padding: 4px 12px; border-radius: 3em;