Skip to content

Commit 41da907

Browse files
authored
release: v0.20.9 (#1115)
See CHANGELOG
1 parent 92be5d7 commit 41da907

File tree

105 files changed

+544
-225
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

105 files changed

+544
-225
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,29 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.20.9](https://github.com/aws/jsii/compare/v0.20.8...v0.20.9) (2019-12-11)
7+
8+
9+
### Bug Fixes
10+
11+
* allow Missing Dotnet Version Suffix ([#1047](https://github.com/aws/jsii/issues/1047)) ([fc366d0](https://github.com/aws/jsii/commit/fc366d0a461473e1e6caeb85117098c708d191da)), closes [#1037](https://github.com/aws/jsii/issues/1037)
12+
* **dotnet/roslyn:** analyzer target framework ([#1071](https://github.com/aws/jsii/issues/1071)) ([fea0f0a](https://github.com/aws/jsii/commit/fea0f0a4c8ddd002957823a42b2e93cd6a23344d)), closes [aws/aws-cdk#5189](https://github.com/aws/aws-cdk/issues/5189)
13+
* generate non-overlapping artifacts ([#1104](https://github.com/aws/jsii/issues/1104)) ([2add627](https://github.com/aws/jsii/commit/2add6276f9490fdb25ee53a1b1a9ea8a85012a1b))
14+
* **java:** missing remarks in builder documentation ([#1111](https://github.com/aws/jsii/issues/1111)) ([33e820c](https://github.com/aws/jsii/commit/33e820c9252dd791a11eefdb2e6ad64f63facefd)), closes [#1094](https://github.com/aws/jsii/issues/1094)
15+
* **java:** remove Jackson confusion with certain patterns ([#1070](https://github.com/aws/jsii/issues/1070)) ([9eacbe3](https://github.com/aws/jsii/commit/9eacbe3476c471bf0528559bb602bcb1ede0904b)), closes [#987](https://github.com/aws/jsii/issues/987) [aws/aws-cdk#4080](https://github.com/aws/aws-cdk/issues/4080)
16+
* **python:** correctly emit sligified positional args ([#1081](https://github.com/aws/jsii/issues/1081)) ([6f9167b](https://github.com/aws/jsii/commit/6f9167bc21fd5274d4e7c5e5442973d747f7dd94)), closes [aws/aws-cdk#4302](https://github.com/aws/aws-cdk/issues/4302)
17+
* **python:** correctly handle structs out of callbacks ([#1009](https://github.com/aws/jsii/issues/1009)) ([812d8c2](https://github.com/aws/jsii/commit/812d8c2fec948a507bcf488dd7387c6ce1b91b1a)), closes [#1003](https://github.com/aws/jsii/issues/1003) [#997](https://github.com/aws/jsii/issues/997) [#997](https://github.com/aws/jsii/issues/997) [#1003](https://github.com/aws/jsii/issues/1003)
18+
* **python:** members named property results in invalid code ([#1114](https://github.com/aws/jsii/issues/1114)) ([92be5d7](https://github.com/aws/jsii/commit/92be5d7f12cfccb5f7f3ba714b73a4db96f7d329)), closes [#1113](https://github.com/aws/jsii/issues/1113)
19+
20+
21+
### Features
22+
23+
* upgrade to typescript 3.7 ([#988](https://github.com/aws/jsii/issues/988)) ([6e0a7e6](https://github.com/aws/jsii/commit/6e0a7e698ee1f2b20526667bb1222e92beb9eec8))
24+
25+
26+
27+
28+
629
## [0.20.8](https://github.com/aws/jsii/compare/v0.20.7...v0.20.8) (2019-11-24)
730

831

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
"rejectCycles": true
1111
}
1212
},
13-
"version": "0.20.8"
13+
"version": "0.20.9"
1414
}

packages/@jsii/dotnet-analyzers/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.20.9](https://github.com/aws/jsii/compare/v0.20.8...v0.20.9) (2019-12-11)
7+
8+
**Note:** Version bump only for package @jsii/dotnet-analyzers
9+
10+
11+
12+
13+
614
## [0.20.8](https://github.com/aws/jsii/compare/v0.20.7...v0.20.8) (2019-11-24)
715

816
**Note:** Version bump only for package jsii-dotnet-analyzers

packages/@jsii/dotnet-analyzers/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jsii/dotnet-analyzers",
3-
"version": "0.20.8",
3+
"version": "0.20.9",
44
"private": true,
55
"description": ".NET Roslyn Analyzers for Jsii",
66
"license": "Apache-2.0",
@@ -32,7 +32,7 @@
3232
},
3333
"devDependencies": {
3434
"@types/node": "^10.17.9",
35-
"jsii-build-tools": "^0.20.8",
35+
"jsii-build-tools": "^0.20.9",
3636
"typescript": "~3.7.3"
3737
}
3838
}

packages/@jsii/dotnet-jsonmodel/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.20.9](https://github.com/aws/jsii/compare/v0.20.8...v0.20.9) (2019-12-11)
7+
8+
**Note:** Version bump only for package @jsii/dotnet-jsonmodel
9+
10+
11+
12+
13+
614
## [0.20.8](https://github.com/aws/jsii/compare/v0.20.7...v0.20.8) (2019-11-24)
715

816
**Note:** Version bump only for package jsii-dotnet-jsonmodel

packages/@jsii/dotnet-jsonmodel/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jsii/dotnet-jsonmodel",
3-
"version": "0.20.8",
3+
"version": "0.20.9",
44
"private": true,
55
"description": ".NET json model for jsii spec and api.",
66
"license": "Apache-2.0",
@@ -32,7 +32,7 @@
3232
},
3333
"devDependencies": {
3434
"@types/node": "^10.17.9",
35-
"jsii-build-tools": "^0.20.8",
35+
"jsii-build-tools": "^0.20.9",
3636
"typescript": "~3.7.3"
3737
}
3838
}

packages/@jsii/dotnet-runtime-test/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.20.9](https://github.com/aws/jsii/compare/v0.20.8...v0.20.9) (2019-12-11)
7+
8+
9+
### Bug Fixes
10+
11+
* **python:** correctly emit sligified positional args ([#1081](https://github.com/aws/jsii/issues/1081)) ([6f9167b](https://github.com/aws/jsii/commit/6f9167bc21fd5274d4e7c5e5442973d747f7dd94)), closes [aws/aws-cdk#4302](https://github.com/aws/aws-cdk/issues/4302)
12+
13+
14+
15+
16+
617
## [0.20.8](https://github.com/aws/jsii/compare/v0.20.7...v0.20.8) (2019-11-24)
718

819
**Note:** Version bump only for package jsii-dotnet-runtime-test

packages/@jsii/dotnet-runtime-test/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jsii/dotnet-runtime-test",
3-
"version": "0.20.8",
3+
"version": "0.20.9",
44
"private": true,
55
"description": "Tests for the .NET client for jsii runtime",
66
"license": "Apache-2.0",
@@ -30,10 +30,10 @@
3030
"test:update": "UPDATE_DIFF=1 npm run test"
3131
},
3232
"devDependencies": {
33-
"@jsii/dotnet-runtime": "^0.20.8",
33+
"@jsii/dotnet-runtime": "^0.20.9",
3434
"@types/node": "^10.17.9",
35-
"jsii-calc": "^0.20.8",
36-
"jsii-pacmak": "^0.20.8",
35+
"jsii-calc": "^0.20.9",
36+
"jsii-pacmak": "^0.20.9",
3737
"typescript": "~3.7.3"
3838
}
3939
}

packages/@jsii/dotnet-runtime/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.20.9](https://github.com/aws/jsii/compare/v0.20.8...v0.20.9) (2019-12-11)
7+
8+
**Note:** Version bump only for package @jsii/dotnet-runtime
9+
10+
11+
12+
13+
614
## [0.20.8](https://github.com/aws/jsii/compare/v0.20.7...v0.20.8) (2019-11-24)
715

816
**Note:** Version bump only for package jsii-dotnet-runtime

packages/@jsii/dotnet-runtime/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jsii/dotnet-runtime",
3-
"version": "0.20.8",
3+
"version": "0.20.9",
44
"private": true,
55
"description": ".NET client for jsii runtime",
66
"license": "Apache-2.0",
@@ -31,10 +31,10 @@
3131
"package": "package-dotnet"
3232
},
3333
"devDependencies": {
34-
"@jsii/dotnet-jsonmodel": "^0.20.8",
35-
"@jsii/runtime": "^0.20.8",
34+
"@jsii/dotnet-jsonmodel": "^0.20.9",
35+
"@jsii/runtime": "^0.20.9",
3636
"@types/node": "^10.17.9",
37-
"jsii-build-tools": "^0.20.8",
37+
"jsii-build-tools": "^0.20.9",
3838
"semver": "^6.3.0",
3939
"typescript": "~3.7.3"
4040
}

0 commit comments

Comments
 (0)