Update workflows and dependencies for version 7.5.8#111
Merged
Conversation
- Upgrade `google_fonts` dependency to `^8.0.0` - Add prechecks job to validate tag format and main branch commit - Create checks workflow for pull requests - Update main.dart to use 'Ubuntu Mono' font - Adjust version in pubspec.yaml and pubspec.lock
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the layrz_theme package to version 7.5.8, primarily upgrading the google_fonts dependency from ^6.2.1 to ^8.0.0. It also modernizes the CI/CD workflows by restructuring the publish workflow with prechecks validation, updating GitHub Actions versions, and introducing a new checks workflow for pull requests. The example application has been cleaned up by removing commented-out code and environment token configuration.
Changes:
- Upgraded google_fonts dependency to ^8.0.0 for latest font features
- Restructured publish workflow with prechecks job, updated actions, and Flutter 3.38.8
- Added new checks workflow for PR validation
- Cleaned up example/main.dart by removing commented imports and token configuration
Reviewed changes
Copilot reviewed 5 out of 6 changed files in this pull request and generated 6 comments.
Show a summary per file
| File | Description |
|---|---|
| pubspec.yaml | Version bumped to 7.5.8 and google_fonts upgraded to ^8.0.0 |
| example/pubspec.lock | Updated lockfile reflecting google_fonts 8.0.0 and layrz_theme 7.5.8 |
| example/lib/main.dart | Removed commented code and environment token handling, updated font to 'Ubuntu Mono' |
| CHANGELOG.md | Added version 7.5.8 entry documenting the google_fonts upgrade |
| .github/workflows/publish.yaml | Restructured with prechecks job, updated actions to v6/v5/v4, modernized Flutter setup |
| .github/workflows/checks.yaml | New workflow for PR checks (lint and analyze) |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or 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
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.
google_fontsdependency to^8.0.0