Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update component version metadata #2114

Merged
merged 1 commit into from
Dec 10, 2024
Merged

Conversation

booc0mtaco
Copy link
Contributor

@booc0mtaco booc0mtaco commented Dec 6, 2024

The previous version markers were mixing two ideas together, so the version numbers were ambiguous.

Based on how design is defining the theme versions, we only have two 1.0 (SLP), and 2.0 (Render). This is mostly to normalize what versions show up for which components (there was no 1.3 theme version; that "1.3" was referring to the components API, hence the API version numbers still having the minors show up)

Test Plan:

  • Wrote/updated automated tests
  • CI tests / new tests are not applicable
  • Manually tested my changes, and here are the details:
    • validate against table api and theme versions per component (see storybook)

@booc0mtaco booc0mtaco requested a review from a team December 6, 2024 00:13
Copy link

github-actions bot commented Dec 6, 2024

size-limit report 📦

Path Size
components 94.59 KB (0%)
styles 29.67 KB (0%)

Copy link

codecov bot commented Dec 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.11%. Comparing base (6d4a3f4) to head (675871f).

Additional details and impacted files
@@           Coverage Diff           @@
##             next    #2114   +/-   ##
=======================================
  Coverage   97.11%   97.11%           
=======================================
  Files         112      112           
  Lines        2806     2806           
  Branches      763      763           
=======================================
  Hits         2725     2725           
  Misses         77       77           
  Partials        4        4           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@booc0mtaco
Copy link
Contributor Author

Screenshot 2024-12-06 at 10 57 44

Comment on lines +87 to +88
...createThemeVersion('1.0'),
...createThemeVersion('2.0'),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why did theme version 1.3 and 2.1 disappear?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good question. The previous version markers were mixing two ideas together, so the version numbers were ambiguous.

Based on how design is defining the theme versions, we only have two 1.0 (SLP), and 2.0 (Render). This is mostly to normalize what versions show up for which components (there was no 1.3 theme version; that "1.3" was referring to the components API, hence the API version numbers still having the minors show up)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

added the above to the description, for that missing clarity!

@booc0mtaco booc0mtaco merged commit 847baa9 into next Dec 10, 2024
12 checks passed
@booc0mtaco booc0mtaco deleted the aholloway/EDS-1449 branch December 10, 2024 22:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants