Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into rmuller/submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainMuller committed Mar 11, 2020
2 parents bbb7406 + 1ff2557 commit c8bfb68
Show file tree
Hide file tree
Showing 111 changed files with 570 additions and 346 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.1.0](https://github.com/aws/jsii/compare/v1.0.0...v1.1.0) (2020-03-10)


### Bug Fixes

* **dotnet:** missing ? on nullable interface members ([#1287](https://github.com/aws/jsii/issues/1287)) ([9299db2](https://github.com/aws/jsii/commit/9299db25348504a4e413a047ce9ba914fb0f8856)), closes [#1285](https://github.com/aws/jsii/issues/1285)
* **jsii:** missing context on "Message" diagnostics ([#1298](https://github.com/aws/jsii/issues/1298)) ([c44f5f3](https://github.com/aws/jsii/commit/c44f5f30b77225e463d80c2e01e519e40d5601c5))





## [1.0.0](https://github.com/aws/jsii/compare/v0.22.0...v1.0.0) (2020-02-17)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
"rejectCycles": true
}
},
"version": "1.0.0"
"version": "1.1.0"
}
8 changes: 8 additions & 0 deletions packages/@jsii/dotnet-analyzers/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.1.0](https://github.com/aws/jsii/compare/v1.0.0...v1.1.0) (2020-03-10)

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





# [1.0.0](https://github.com/aws/jsii/compare/v0.22.0...v1.0.0) (2020-02-17)


Expand Down
4 changes: 2 additions & 2 deletions packages/@jsii/dotnet-analyzers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsii/dotnet-analyzers",
"version": "1.0.0",
"version": "1.1.0",
"private": true,
"description": ".NET Roslyn Analyzers for Jsii",
"license": "Apache-2.0",
Expand Down Expand Up @@ -38,7 +38,7 @@
},
"devDependencies": {
"@types/node": "^10.17.17",
"jsii-build-tools": "^1.0.0",
"jsii-build-tools": "^1.1.0",
"typescript": "~3.8.3"
}
}
8 changes: 8 additions & 0 deletions packages/@jsii/dotnet-jsonmodel/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.1.0](https://github.com/aws/jsii/compare/v1.0.0...v1.1.0) (2020-03-10)

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





# [1.0.0](https://github.com/aws/jsii/compare/v0.22.0...v1.0.0) (2020-02-17)


Expand Down
4 changes: 2 additions & 2 deletions packages/@jsii/dotnet-jsonmodel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsii/dotnet-jsonmodel",
"version": "1.0.0",
"version": "1.1.0",
"private": true,
"description": ".NET json model for jsii spec and api.",
"license": "Apache-2.0",
Expand Down Expand Up @@ -36,7 +36,7 @@
},
"devDependencies": {
"@types/node": "^10.17.17",
"jsii-build-tools": "^1.0.0",
"jsii-build-tools": "^1.1.0",
"typescript": "~3.8.3"
}
}
8 changes: 8 additions & 0 deletions packages/@jsii/dotnet-runtime-test/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.1.0](https://github.com/aws/jsii/compare/v1.0.0...v1.1.0) (2020-03-10)

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





# [1.0.0](https://github.com/aws/jsii/compare/v0.22.0...v1.0.0) (2020-02-17)


Expand Down
8 changes: 4 additions & 4 deletions packages/@jsii/dotnet-runtime-test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsii/dotnet-runtime-test",
"version": "1.0.0",
"version": "1.1.0",
"private": true,
"description": "Tests for the .NET client for jsii runtime",
"license": "Apache-2.0",
Expand Down Expand Up @@ -30,10 +30,10 @@
"test:update": "UPDATE_DIFF=1 npm run test"
},
"devDependencies": {
"@jsii/dotnet-runtime": "^1.0.0",
"@jsii/dotnet-runtime": "^1.1.0",
"@types/node": "^10.17.17",
"jsii-calc": "^1.0.0",
"jsii-pacmak": "^1.0.0",
"jsii-calc": "^1.1.0",
"jsii-pacmak": "^1.1.0",
"typescript": "~3.8.3"
}
}
8 changes: 8 additions & 0 deletions packages/@jsii/dotnet-runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.1.0](https://github.com/aws/jsii/compare/v1.0.0...v1.1.0) (2020-03-10)

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





# [1.0.0](https://github.com/aws/jsii/compare/v0.22.0...v1.0.0) (2020-02-17)


Expand Down
8 changes: 4 additions & 4 deletions packages/@jsii/dotnet-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsii/dotnet-runtime",
"version": "1.0.0",
"version": "1.1.0",
"private": true,
"description": ".NET client for jsii runtime",
"license": "Apache-2.0",
Expand Down Expand Up @@ -37,11 +37,11 @@
"package": "package-dotnet"
},
"devDependencies": {
"@jsii/dotnet-jsonmodel": "^1.0.0",
"@jsii/runtime": "^1.0.0",
"@jsii/dotnet-jsonmodel": "^1.1.0",
"@jsii/runtime": "^1.1.0",
"@types/node": "^10.17.17",
"@types/semver": "^7.1.0",
"jsii-build-tools": "^1.0.0",
"jsii-build-tools": "^1.1.0",
"semver": "^7.1.3",
"typescript": "~3.8.3"
}
Expand Down
8 changes: 8 additions & 0 deletions packages/@jsii/integ-test/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.1.0](https://github.com/MrArnoldPalmer/jsii/compare/v1.0.0...v1.1.0) (2020-03-10)

**Note:** Version bump only for package @jsii/integ-test





# [1.0.0](https://github.com/aws/jsii/compare/v0.22.0...v1.0.0) (2020-02-17)


Expand Down
8 changes: 4 additions & 4 deletions packages/@jsii/integ-test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsii/integ-test",
"version": "1.0.0",
"version": "1.1.0",
"description": "A suite of integration tests for JSII and related modules.",
"private": true,
"scripts": {
Expand All @@ -20,9 +20,9 @@
"dotenv": "^8.2.0",
"fs-extra": "^8.1.0",
"jest": "^25.1.0",
"jsii": "^1.0.0",
"jsii-pacmak": "^1.0.0",
"jsii-rosetta": "^1.0.0",
"jsii": "^1.1.0",
"jsii-pacmak": "^1.1.0",
"jsii-rosetta": "^1.1.0",
"tar": "^6.0.1"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/@jsii/java-runtime-test/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.1.0](https://github.com/aws/jsii/compare/v1.0.0...v1.1.0) (2020-03-10)

**Note:** Version bump only for package @jsii/java-runtime-test





# [1.0.0](https://github.com/aws/jsii/compare/v0.22.0...v1.0.0) (2020-02-17)

**Note:** Version bump only for package @jsii/java-runtime-test
Expand Down
8 changes: 4 additions & 4 deletions packages/@jsii/java-runtime-test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsii/java-runtime-test",
"version": "1.0.0",
"version": "1.1.0",
"private": true,
"description": "Tests for the Java client for jsii runtime",
"license": "Apache-2.0",
Expand Down Expand Up @@ -28,8 +28,8 @@
"test:update": "UPDATE_DIFF=1 npm run test"
},
"devDependencies": {
"@jsii/java-runtime": "^1.0.0",
"jsii-calc": "^1.0.0",
"jsii-pacmak": "^1.0.0"
"@jsii/java-runtime": "^1.1.0",
"jsii-calc": "^1.1.0",
"jsii-pacmak": "^1.1.0"
}
}
8 changes: 8 additions & 0 deletions packages/@jsii/java-runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.1.0](https://github.com/aws/jsii/compare/v1.0.0...v1.1.0) (2020-03-10)

**Note:** Version bump only for package @jsii/java-runtime





# [1.0.0](https://github.com/aws/jsii/compare/v0.22.0...v1.0.0) (2020-02-17)

**Note:** Version bump only for package @jsii/java-runtime
Expand Down
6 changes: 3 additions & 3 deletions packages/@jsii/java-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsii/java-runtime",
"version": "1.0.0",
"version": "1.1.0",
"private": true,
"description": "Java client for jsii runtime",
"license": "Apache-2.0",
Expand Down Expand Up @@ -31,9 +31,9 @@
"package": "package-java"
},
"devDependencies": {
"@jsii/runtime": "^1.0.0",
"@jsii/runtime": "^1.1.0",
"@types/node": "^10.17.17",
"jsii-build-tools": "^1.0.0",
"jsii-build-tools": "^1.1.0",
"typescript": "~3.8.3"
}
}
8 changes: 8 additions & 0 deletions packages/@jsii/kernel/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.1.0](https://github.com/aws/jsii/compare/v1.0.0...v1.1.0) (2020-03-10)

**Note:** Version bump only for package @jsii/kernel





# [1.0.0](https://github.com/aws/jsii/compare/v0.22.0...v1.0.0) (2020-02-17)

**Note:** Version bump only for package @jsii/kernel
Expand Down
12 changes: 6 additions & 6 deletions packages/@jsii/kernel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsii/kernel",
"version": "1.0.0",
"version": "1.1.0",
"description": "kernel for jsii execution environment",
"license": "Apache-2.0",
"author": {
Expand Down Expand Up @@ -30,14 +30,14 @@
"package": "package-js"
},
"dependencies": {
"@jsii/spec": "^1.0.0",
"@jsii/spec": "^1.1.0",
"fs-extra": "^8.1.0",
"source-map": "^0.7.3",
"tar": "^6.0.1"
},
"devDependencies": {
"@scope/jsii-calc-base": "^1.0.0",
"@scope/jsii-calc-lib": "^1.0.0",
"@scope/jsii-calc-base": "^1.1.0",
"@scope/jsii-calc-lib": "^1.1.0",
"@types/fs-extra": "^8.1.0",
"@types/jest": "^25.1.4",
"@types/jest-expect-message": "^1.0.1",
Expand All @@ -46,8 +46,8 @@
"eslint": "^6.8.0",
"jest": "^25.1.0",
"jest-expect-message": "^1.0.2",
"jsii-build-tools": "^1.0.0",
"jsii-calc": "^1.0.0",
"jsii-build-tools": "^1.1.0",
"jsii-calc": "^1.1.0",
"typescript": "~3.8.3"
},
"jest": {
Expand Down
Loading

0 comments on commit c8bfb68

Please sign in to comment.