Skip to content

Commit a3b9762

Browse files
authored
chore: fix versions in package.json (#281)
Dependencies on packages in monorepo should always be `^0.0.0`. They will be changed into exact dependency versions, if necessary, at release time. Due to some previous attempts at implementing that workflow, some literal `"0.0.0"`'s had snuck into our `package.json`s, and `projen` leaves them at whatever they are. Now that we are explicitly setting versions back to `^0.0.0` at `unbump` time, that causes a diff with respect to the literal exact versions that are in the repo. Manually set them to caret versions. --- By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license
1 parent 8c70b53 commit a3b9762

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

packages/@aws-cdk/integ-runner/package.json

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)