From 3a49644901697204bcb13071c971294ef2b66bc1 Mon Sep 17 00:00:00 2001 From: VA Automation Bot Date: Fri, 1 Mar 2024 21:26:45 +0000 Subject: [PATCH 1/2] Version bump: assets-v0.3.0 --- packages/assets/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/assets/package.json b/packages/assets/package.json index 0f14c774..47623774 100644 --- a/packages/assets/package.json +++ b/packages/assets/package.json @@ -1,6 +1,6 @@ { "name": "@department-of-veterans-affairs/mobile-assets", - "version": "0.2.0", + "version": "0.3.0", "description": "VA Design System Mobile Assets", "repository": { "type": "git", From 3b26fb29c3251c5493a4bde7c9be21efc8a4d95f Mon Sep 17 00:00:00 2001 From: VA Automation Bot Date: Fri, 1 Mar 2024 21:26:54 +0000 Subject: [PATCH 2/2] Changelog for assets-v0.3.0 --- CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 426a5198..6b24c5f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## [assets-v0.3.0](https://github.com/department-of-veterans-affairs/va-mobile-library/tree/assets-v0.3.0) (2024-03-01) + +[Full Changelog](https://github.com/department-of-veterans-affairs/va-mobile-library/compare/components-v0.9.0...assets-v0.3.0) + +**Closed issues:** + +- Link - Update docs/Figma to reflect new variants [\#210](https://github.com/department-of-veterans-affairs/va-mobile-library/issues/210) +- Link - Update copy for leaving app prompt [\#196](https://github.com/department-of-veterans-affairs/va-mobile-library/issues/196) +- Link component - Add Attachment type support [\#183](https://github.com/department-of-veterans-affairs/va-mobile-library/issues/183) +- Link component - Add analytics support and remove TODO calendar code [\#170](https://github.com/department-of-veterans-affairs/va-mobile-library/issues/170) +- Snackbar - Accessibility requirements [\#155](https://github.com/department-of-veterans-affairs/va-mobile-library/issues/155) +- DS - Make Repo Public [\#141](https://github.com/department-of-veterans-affairs/va-mobile-library/issues/141) +- Link Component - Storybook [\#135](https://github.com/department-of-veterans-affairs/va-mobile-library/issues/135) +- Radio Button - Align with VADS and publish documentation [\#110](https://github.com/department-of-veterans-affairs/va-mobile-library/issues/110) +- Checkbox - Align with VADS and publish documentation [\#109](https://github.com/department-of-veterans-affairs/va-mobile-library/issues/109) + +**Merged pull requests:** + +- \[Feature\] Link - Add attachment type support [\#215](https://github.com/department-of-veterans-affairs/va-mobile-library/pull/215) ([TimRoe](https://github.com/TimRoe)) +- \[BUG\] Fix TS error – Update LinkAnalytics import to relative [\#209](https://github.com/department-of-veterans-affairs/va-mobile-library/pull/209) ([narin](https://github.com/narin)) +- \[Feature\] Link - Adjustments to stories order/names/text [\#206](https://github.com/department-of-veterans-affairs/va-mobile-library/pull/206) ([TimRoe](https://github.com/TimRoe)) + ## [components-v0.9.0](https://github.com/department-of-veterans-affairs/va-mobile-library/tree/components-v0.9.0) (2024-02-27) [Full Changelog](https://github.com/department-of-veterans-affairs/va-mobile-library/compare/components-v0.8.0...components-v0.9.0)