-
Notifications
You must be signed in to change notification settings - Fork 198
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
feat!: deprecate vars and expressvars from monorepo structure #2244
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6df5b6a
to
e09b05a
Compare
🚀 Deployed on https://pr-2244--spectrum-css.netlify.app |
e09b05a
to
cbfe079
Compare
4ce0cc6
to
f69bf13
Compare
f69bf13
to
c388054
Compare
c388054
to
75c20bc
Compare
d554184
to
e2fe78c
Compare
e2fe78c
to
fdd47f4
Compare
fdd47f4
to
19e64c2
Compare
9dbd444
to
41aa824
Compare
c6e0345
to
9848be0
Compare
9848be0
to
a43e0f3
Compare
a43e0f3
to
ef7d637
Compare
c1ffc8a
to
2f354e4
Compare
2f354e4
to
82b4c3a
Compare
6e9a031
to
641fe9e
Compare
BREAKING CHANGE: as no additional changes have been or are planned to be made to these legacy token packages, these assets no longer need to exist in the monorepo structure for Spectrum CSS.
641fe9e
to
ce79764
Compare
pfulton
approved these changes
Nov 13, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
As the removal of vars and expressvars from the monorepo is a major breaking change, I'm pulling this work out into a small PR. Updates are made to pull the content from node_modules rather than locally so the build continues to work.
This does not prevent downstream users from consuming the packages at their currently published tag but as no future updates are planned they no longer need to exist in the repository.
How and where has this been tested?
Please tag yourself on the tests you've marked complete to confirm the tests have been run by someone other than the author.
Regression testing
Validate:
To-do list