-
Notifications
You must be signed in to change notification settings - Fork 12
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
removes references to React Pagination component #836
Conversation
packages/core/package.json
Outdated
@@ -1,7 +1,7 @@ | |||
{ | |||
"name": "@department-of-veterans-affairs/component-library", | |||
"description": "VA.gov component library. Includes React and web components.", | |||
"version": "20.0.0", | |||
"version": "22.0.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a reason this needs to be incremented by two major releases?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I made this change prior to our meeting on versioning. I have reverted this change to reflect the current version (20.0.0) for the appropriate engineer to update core's version on release.
@@ -1,6 +1,6 @@ | |||
{ | |||
"name": "@department-of-veterans-affairs/react-components", | |||
"version": "15.0.0", | |||
"version": "17.0.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also bumped two major releases here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was set in anticipation. Andrew's deprecation of Select merged ahead of me @16.0.0, my deprecation of Pagination, also a braking change , should make 17.0.0 correct
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉
Chromatic
https://rm-remove-react-pagination-phase3--60f9b557105290003b387cd5.chromatic.com
Description
Closes 2026
Removes React Pagination component
Testing done
Screenshots
N/A
Acceptance criteria
Definition of done