Add 0.14.0 release to instant CHANGELOG #1272
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
First of all, sorry for the inconvenience.
But I will deprecate the v1.0.0 of the
@meilisearch/instant-meilisearch
package. It shouldn't be done in the first place. The new versioning system (changesets) automatically bumped the version to a major due to the changelog change named "major". For some reason, it triggered a version raise to 1.0, which was incorrect.So, the steps that follow this PR are going to be:
@meilisearch/instant-meilisearch#v0.14.0
.@meilisearch/instant-meilisearch#v1.0.0
here on GitHub@meilisearch/instant-meilisearch#v1.0.0
at npm.If you're a user from instant-meilisearch, you could safely migrate from v1.0.0 to v0.14.0. They are the same release with just the version change.
Why you folks don't keep it?
The integrations team is a really really small team that manages more than 30 different packages from SDKs to meilisearch tooling. Having a v1.0 package under our umbrella means that we should take extra care about everything we do, plus sometimes we are not even sure if that package could be considered "stable".
We bumped some of our integrations, like Meilisearch PHP, to v1 for external reasons. In any case, you should expect the same quality of maintenance here and in any other Meilisearch repo. Our goal is to make our tools easier and easier to adopt and not to raise any alarms when you upgrade them.
But as soon you put the semver to v1.0, that became a rule, not a good practice/mantra like it is today, and due to our small team, this could not be a rule yet.
Again, I apologize for the inconvenience and thanks for using Meilisearch ❤️!