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: Upgrade web dependency to >=0.5.1 <2.0.0 #125

Merged
merged 1 commit into from
Oct 7, 2024

Conversation

AhmedAlyDev
Copy link
Contributor

@AhmedAlyDev AhmedAlyDev commented Oct 7, 2024

Description

This PR addresses an issue with the oidc_web_core package, which still relies on an older version of the web package (^0.5.1). With the recent major update of the web package to version 1.0.0, we needed to ensure compatibility with newer versions without breaking existing functionality.

fixes #119

Requirements

Update the web package dependency to: >=0.5.1 <2.0.0

Testing:

All tests should pass with the updated dependency range.

Changes

The web dependency in pubspec.yaml has been updated to allow versions from 0.5.1 to any version below 2.0.0. This ensures compatibility with both the current 0.5.1 version and the major 1.0.0 release, while still preventing potential breaking changes in the 2.x.x versions.

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

@ahmednfwela ahmednfwela merged commit 5643344 into main Oct 7, 2024
11 of 12 checks passed
@emil-st
Copy link

emil-st commented Oct 24, 2024

@ahmednfwela , hello, sir. Hope you're doing well.
Just wondering, when we can excpect release of this udate?

@Akimskate
Copy link

Same question

@ahmednfwela
Copy link
Member

Hi @emil-st @Akimskate sorry for the delay as I have been extremely busy lately, Will try to publish the package over the weekend and also write some github actions to automate the publishing

@Akimskate
Copy link

Hi @emil-st @Akimskate sorry for the delay as I have been extremely busy lately, Will try to publish the package over the weekend and also write some github actions to automate the publishing

Thnx!

@ahmednfwela ahmednfwela deleted the chore/update-dependency-version branch November 24, 2024 01:17
@ahmednfwela
Copy link
Member

I have uploaded a new version of the package that enables support for web: v1.0.0

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.

chore: Upgrade to web 1.0.0
4 participants