Skip to content

Commit ccc2d90

Browse files
committed
release: v0.22.0
See CHANGELOG
1 parent 8cb6d7e commit ccc2d90

File tree

100 files changed

+437
-233
lines changed

Some content is hidden

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

100 files changed

+437
-233
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.22.0](https://github.com/aws/jsii/compare/v0.21.2...v0.22.0) (2020-02-06)
7+
8+
9+
### Bug Fixes
10+
11+
* **java:** invalid collections returned with non-class elements ([#1197](https://github.com/aws/jsii/issues/1197)) ([bbc2302](https://github.com/aws/jsii/commit/bbc23029746038e34fdd572312cec218344a368a)), closes [#1196](https://github.com/aws/jsii/issues/1196)
12+
13+
14+
### Features
15+
16+
* **java:** annotate nullability ([#1234](https://github.com/aws/jsii/issues/1234)) ([6f2ab03](https://github.com/aws/jsii/commit/6f2ab03dfc4fe5625d97cfacdc980e85b54928a7)), closes [aws/aws-cdk#6026](https://github.com/aws/aws-cdk/issues/6026)
17+
18+
19+
20+
21+
622
## [0.21.2](https://github.com/aws/jsii/compare/v0.21.1...v0.21.2) (2020-01-22)
723

824

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.21.2"
13+
"version": "0.22.0"
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.22.0](https://github.com/aws/jsii/compare/v0.21.2...v0.22.0) (2020-02-06)
7+
8+
**Note:** Version bump only for package @jsii/dotnet-analyzers
9+
10+
11+
12+
13+
614
## [0.21.2](https://github.com/aws/jsii/compare/v0.21.1...v0.21.2) (2020-01-22)
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.21.2",
3+
"version": "0.22.0",
44
"private": true,
55
"description": ".NET Roslyn Analyzers for Jsii",
66
"license": "Apache-2.0",
@@ -38,7 +38,7 @@
3838
},
3939
"devDependencies": {
4040
"@types/node": "^10.17.14",
41-
"jsii-build-tools": "^0.21.2",
41+
"jsii-build-tools": "^0.22.0",
4242
"typescript": "~3.7.5"
4343
}
4444
}

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.22.0](https://github.com/aws/jsii/compare/v0.21.2...v0.22.0) (2020-02-06)
7+
8+
**Note:** Version bump only for package @jsii/dotnet-jsonmodel
9+
10+
11+
12+
13+
614
## [0.21.2](https://github.com/aws/jsii/compare/v0.21.1...v0.21.2) (2020-01-22)
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.21.2",
3+
"version": "0.22.0",
44
"private": true,
55
"description": ".NET json model for jsii spec and api.",
66
"license": "Apache-2.0",
@@ -36,7 +36,7 @@
3636
},
3737
"devDependencies": {
3838
"@types/node": "^10.17.14",
39-
"jsii-build-tools": "^0.21.2",
39+
"jsii-build-tools": "^0.22.0",
4040
"typescript": "~3.7.5"
4141
}
4242
}

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.22.0](https://github.com/aws/jsii/compare/v0.21.2...v0.22.0) (2020-02-06)
7+
8+
9+
### Bug Fixes
10+
11+
* **java:** invalid collections returned with non-class elements ([#1197](https://github.com/aws/jsii/issues/1197)) ([bbc2302](https://github.com/aws/jsii/commit/bbc23029746038e34fdd572312cec218344a368a)), closes [#1196](https://github.com/aws/jsii/issues/1196)
12+
13+
14+
15+
16+
617
## [0.21.2](https://github.com/aws/jsii/compare/v0.21.1...v0.21.2) (2020-01-22)
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.21.2",
3+
"version": "0.22.0",
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.21.2",
33+
"@jsii/dotnet-runtime": "^0.22.0",
3434
"@types/node": "^10.17.14",
35-
"jsii-calc": "^0.21.2",
36-
"jsii-pacmak": "^0.21.2",
35+
"jsii-calc": "^0.22.0",
36+
"jsii-pacmak": "^0.22.0",
3737
"typescript": "~3.7.5"
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.22.0](https://github.com/aws/jsii/compare/v0.21.2...v0.22.0) (2020-02-06)
7+
8+
**Note:** Version bump only for package @jsii/dotnet-runtime
9+
10+
11+
12+
13+
614
## [0.21.2](https://github.com/aws/jsii/compare/v0.21.1...v0.21.2) (2020-01-22)
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.21.2",
3+
"version": "0.22.0",
44
"private": true,
55
"description": ".NET client for jsii runtime",
66
"license": "Apache-2.0",
@@ -37,11 +37,11 @@
3737
"package": "package-dotnet"
3838
},
3939
"devDependencies": {
40-
"@jsii/dotnet-jsonmodel": "^0.21.2",
41-
"@jsii/runtime": "^0.21.2",
40+
"@jsii/dotnet-jsonmodel": "^0.22.0",
41+
"@jsii/runtime": "^0.22.0",
4242
"@types/node": "^10.17.14",
4343
"@types/semver": "^7.1.0",
44-
"jsii-build-tools": "^0.21.2",
44+
"jsii-build-tools": "^0.22.0",
4545
"semver": "^7.1.2",
4646
"typescript": "~3.7.5"
4747
}

0 commit comments

Comments
 (0)