Skip to content
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

fix/npm-versioning #25

Merged
merged 2 commits into from
Jan 10, 2025
Merged

fix/npm-versioning #25

merged 2 commits into from
Jan 10, 2025

Conversation

sebstryczek
Copy link
Contributor

@sebstryczek sebstryczek commented Jan 9, 2025

RD-398

Objective

Release latest changed (SDK update and TS declarations fix).

Description

During the 3.0.1-rc.1 release the version in package.json was incorrect (3.0.1 instead of 3.0.1-rc1).
Because of that, the 3.0.1 was published as "next" not "latest".
The result of it is that, the "3.0.1" already exists and we cannot update the tag.
According the NPM documentation this version cannot be updated nor re-published event if it was unpublished yesterday:

Acceptance

  • None

Checklist

  • I have added relevant info to the CHANGELOG.md

@sebstryczek sebstryczek merged commit 413ef99 into main Jan 10, 2025
1 check passed
@sebstryczek sebstryczek deleted the fix/npm-versioning branch January 10, 2025 08:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants