Skip to content

Commit 138320c

Browse files
authored
release: v0.20.10 (#1119)
See CHANGELOG
1 parent a2b11f1 commit 138320c

105 files changed

Lines changed: 452 additions & 222 deletions

File tree

Some content is hidden

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

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.10](https://github.com/aws/jsii/compare/v0.20.9...v0.20.10) (2019-12-13)
7+
8+
9+
### Bug Fixes
10+
11+
* **reflect:** failure to load assembly from "npm pack" ([#1117](https://github.com/aws/jsii/issues/1117)) ([a2b11f1](https://github.com/aws/jsii/commit/a2b11f19a826027be021ca815985c08461df618a))
12+
13+
14+
15+
16+
617
## [0.20.9](https://github.com/aws/jsii/compare/v0.20.8...v0.20.9) (2019-12-11)
718

819

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.9"
13+
"version": "0.20.10"
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.10](https://github.com/aws/jsii/compare/v0.20.9...v0.20.10) (2019-12-13)
7+
8+
**Note:** Version bump only for package @jsii/dotnet-analyzers
9+
10+
11+
12+
13+
614
## [0.20.9](https://github.com/aws/jsii/compare/v0.20.8...v0.20.9) (2019-12-11)
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.9",
3+
"version": "0.20.10",
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.9",
41-
"jsii-build-tools": "^0.20.9",
41+
"jsii-build-tools": "^0.20.10",
4242
"typescript": "~3.7.3"
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.20.10](https://github.com/aws/jsii/compare/v0.20.9...v0.20.10) (2019-12-13)
7+
8+
**Note:** Version bump only for package @jsii/dotnet-jsonmodel
9+
10+
11+
12+
13+
614
## [0.20.9](https://github.com/aws/jsii/compare/v0.20.8...v0.20.9) (2019-12-11)
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.9",
3+
"version": "0.20.10",
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.9",
39-
"jsii-build-tools": "^0.20.9",
39+
"jsii-build-tools": "^0.20.10",
4040
"typescript": "~3.7.3"
4141
}
4242
}

packages/@jsii/dotnet-runtime-test/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.10](https://github.com/aws/jsii/compare/v0.20.9...v0.20.10) (2019-12-13)
7+
8+
**Note:** Version bump only for package @jsii/dotnet-runtime-test
9+
10+
11+
12+
13+
614
## [0.20.9](https://github.com/aws/jsii/compare/v0.20.8...v0.20.9) (2019-12-11)
715

816

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.9",
3+
"version": "0.20.10",
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.9",
33+
"@jsii/dotnet-runtime": "^0.20.10",
3434
"@types/node": "^10.17.9",
35-
"jsii-calc": "^0.20.9",
36-
"jsii-pacmak": "^0.20.9",
35+
"jsii-calc": "^0.20.10",
36+
"jsii-pacmak": "^0.20.10",
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.10](https://github.com/aws/jsii/compare/v0.20.9...v0.20.10) (2019-12-13)
7+
8+
**Note:** Version bump only for package @jsii/dotnet-runtime
9+
10+
11+
12+
13+
614
## [0.20.9](https://github.com/aws/jsii/compare/v0.20.8...v0.20.9) (2019-12-11)
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.9",
3+
"version": "0.20.10",
44
"private": true,
55
"description": ".NET client for jsii runtime",
66
"license": "Apache-2.0",
@@ -37,10 +37,10 @@
3737
"package": "package-dotnet"
3838
},
3939
"devDependencies": {
40-
"@jsii/dotnet-jsonmodel": "^0.20.9",
41-
"@jsii/runtime": "^0.20.9",
40+
"@jsii/dotnet-jsonmodel": "^0.20.10",
41+
"@jsii/runtime": "^0.20.10",
4242
"@types/node": "^10.17.9",
43-
"jsii-build-tools": "^0.20.9",
43+
"jsii-build-tools": "^0.20.10",
4444
"semver": "^6.3.0",
4545
"typescript": "~3.7.3"
4646
}

0 commit comments

Comments
 (0)