Skip to content

v0.7.7#257

Merged
eladb merged 1 commit intomasterfrom
benisrae/v0.7.7
Oct 10, 2018
Merged

v0.7.7#257
eladb merged 1 commit intomasterfrom
benisrae/v0.7.7

Conversation

@eladb
Copy link
Contributor

@eladb eladb commented Oct 9, 2018

Bug Fixes

Also updated bump.sh to automatically determine the version based on conventional commits, as the next step towards auto-bump.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@eladb eladb requested review from RomainMuller and rix0rrr October 9, 2018 14:51
@rix0rrr
Copy link
Contributor

rix0rrr commented Oct 9, 2018

How urgent is this? I'd like to get #256 in as well to unblock the Step Functions PR

@eladb
Copy link
Contributor Author

eladb commented Oct 9, 2018 via email

Bug Fixes
=========

* **dotnet:** abstract classes should have proxy implementations ([#241](#241)) ([828a26f](828a26f)), closes [#223](#223)
* **jsii:** better usage reporting of private types ([#247](#247)) ([96ac5d6](96ac5d6))
* **jsii:** support  public autoproperties in private constructor ([#256](#256)) ([181012e](181012e))
* **jsii:** use default jsx compiler options ([#260](#260)) ([660ae79](660ae79)), closes [aws/aws-cdk#830](aws/aws-cdk#830)
* **jsii-dotnet-generator:** Use FQ type returns in conflict. ([#258](#258)) ([a78784a](a78784a)), closes [#252](#252)
* **jsii-runtime:** Use buffer factory methods instead of constructor. ([#246](#246)) ([6ad6b9d](6ad6b9d))
* **kernel:** Return object literals as references ([#249](#249)) ([61cb3a4](61cb3a4)), closes [#248](#248) [aws/aws-cdk#774](aws/aws-cdk#774)

Misc
====

bump.sh was updated to let "lerna publish" automatically determine
the version number using conventional commits.
@eladb eladb merged commit b1c202b into master Oct 10, 2018
@eladb eladb deleted the benisrae/v0.7.7 branch October 10, 2018 07:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Kernel returns copy of object literals, preventing updates from applying Unable to instantiate object when return type is abstract (.NET)

3 participants