Skip to content

Commit

Permalink
release: v0.21.0 (#1167)
Browse files Browse the repository at this point in the history
* release: v0.21.0

See CHANGELOG

* chore: rename semantic.yaml to semantic.yml so it's used
  • Loading branch information
RomainMuller committed Jan 2, 2020
1 parent a059ce8 commit 31e5dc0
Show file tree
Hide file tree
Showing 100 changed files with 484 additions and 204 deletions.
File renamed without changes.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,28 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.21.0](https://github.com/aws/jsii/compare/v0.20.11...v0.21.0) (2020-01-02)


### Bug Fixes

* **dotnet:** documentation strings sometimes invalid ([#1127](https://github.com/aws/jsii/issues/1127)) ([94da056](https://github.com/aws/jsii/commit/94da0568c09a0d18cff6be7b933cd2d5ad506c65))
* **java,dotnet:** abstract properties have concrete implementations ([#1128](https://github.com/aws/jsii/issues/1128)) ([c9351a3](https://github.com/aws/jsii/commit/c9351a3c477e778ec8a0ce1e34d262f39563e49d)), closes [#240](https://github.com/aws/jsii/issues/240) [#1011](https://github.com/aws/jsii/issues/1011)
* **jsii:** `--watch` causes immediate failure ([#1150](https://github.com/aws/jsii/issues/1150)) ([6bdf7d7](https://github.com/aws/jsii/commit/6bdf7d76873809279f7c01053d56cbacfd8f2b3d)), closes [#1149](https://github.com/aws/jsii/issues/1149)
* **pacmak:** generated dependencies are not consistent with source npm module ([#1141](https://github.com/aws/jsii/issues/1141)) ([03221fe](https://github.com/aws/jsii/commit/03221fe6c2b26414ac45fb693524701ec05509dc)), closes [#676](https://github.com/aws/jsii/issues/676) [#1137](https://github.com/aws/jsii/issues/1137)
* **runtime:** runtime crashes with EAGAIN trying to read from STDIN ([#1143](https://github.com/aws/jsii/issues/1143)) ([e3502ed](https://github.com/aws/jsii/commit/e3502ed4af3e17e9de7087c61fa9b8da6c05e1b0)), closes [#1142](https://github.com/aws/jsii/issues/1142) [aws/aws-cdk#5187](https://github.com/aws/aws-cdk/issues/5187)
* **superchain:** bad permissions on ~/.ssh/config ([#1139](https://github.com/aws/jsii/issues/1139)) ([eda462d](https://github.com/aws/jsii/commit/eda462df415330060efd3660f92cab22d6c5aace)), closes [#1138](https://github.com/aws/jsii/issues/1138)


### Features

* **jsii:** switch to disable reserved words warnings ([#1076](https://github.com/aws/jsii/issues/1076)) ([5389def](https://github.com/aws/jsii/commit/5389def583160d6e06bb399704ff4cce9c8ef13a)), closes [#1073](https://github.com/aws/jsii/issues/1073)
* **rosetta:** translate examples to Java and C# ([#985](https://github.com/aws/jsii/issues/985)) ([d591b85](https://github.com/aws/jsii/commit/d591b859e1f4a3f49753b91d752e0e654400795e))





## [0.20.11](https://github.com/aws/jsii/compare/v0.20.10...v0.20.11) (2019-12-13)


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": "0.20.11"
"version": "0.21.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.

# [0.21.0](https://github.com/aws/jsii/compare/v0.20.11...v0.21.0) (2020-01-02)

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





## [0.20.11](https://github.com/aws/jsii/compare/v0.20.10...v0.20.11) (2019-12-13)

**Note:** Version bump only for package @jsii/dotnet-analyzers
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": "0.20.11",
"version": "0.21.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.13",
"jsii-build-tools": "^0.20.11",
"jsii-build-tools": "^0.21.0",
"typescript": "~3.7.4"
}
}
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.

# [0.21.0](https://github.com/aws/jsii/compare/v0.20.11...v0.21.0) (2020-01-02)

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





## [0.20.11](https://github.com/aws/jsii/compare/v0.20.10...v0.20.11) (2019-12-13)

**Note:** Version bump only for package @jsii/dotnet-jsonmodel
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": "0.20.11",
"version": "0.21.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.13",
"jsii-build-tools": "^0.20.11",
"jsii-build-tools": "^0.21.0",
"typescript": "~3.7.4"
}
}
11 changes: 11 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,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.21.0](https://github.com/aws/jsii/compare/v0.20.11...v0.21.0) (2020-01-02)


### Bug Fixes

* **java,dotnet:** abstract properties have concrete implementations ([#1128](https://github.com/aws/jsii/issues/1128)) ([c9351a3](https://github.com/aws/jsii/commit/c9351a3c477e778ec8a0ce1e34d262f39563e49d)), closes [#240](https://github.com/aws/jsii/issues/240) [#1011](https://github.com/aws/jsii/issues/1011)





## [0.20.11](https://github.com/aws/jsii/compare/v0.20.10...v0.20.11) (2019-12-13)

**Note:** Version bump only for package @jsii/dotnet-runtime-test
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": "0.20.11",
"version": "0.21.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": "^0.20.11",
"@jsii/dotnet-runtime": "^0.21.0",
"@types/node": "^10.17.13",
"jsii-calc": "^0.20.11",
"jsii-pacmak": "^0.20.11",
"jsii-calc": "^0.21.0",
"jsii-pacmak": "^0.21.0",
"typescript": "~3.7.4"
}
}
11 changes: 11 additions & 0 deletions packages/@jsii/dotnet-runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.21.0](https://github.com/aws/jsii/compare/v0.20.11...v0.21.0) (2020-01-02)


### Bug Fixes

* **java,dotnet:** abstract properties have concrete implementations ([#1128](https://github.com/aws/jsii/issues/1128)) ([c9351a3](https://github.com/aws/jsii/commit/c9351a3c477e778ec8a0ce1e34d262f39563e49d)), closes [#240](https://github.com/aws/jsii/issues/240) [#1011](https://github.com/aws/jsii/issues/1011)





## [0.20.11](https://github.com/aws/jsii/compare/v0.20.10...v0.20.11) (2019-12-13)

**Note:** Version bump only for package @jsii/dotnet-runtime
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": "0.20.11",
"version": "0.21.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": "^0.20.11",
"@jsii/runtime": "^0.20.11",
"@jsii/dotnet-jsonmodel": "^0.21.0",
"@jsii/runtime": "^0.21.0",
"@types/node": "^10.17.13",
"@types/semver": "^6.2.0",
"jsii-build-tools": "^0.20.11",
"jsii-build-tools": "^0.21.0",
"semver": "^7.1.1",
"typescript": "~3.7.4"
}
Expand Down
11 changes: 11 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,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.21.0](https://github.com/aws/jsii/compare/v0.20.11...v0.21.0) (2020-01-02)


### Bug Fixes

* **java,dotnet:** abstract properties have concrete implementations ([#1128](https://github.com/aws/jsii/issues/1128)) ([c9351a3](https://github.com/aws/jsii/commit/c9351a3c477e778ec8a0ce1e34d262f39563e49d)), closes [#240](https://github.com/aws/jsii/issues/240) [#1011](https://github.com/aws/jsii/issues/1011)





## [0.20.11](https://github.com/aws/jsii/compare/v0.20.10...v0.20.11) (2019-12-13)

**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": "0.20.11",
"version": "0.21.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": "^0.20.11",
"jsii-calc": "^0.20.11",
"jsii-pacmak": "^0.20.11"
"@jsii/java-runtime": "^0.21.0",
"jsii-calc": "^0.21.0",
"jsii-pacmak": "^0.21.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.

# [0.21.0](https://github.com/aws/jsii/compare/v0.20.11...v0.21.0) (2020-01-02)

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





## [0.20.11](https://github.com/aws/jsii/compare/v0.20.10...v0.20.11) (2019-12-13)

**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": "0.20.11",
"version": "0.21.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": "^0.20.11",
"@jsii/runtime": "^0.21.0",
"@types/node": "^10.17.13",
"jsii-build-tools": "^0.20.11",
"jsii-build-tools": "^0.21.0",
"typescript": "~3.7.4"
}
}
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.

# [0.21.0](https://github.com/aws/jsii/compare/v0.20.11...v0.21.0) (2020-01-02)

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





## [0.20.11](https://github.com/aws/jsii/compare/v0.20.10...v0.20.11) (2019-12-13)

**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": "0.20.11",
"version": "0.21.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": "^0.20.11",
"@jsii/spec": "^0.21.0",
"fs-extra": "^8.1.0",
"source-map": "^0.7.3",
"tar": "^5.0.5"
},
"devDependencies": {
"@scope/jsii-calc-base": "^0.20.11",
"@scope/jsii-calc-lib": "^0.20.11",
"@scope/jsii-calc-base": "^0.21.0",
"@scope/jsii-calc-lib": "^0.21.0",
"@types/fs-extra": "^8.0.1",
"@types/jest": "^24.0.25",
"@types/jest-expect-message": "^1.0.1",
Expand All @@ -46,8 +46,8 @@
"eslint": "^6.8.0",
"jest": "^24.9.0",
"jest-expect-message": "^1.0.2",
"jsii-build-tools": "^0.20.11",
"jsii-calc": "^0.20.11",
"jsii-build-tools": "^0.21.0",
"jsii-calc": "^0.21.0",
"typescript": "~3.7.4"
},
"jest": {
Expand Down
11 changes: 11 additions & 0 deletions packages/@jsii/python-runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.21.0](https://github.com/aws/jsii/compare/v0.20.11...v0.21.0) (2020-01-02)


### Bug Fixes

* **java,dotnet:** abstract properties have concrete implementations ([#1128](https://github.com/aws/jsii/issues/1128)) ([c9351a3](https://github.com/aws/jsii/commit/c9351a3c477e778ec8a0ce1e34d262f39563e49d)), closes [#240](https://github.com/aws/jsii/issues/240) [#1011](https://github.com/aws/jsii/issues/1011)





## [0.20.11](https://github.com/aws/jsii/compare/v0.20.10...v0.20.11) (2019-12-13)

**Note:** Version bump only for package @jsii/python-runtime
Expand Down
10 changes: 5 additions & 5 deletions packages/@jsii/python-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsii/python-runtime",
"version": "0.20.11",
"version": "0.21.0",
"private": true,
"description": "Python client for jsii runtime",
"license": "Apache-2.0",
Expand Down Expand Up @@ -30,9 +30,9 @@
"test:update": "UPDATE_DIFF=1 .env/bin/python bin/generate-calc && .env/bin/py.test -v --mypy"
},
"dependencies": {
"@jsii/runtime": "^0.20.11",
"jsii-build-tools": "^0.20.11",
"jsii-calc": "^0.20.11",
"jsii-pacmak": "^0.20.11"
"@jsii/runtime": "^0.21.0",
"jsii-build-tools": "^0.21.0",
"jsii-calc": "^0.21.0",
"jsii-pacmak": "^0.21.0"
}
}
8 changes: 8 additions & 0 deletions packages/@jsii/ruby-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.

# [0.21.0](https://github.com/aws/jsii/compare/v0.20.11...v0.21.0) (2020-01-02)

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





## [0.20.11](https://github.com/aws/jsii/compare/v0.20.10...v0.20.11) (2019-12-13)

**Note:** Version bump only for package @jsii/ruby-runtime
Expand Down
10 changes: 5 additions & 5 deletions packages/@jsii/ruby-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsii/ruby-runtime",
"version": "0.20.11",
"version": "0.21.0",
"private": true,
"description": "Ruby client for jsii runtime",
"license": "Apache-2.0",
Expand Down Expand Up @@ -33,11 +33,11 @@
"package": "package-ruby"
},
"devDependencies": {
"@jsii/runtime": "^0.20.11",
"@jsii/runtime": "^0.21.0",
"@types/node": "^10.17.13",
"jsii-build-tools": "^0.20.11",
"jsii-calc": "^0.20.11",
"jsii-pacmak": "^0.20.11",
"jsii-build-tools": "^0.21.0",
"jsii-calc": "^0.21.0",
"jsii-pacmak": "^0.21.0",
"typescript": "~3.7.4"
}
}
2 changes: 1 addition & 1 deletion packages/@jsii/ruby-runtime/project/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
jsii_runtime (0.20.11)
jsii_runtime (0.21.0)

GEM
remote: https://rubygems.org/
Expand Down
Loading

0 comments on commit 31e5dc0

Please sign in to comment.