-
Notifications
You must be signed in to change notification settings - Fork 205
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
language: put sdk versions into package.json #4122
Conversation
937b756
to
c4039df
Compare
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.
Looks great, thank you!
The local
attribute is not needed.
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.
Very nice. Thank you so much.
I'll leave the technical approval to @aherrmann.
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.
I'm wondering if we should put 0.0.0
instead of SDK_VERSION
into the package.json
files. This would make the local development experience nicer. Of course, there's a very small risk that we ever need to use another package at version 0.0.0
. However, I would resolve that issue when it occurs, if it ever does.
In |
I like @aherrmann's idea. Let's do that. |
369707d
to
d8ab3b3
Compare
ok, we're using |
d8ab3b3
to
043ebe7
Compare
The typescript library versions of our support libraries are now given by the sdk version. CHANGELOG_BEGIN CHANGELOG_END
8465ca6
to
b7554c0
Compare
b7554c0
to
01b71a6
Compare
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.
Awesome. Thank you very much.
The typescript library versions of our support libraries are now given
by the sdk version.
CHANGELOG_BEGIN
CHANGELOG_END
Pull Request Checklist
CHANGELOG_BEGIN
andCHANGELOG_END
tagsNOTE: CI is not automatically run on non-members pull-requests for security
reasons. The reviewer will have to comment with
/AzurePipelines run
totrigger the build.