Closed xmnlab closed 6 months ago
@fccoelho , I opened this PR as a follow up of #217
this PR just keep the dependencies upper bound more flexible
I checked the tests, and the (silent) failures are the same, so I think it would be good to go.
Also, I opened this PR because I forgot to add fix
in the preview PR ... and I am blocked to cut a release XD (sorry about that)
I am merging this PR, so I can cut a new release. but feel free to ping me if you want any change and I can work on that as a follow up.
:tada: This PR is included in version 2.1.1 :tada:
The release is available on:
2.1.1
Your semantic-release bot :package::rocket:
Description
This PR is a follow up of #217 , that aims to make more flexible the dependencies upper bounds
PS: also I am working on this PR because the last one doesn't have
fix
orfeat
in the commit message, so I cannot cut a new release XDRelated Issue
Checklist
CODE_OF_CONDUCT.md
document.CONTRIBUTING.md
guide.chore(docs):
for Examples / docs / tutorials / dependencies updatefix:
for a bug fix (non-breaking change which fixes an issue).chore(improvement):
for an improvement (non-breaking change which improves an existing feature).feat:
for a new feature (non-breaking change which adds functionality).BREAKING CHANGE:
for a breaking change (fix or feature that would cause existing functionality to change).chore(security):
for a security fix.Note: The title prefix can be also expanded with more information inside the parenthesis. Some examples for a full title (prefix + message):
fix(login): Fix the login page
.feat(forecast): Add a weather forecast page
.chore(security-login): Add a weather forecast page
.