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(repo): fix version in root package.json #2983

Merged
merged 1 commit into from
May 12, 2020

Conversation

FrozenPandaz
Copy link
Collaborator

Current Behavior (This is the behavior we have today, before the PR is merged)

version in root package.json is 9.4.0 from some left over changes from a local publish.

Expected Behavior (This is the new behavior we can expect after the PR is merged)

version in root package.json in 9.2.3 as the latest stable version.

Issue

package.json Outdated
@@ -1,6 +1,6 @@
{
"name": "@nrwl/nx-source",
"version": "9.4.0",
"version": "9.2.3",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"version": "9.2.3",
"version": "9.2.4",

@github-actions
Copy link

This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 22, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants