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

Align nuget and npm package versions #1265

Merged
merged 5 commits into from
Feb 22, 2024
Merged

Align nuget and npm package versions #1265

merged 5 commits into from
Feb 22, 2024

Conversation

rajsite
Copy link
Member

@rajsite rajsite commented May 22, 2023

Pull Request

🤨 Rationale

Realized that the nuget and npm package versions are out of sync. This happens because the nuget package that is published was currently built in the workflow pack phase. Which is immediately after build to save generated artifacts.

However those built nuget packages are using the wrong version number as they run before beachball bumps them. Following the nimble-angular example-ish we will regenerate the build output (in this case the built nupkg files) during publish.

👩‍💻 Implementation

Re-run npm pack during publish to pick-up beachball version changes.

🧪 Testing

Doing it live

✅ Checklist

  • I have updated the project documentation to reflect my changes or determined no changes are needed.

@rajsite rajsite marked this pull request as draft May 22, 2023 23:47
@rajsite rajsite marked this pull request as ready for review February 21, 2024 23:26
@rajsite
Copy link
Member Author

rajsite commented Feb 21, 2024

fyi blazor owners since it's an old PR that was sitting around for a while @atmgrifter00 @msmithNI

@rajsite
Copy link
Member Author

rajsite commented Feb 22, 2024

fyi blazor owners since it's an old PR that was sitting around for a while @atmgrifter00 @msmithNI

tested it out in spright and looks functional so gonna merge, if any owners have concerns can address in a follow-up

@rajsite rajsite merged commit bb9f7fc into main Feb 22, 2024
9 of 10 checks passed
@rajsite rajsite deleted the fix-nuget-versions branch February 22, 2024 00:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant