From 05b5db3fae44231040682ea2d305cd56928aeb75 Mon Sep 17 00:00:00 2001 From: VA Automation Bot Date: Tue, 10 Dec 2024 19:55:56 +0000 Subject: [PATCH 1/5] Version bump: tokens-v0.21.1-alpha.0 --- packages/tokens/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/tokens/package.json b/packages/tokens/package.json index b0850be0..8f25b25d 100644 --- a/packages/tokens/package.json +++ b/packages/tokens/package.json @@ -1,6 +1,6 @@ { "name": "@department-of-veterans-affairs/mobile-tokens", - "version": "0.21.0", + "version": "0.21.1-alpha.0", "description": "VA Design System Mobile Token Library", "main": "dist/js/index.js", "types": "dist/index.d.ts", From b7ab43bf550ac0100e0d33bb18b637d7293fe54f Mon Sep 17 00:00:00 2001 From: VA Automation Bot Date: Tue, 10 Dec 2024 20:00:41 +0000 Subject: [PATCH 2/5] Version bump: tokens-v0.21.1-alpha.1 --- packages/tokens/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/tokens/package.json b/packages/tokens/package.json index 8f25b25d..0fccf767 100644 --- a/packages/tokens/package.json +++ b/packages/tokens/package.json @@ -1,6 +1,6 @@ { "name": "@department-of-veterans-affairs/mobile-tokens", - "version": "0.21.1-alpha.0", + "version": "0.21.1-alpha.1", "description": "VA Design System Mobile Token Library", "main": "dist/js/index.js", "types": "dist/index.d.ts", From 959fda1fbf54255316dfccafa6ce71620a6532ce Mon Sep 17 00:00:00 2001 From: Narin Ratana Date: Tue, 10 Dec 2024 12:28:46 -0800 Subject: [PATCH 3/5] Fix heading medium bottom spacing --- packages/tokens/src/tokens/font/typography.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/tokens/src/tokens/font/typography.json b/packages/tokens/src/tokens/font/typography.json index 6faef504..00ace0bf 100644 --- a/packages/tokens/src/tokens/font/typography.json +++ b/packages/tokens/src/tokens/font/typography.json @@ -95,7 +95,7 @@ "fontFamily": "{vads-font-family-serif-regular}", "fontSize": "{vads-font-size-heading-level-2}", "lineHeight": "{vads-font-line-height-heading-xl}", - "marginBottom": "{vads-space-sm}", + "marginBottom": "{vads-space-md}", "letterSpacing": "{vads-font-letter-spacing-heading}" }, "attributes": { From 3453fa9247235c46578fa4bc2060cbab1ee7dbee Mon Sep 17 00:00:00 2001 From: VA Automation Bot Date: Wed, 11 Dec 2024 18:28:15 +0000 Subject: [PATCH 4/5] Version bump: tokens-v0.22.0 --- packages/tokens/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/tokens/package.json b/packages/tokens/package.json index 0fccf767..98f115f6 100644 --- a/packages/tokens/package.json +++ b/packages/tokens/package.json @@ -1,6 +1,6 @@ { "name": "@department-of-veterans-affairs/mobile-tokens", - "version": "0.21.1-alpha.1", + "version": "0.22.0", "description": "VA Design System Mobile Token Library", "main": "dist/js/index.js", "types": "dist/index.d.ts", From 851a20011c6a7c3d7e2c07a023aad6d1281434bd Mon Sep 17 00:00:00 2001 From: VA Automation Bot Date: Wed, 11 Dec 2024 18:28:40 +0000 Subject: [PATCH 5/5] Changelog for tokens-v0.22.0 --- documentation/CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/documentation/CHANGELOG.md b/documentation/CHANGELOG.md index e5d3aa9a..475cd6bb 100644 --- a/documentation/CHANGELOG.md +++ b/documentation/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [tokens-v0.22.0](https://github.com/department-of-veterans-affairs/va-mobile-library/tree/tokens-v0.22.0) (2024-12-11) + +[Full Changelog](https://github.com/department-of-veterans-affairs/va-mobile-library/compare/tokens-v0.21.0...tokens-v0.22.0) + +**Closed issues:** + +- DS - Typography - Apply tokens to components in Figma [\#558](https://github.com/department-of-veterans-affairs/va-mobile-library/issues/558) +- DS -Publish Text component to Figma & Doc Site [\#552](https://github.com/department-of-veterans-affairs/va-mobile-library/issues/552) +- \[Design Tokens\] Colors: Add new feedback tokens to VADS [\#541](https://github.com/department-of-veterans-affairs/va-mobile-library/issues/541) +- Radio Button - Publish component to Figma and Doc Site [\#195](https://github.com/department-of-veterans-affairs/va-mobile-library/issues/195) + +**Merged pull requests:** + +- \[Bug\] Typography – Fix heading bottom margin [\#606](https://github.com/department-of-veterans-affairs/va-mobile-library/pull/606) ([narin](https://github.com/narin)) + ## [tokens-v0.21.0](https://github.com/department-of-veterans-affairs/va-mobile-library/tree/tokens-v0.21.0) (2024-12-09) [Full Changelog](https://github.com/department-of-veterans-affairs/va-mobile-library/compare/components-v0.28.0...tokens-v0.21.0)