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(shorebird_cli): bump shorebird engine revision #267

Merged
merged 1 commit into from
Apr 7, 2023

Conversation

felangel
Copy link
Contributor

@felangel felangel commented Apr 7, 2023

Description

  • chore(shorebird_cli): bump shorebird engine revision

Type of Change

  • ✨ New feature (non-breaking change which adds functionality)
  • 🛠️ Bug fix (non-breaking change which fixes an issue)
  • ❌ Breaking change (fix or feature that would cause existing functionality to change)
  • 🧹 Code refactor
  • ✅ Build configuration change
  • 📝 Documentation
  • 🗑️ Chore

@felangel felangel requested review from eseidel and bryanoltman April 7, 2023 16:55
@felangel felangel self-assigned this Apr 7, 2023
@@ -1,2 +1,2 @@
/// The hash of the Shorebird engine used by this version of Shorebird CLI.
const shorebirdEngineRevision = '978a56f2d97f9ce24a2b6bc22c9bbceaaba0343c';
const shorebirdEngineRevision = '7aa5c44764e10722d188ece75819f7d10f5269a3';
Copy link
Contributor

Choose a reason for hiding this comment

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

I would expect we'd bump the version of flutter/flutter somewhere instead?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ah okay and then we'd get the engine revision from flutter --version?

Copy link
Contributor

Choose a reason for hiding this comment

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

I'm not sure what we need the engine revision for anymore? Previously we wanted to make sure Flutter had compatible bits? Now "flutter" is our direct dependency and "engine" is its dependency, and "updater" its, etc. each responsible for validating their own.

@felangel felangel merged commit c7eff38 into main Apr 7, 2023
@felangel felangel deleted the chore/bump-engine-revision branch April 7, 2023 17:01
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