-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
Move to modular versioning #272
Labels
Comments
eladb
pushed a commit
that referenced
this issue
Nov 6, 2018
Adds "peerDependencies" to all modules for all dependencies that include types that are used in the module's public API. Also, add "@aws-cdk/cdk" to "peerDependencies" for the typescript library cdk-init template. This will be enforced by jsii when aws/jsii#1090 is introduced. Prerequisite for #272 Fixes #979
eladb
pushed a commit
that referenced
this issue
Nov 6, 2018
Adds "peerDependencies" to all modules for all dependencies that include types that are used in the module's public API. Also, add "@aws-cdk/cdk" to "peerDependencies" for the typescript library cdk-init template. This will be enforced by jsii when aws/jsii#292 is introduced. Prerequisite for #272 Fixes #979
eladb
pushed a commit
that referenced
this issue
Nov 6, 2018
Adds "peerDependencies" to all modules for all dependencies that include types that are used in the module's public API. Also, add "@aws-cdk/cdk" to "peerDependencies" for the typescript library cdk-init template. This will be enforced by jsii when aws/jsii#292 is introduced. Prerequisite for #272 Fixes #979
Closed
Pulled this off the GA planning board since we found a way to avoid this work for GA |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
At the moment, the entire repository has a single version. We should move to per-module versioning when we start publishing to package managers.
Some issues to consider:
lerna publish
upgrades from0.x.y
to1.0.0
for breaking changes loopbackio/loopback-next#1068, Incorrect Increment for versions < 1.0 npm/node-semver#177)The text was updated successfully, but these errors were encountered: