-
Notifications
You must be signed in to change notification settings - Fork 246
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
chore(release): 1.3.2 #1585
chore(release): 1.3.2 #1585
Conversation
chore: merge release/1.3.0 to master
Clears the contents of the `dist` directory between builds in buildspec.yaml. This prevents modules with `v0.0.0` from being published.
Bumps [esquery](https://github.com/estools/esquery) from 1.3.0 to 1.3.1. - [Release notes](https://github.com/estools/esquery/releases) - [Commits](estools/esquery@v1.3.0...v1.3.1) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Removes version suffix from version ranges in `.csproj` files generated by jsii-pacmak. Dotnet doesn't allow version suffixes that start with a number. Version ranges by default don't include prereleases so the resolved version is as intended without the suffix in this case.
chore: merge release/1.3.1 to master
The Python runtime dependency of generated Python code was incorrectly pinning on the minor, instead of allowing the necessary semver range. Changed the dependency statement from `~=<version>` to the correctly translated caret range. Fixes #1573
Instead of having it's own range generation, use the standard translation used to represent dependencies' ranges for the jsii runtime version, too. This removes an exception path, and simplifies the overall code.
Co-authored-by: Romain Marcadier <[email protected]>
9674f6e
to
09acb55
Compare
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
@RomainMuller How come this PR appears both in With different commit hashes though.. |
09acb55
to
b515aa4
Compare
b515aa4
to
79348cf
Compare
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
I reckon it was cherry-picked on top of |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
Thank you for contributing! ❤️ I will now look into making sure the PR is up-to-date, then proceed to try and merge it! |
Merging (no-squash)... |
see CHANGELOG