-
Notifications
You must be signed in to change notification settings - Fork 2
Update auro-button version #188
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
Conversation
Reviewer's guide (collapsed on small PRs)Reviewer's GuideThis PR updates package.json and package-lock.json by upgrading core Auro design system dependencies to their latest minor/patch releases and adds new Auro packages for design tokens and webcore styles. Class diagram for updated and new dependencies in package.jsonclassDiagram
class PackageJson {
+@alaskaairux/icons: ^5.7.1
+@aurodesignsystem/auro-button: ^11.4.0
+@aurodesignsystem/auro-library: ^5.5.2
+@aurodesignsystem/design-tokens: ^8.4.2
+@aurodesignsystem/webcorestylesheets: ^10.0.4
}
class AuroButton {
<<dependency>>
version: ^11.4.0
}
class DesignTokens {
<<dependency>>
version: ^8.4.2
}
class WebcoreStylesheets {
<<dependency>>
version: ^10.0.4
}
PackageJson --> AuroButton
PackageJson --> DesignTokens
PackageJson --> WebcoreStylesheets
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
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.
|
Surge demo deployment failed! 😭 |
chrisfalaska
left a comment
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 PR is included in version 5.2.4 🎉 The release is available on: Your semantic-release bot 📦🚀 |




Alaska Airlines Pull Request
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
Checklist:
By submitting this Pull Request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Pull Requests will be evaluated by their quality of update and whether it is consistent with the goals and values of this project. Any submission is to be considered a conversation between the submitter and the maintainers of this project and may require changes to your submission.
Thank you for your submission!
-- Auro Design System Team
Summary by Sourcery
Update project dependencies to their latest minor versions including the Auro button, icons, library, design tokens, and webcore stylesheets.
Enhancements: