Skip to content

Commit bcb372f

Browse files
authored
release: v0.20.1 (#936)
See CHANGELOG
1 parent ebed52d commit bcb372f

99 files changed

Lines changed: 458 additions & 213 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: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
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.1](https://github.com/aws/jsii/compare/v0.20.0...v0.20.1) (2019-11-06)
7+
8+
9+
### Bug Fixes
10+
11+
* **dotnet/analyzer:** remove dependency on Runtime ([#927](https://github.com/aws/jsii/issues/927)) ([815b449](https://github.com/aws/jsii/commit/815b44982bfe1f9b2ee3a9cf60e4f5dfb4dd22f6))
12+
* **kernel:** revert behavior change around `any` serialization ([#932](https://github.com/aws/jsii/issues/932)) ([2f47543](https://github.com/aws/jsii/commit/2f475437847b10377e5b91cc42bd752d1f2e06c4)), closes [#825](https://github.com/aws/jsii/issues/825)
13+
* **pacmak:** put package README into the right Python module ([#928](https://github.com/aws/jsii/issues/928)) ([17dd60f](https://github.com/aws/jsii/commit/17dd60f18142ec64849f3c03be46325fc3c6deff))
14+
15+
16+
### Features
17+
18+
* **jsii-diff:** make assembly validation optional ([#926](https://github.com/aws/jsii/issues/926)) ([e2c80f0](https://github.com/aws/jsii/commit/e2c80f07f38aee25fc57164e71bdd8ae448cda7e))
19+
20+
21+
22+
23+
624
## [0.20.0](https://github.com/aws/jsii/compare/v0.19.0...v0.20.0) (2019-10-30)
725

826

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.0"
13+
"version": "0.20.1"
1414
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"fetch-dotnet-snk": "bash scripts/fetch-dotnet-snk.sh",
88
"package": "bash scripts/package.sh",
99
"test": "lerna run test --stream",
10-
"test:update": "UPDATE_DIFF=1 lerna run test --stream"
10+
"test:update": "lerna run test:update --stream"
1111
},
1212
"devDependencies": {
1313
"@types/node": "^10.17.4",

packages/codemaker/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.1](https://github.com/aws/jsii/compare/v0.20.0...v0.20.1) (2019-11-06)
7+
8+
**Note:** Version bump only for package codemaker
9+
10+
11+
12+
13+
614
## [0.20.0](https://github.com/aws/jsii/compare/v0.19.0...v0.20.0) (2019-10-30)
715

816
**Note:** Version bump only for package codemaker

packages/codemaker/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codemaker",
3-
"version": "0.20.0",
3+
"version": "0.20.1",
44
"description": "A tiny utility for generating source code",
55
"license": "Apache-2.0",
66
"author": {
@@ -26,6 +26,7 @@
2626
"watch": "tsc --build -w",
2727
"lint": "eslint . --ext .js,.ts --ignore-path=.gitignore",
2828
"test": "jest",
29+
"test:update": "jest -u",
2930
"package": "rm -fr dist/js && mkdir -p dist/js && mv $(npm pack) dist/js"
3031
},
3132
"dependencies": {

packages/jsii-build-tools/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.1](https://github.com/aws/jsii/compare/v0.20.0...v0.20.1) (2019-11-06)
7+
8+
**Note:** Version bump only for package jsii-build-tools
9+
10+
11+
12+
13+
614
## [0.20.0](https://github.com/aws/jsii/compare/v0.19.0...v0.20.0) (2019-10-30)
715

816
**Note:** Version bump only for package jsii-build-tools

packages/jsii-build-tools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jsii-build-tools",
3-
"version": "0.20.0",
3+
"version": "0.20.1",
44
"private": true,
55
"description": "Internal repository-level tools",
66
"license": "Apache-2.0",

packages/jsii-calc-base-of-base/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.1](https://github.com/aws/jsii/compare/v0.20.0...v0.20.1) (2019-11-06)
7+
8+
**Note:** Version bump only for package @scope/jsii-calc-base-of-base
9+
10+
11+
12+
13+
614
## [0.20.0](https://github.com/aws/jsii/compare/v0.19.0...v0.20.0) (2019-10-30)
715

816

packages/jsii-calc-base-of-base/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scope/jsii-calc-base-of-base",
3-
"version": "0.20.0",
3+
"version": "0.20.1",
44
"private": true,
55
"description": "An example transitive dependency for jsii-calc.",
66
"license": "Apache-2.0",
@@ -29,8 +29,8 @@
2929
"test:update": "npm run build && UPDATE_DIFF=1 npm run test"
3030
},
3131
"devDependencies": {
32-
"jsii": "^0.20.0",
33-
"jsii-build-tools": "^0.20.0"
32+
"jsii": "^0.20.1",
33+
"jsii-build-tools": "^0.20.1"
3434
},
3535
"jsii": {
3636
"outdir": "dist",

packages/jsii-calc-base-of-base/test/assembly.jsii

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"description": "An example transitive dependency for jsii-calc.",
1111
"homepage": "https://github.com/aws/jsii",
12-
"jsiiVersion": "0.20.0",
12+
"jsiiVersion": "0.20.1",
1313
"license": "Apache-2.0",
1414
"name": "@scope/jsii-calc-base-of-base",
1515
"repository": {
@@ -110,6 +110,6 @@
110110
]
111111
}
112112
},
113-
"version": "0.20.0",
114-
"fingerprint": "4yJsyi5ch/E1bHSJMcEEBX/WvJK/zroW/a+Ta8Tc6lk="
113+
"version": "0.20.1",
114+
"fingerprint": "wrmHr1S0Tkz5j5uknxlHWrmPEQSBAyzdmbkoS4G1GMo="
115115
}

0 commit comments

Comments
 (0)