Skip to content

Commit 6bbf743

Browse files
authored
v0.10.3 (#477)
See CHANGELOG
1 parent 607f151 commit 6bbf743

File tree

88 files changed

+507
-248
lines changed

Some content is hidden

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

88 files changed

+507
-248
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@
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.10.3](https://github.com/awslabs/jsii/compare/v0.10.2...v0.10.3) (2019-04-24)
7+
8+
9+
### Bug Fixes
10+
11+
* **java:** fix illegal arguments passed to JavaDoc generator ([#475](https://github.com/awslabs/jsii/issues/475)) ([4456138](https://github.com/awslabs/jsii/commit/4456138))
12+
* **jsii-diff:** be nicer about validation errors ([#481](https://github.com/awslabs/jsii/issues/481)) ([fa4d000](https://github.com/awslabs/jsii/commit/fa4d000))
13+
* **python:** fix indentation for multiline bullets in RST generator ([#479](https://github.com/awslabs/jsii/issues/479)) ([3a79142](https://github.com/awslabs/jsii/commit/3a79142)), closes [#478](https://github.com/awslabs/jsii/issues/478)
14+
* **python:** maintain inheritance chain for structs ([#482](https://github.com/awslabs/jsii/issues/482)) ([607f151](https://github.com/awslabs/jsii/commit/607f151)), closes [#473](https://github.com/awslabs/jsii/issues/473)
15+
16+
17+
### Features
18+
19+
* **jsii-pacmak:** add Python docstrings ([#470](https://github.com/awslabs/jsii/issues/470)) ([6cd4903](https://github.com/awslabs/jsii/commit/6cd4903))
20+
21+
22+
23+
24+
625
## [0.10.2](https://github.com/awslabs/jsii/compare/v0.10.1...v0.10.2) (2019-04-18)
726

827

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
"rejectCycles": true
99
}
1010
},
11-
"version": "0.10.2"
11+
"version": "0.10.3"
1212
}

packages/codemaker/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.10.3](https://github.com/awslabs/jsii/compare/v0.10.2...v0.10.3) (2019-04-24)
7+
8+
9+
### Bug Fixes
10+
11+
* **java:** fix illegal arguments passed to JavaDoc generator ([#475](https://github.com/awslabs/jsii/issues/475)) ([4456138](https://github.com/awslabs/jsii/commit/4456138))
12+
13+
14+
15+
16+
617
## [0.10.2](https://github.com/awslabs/jsii/compare/v0.10.1...v0.10.2) (2019-04-18)
718

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

packages/codemaker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codemaker",
3-
"version": "0.10.2",
3+
"version": "0.10.3",
44
"description": "A tiny utility for generating source code",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

packages/jsii-build-tools/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.10.3](https://github.com/awslabs/jsii/compare/v0.10.2...v0.10.3) (2019-04-24)
7+
8+
9+
### Bug Fixes
10+
11+
* **java:** fix illegal arguments passed to JavaDoc generator ([#475](https://github.com/awslabs/jsii/issues/475)) ([4456138](https://github.com/awslabs/jsii/commit/4456138))
12+
13+
14+
15+
16+
617
## [0.10.2](https://github.com/awslabs/jsii/compare/v0.10.1...v0.10.2) (2019-04-18)
718

819
**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.10.2",
3+
"version": "0.10.3",
44
"description": "Internal repository-level tools",
55
"private": true,
66
"bin": {

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.10.3](https://github.com/awslabs/jsii/compare/v0.10.2...v0.10.3) (2019-04-24)
7+
8+
**Note:** Version bump only for package @scope/jsii-calc-base-of-base
9+
10+
11+
12+
13+
614
## [0.10.2](https://github.com/awslabs/jsii/compare/v0.10.1...v0.10.2) (2019-04-18)
715

816
**Note:** Version bump only for package @scope/jsii-calc-base-of-base

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.10.2",
3+
"version": "0.10.3",
44
"description": "An example transitive dependency for jsii-calc.",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -32,8 +32,8 @@
3232
"test": "diff-test test/assembly.jsii .jsii"
3333
},
3434
"devDependencies": {
35-
"jsii": "^0.10.2",
36-
"jsii-build-tools": "^0.10.2"
35+
"jsii": "^0.10.3",
36+
"jsii-build-tools": "^0.10.3"
3737
},
3838
"author": {
3939
"name": "Amazon Web Services",

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/awslabs/jsii.git",
12-
"jsiiVersion": "0.10.2",
12+
"jsiiVersion": "0.10.3",
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.10.2",
114-
"fingerprint": "5ZsSdgUMwCUv7zSVEzpH1dsexzBisRBAPNcIkWGYB8c="
113+
"version": "0.10.3",
114+
"fingerprint": "F5wOd1h10iC45ADXYWANSnurwT0jEfNAC0EtSKdLJr8="
115115
}

packages/jsii-calc-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.10.3](https://github.com/awslabs/jsii/compare/v0.10.2...v0.10.3) (2019-04-24)
7+
8+
**Note:** Version bump only for package @scope/jsii-calc-base
9+
10+
11+
12+
13+
614
## [0.10.2](https://github.com/awslabs/jsii/compare/v0.10.1...v0.10.2) (2019-04-18)
715

816
**Note:** Version bump only for package @scope/jsii-calc-base

0 commit comments

Comments
 (0)