-
-
Notifications
You must be signed in to change notification settings - Fork 274
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: bump stripe version to 14.19.0 #705
Conversation
Seems like the CI/CD is a bit flaky? It failed due to a timeout in a test and locally everything works as expected. Can somebody help me out by retriggering it? |
When is this going to be released? The latest version (0.6.5) is still using stripe v11. |
@WonderPanda Is it possible to have a major release for Stripe package? |
I just tried to do a release but Stripe isn't set up for a major release yet:
With the current setup with Conventional Commit there needs to be a commit message that indicates a breaking change in order for the major version to get bumped |
Just wondering if there has been any movement on getting this released? :) |
Is all we need really just a commit? If so I will open a PR :D |
I hope it works that way? @WonderPanda @underfisk #714 |
* chore: bump stripe version to 14.19.0 * fix: bump default Stripe API version BREAKING CHANGE: Updates the underlying stripe dependency --------- Co-authored-by: Dennis von der Bey <[email protected]>
* chore: bump stripe version to 14.19.0 * fix: bump default Stripe API version BREAKING CHANGE: Updates the underlying stripe dependency --------- Co-authored-by: Dennis von der Bey <[email protected]>
This is published as version 0.7.0 |
I noticed my local build fails due to the version conflict. I didn't try it out locally yet so I wonder if there is more work involved than just bumping it?