-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0445037
commit 297e937
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
297e937
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.
@kamilmysliwiec May I know why the version is going down?! I have the 1.0.0 installed and now the latest version is 0.1.*
297e937
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.
Just fixed. Something must have gone wrong with release-it & pre-commit hooks
297e937
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.
Sorry, but that doesn't really answer it. It seems like you consider the 1.0.0 an error and you will stay on 0.1.x?
I'd like to propose to use 1.x, because this package is released and supposed to be used, right?
Or am I mis-interpreting it?
// Edit: If you won't use 1.x, the release should be marked as deprecated in the registry.
297e937
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.
You did misinterpret it indeed π I deprecated 0.1.x and 1.0.1 instead
297e937
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.
Thatβs the answer. I assume it was just a wrong version with releasing.
297e937
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.
Ah, perfect, thanks! π Sorry for my confusion. π π
Should
0.1.1
also be deprecated? (link)297e937
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.
It appears that 0.1.1 includes the axios upgrade and is a breaking change from 0.1.0. This version should be deleted if this was released on accident. Anyone pinning their version using ^ or ~ will unexpectedly receive a breaking change if left as is.