-
Notifications
You must be signed in to change notification settings - Fork 0
Upgraded all dependencies removing alpha and beta versions #18
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
base: master
Are you sure you want to change the base?
Conversation
685a48b
to
92cd2fa
Compare
92cd2fa
to
59bc687
Compare
CHANGELOG.md
Outdated
- [BC BREAK] Removed support for React and ReactDOM < 16.3 (Context API is not supported in those versions) | ||
- Added React component testing using `react-testing-library` | ||
- Increased the test code coverage | ||
- Upgraded all dependencies removing alpha and beta versions |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
v0.8.0 was already published.
This should go in v0.8.1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mmmm ok, I didn't know that the v0.8.0 was already published. So, first of all we should tag this version in GitHub's releases
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Moreover, we can merge this PR without publishing any new release. It's a bug-fix...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, it's a bugfix. Therefore it should be 0.8.1 instead of 0.9.0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mmmm ok, I didn't know that the v0.8.0 was already published. So, first of all we should tag this version in GitHub's releases
Yes, I forgot to tag it in GitHub 😓
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
jajaja sorry I'd want to say that it's NOT a bugfix, in the end you can work properly with master current dependencies.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@gorkalaucirica ping
pathFromRouteForPathsAndLocale, | ||
), | ||
renderTranslatedRoutesForCurrentConfig = renderTranslatedRoutesForConfig( | ||
configRoute, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would move this changes to another PR.
Changes look great but I would add tests for renderTranslatedRoutes
to ensure we are not breaking anything
@gorkalaucirica ping |
Uh oh!
There was an error while loading. Please reload this page.