Skip to content

Commit e9eb3c9

Browse files
RomainMullerElad Ben-Israel
authored andcommitted
v0.8.2 (#410)
### Bug Fixes * **kernel:** Transitively consider properties when deserializing structs ([#409](#409)) ([66789e8](66789e8)) * **python:** Lift the entire data class hierarchy ([#408](#408)) ([f813620](f813620)) ### Features * **python:** Add support for synchronous callbacks ([#407](#407)) ([4cb91b3](4cb91b3))
1 parent f813620 commit e9eb3c9

File tree

86 files changed

+435
-230
lines changed

Some content is hidden

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

86 files changed

+435
-230
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
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.8.2](https://github.com/awslabs/jsii/compare/v0.8.1...v0.8.2) (2019-03-28)
7+
8+
9+
### Bug Fixes
10+
11+
* **kernel:** Transitively consider properties when deserializing structs ([#409](https://github.com/awslabs/jsii/issues/409)) ([66789e8](https://github.com/awslabs/jsii/commit/66789e8))
12+
* **python:** Lift the entire data class hierarchy ([#408](https://github.com/awslabs/jsii/issues/408)) ([f813620](https://github.com/awslabs/jsii/commit/f813620))
13+
14+
15+
### Features
16+
17+
* **python:** Add support for synchronous callbacks ([#407](https://github.com/awslabs/jsii/issues/407)) ([4cb91b3](https://github.com/awslabs/jsii/commit/4cb91b3))
18+
19+
20+
21+
22+
623
## [0.8.1](https://github.com/awslabs/jsii/compare/v0.8.0...v0.8.1) (2019-03-28)
724

825

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.8.1"
11+
"version": "0.8.2"
1212
}

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.8.2](https://github.com/awslabs/jsii/compare/v0.8.1...v0.8.2) (2019-03-28)
7+
8+
**Note:** Version bump only for package codemaker
9+
10+
11+
12+
13+
614
## [0.8.1](https://github.com/awslabs/jsii/compare/v0.8.0...v0.8.1) (2019-03-28)
715

816
**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.8.1",
3+
"version": "0.8.2",
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: 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.8.2](https://github.com/awslabs/jsii/compare/v0.8.1...v0.8.2) (2019-03-28)
7+
8+
**Note:** Version bump only for package jsii-build-tools
9+
10+
11+
12+
13+
614
## [0.8.1](https://github.com/awslabs/jsii/compare/v0.8.0...v0.8.1) (2019-03-28)
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.8.1",
3+
"version": "0.8.2",
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.8.2](https://github.com/awslabs/jsii/compare/v0.8.1...v0.8.2) (2019-03-28)
7+
8+
**Note:** Version bump only for package @scope/jsii-calc-base-of-base
9+
10+
11+
12+
13+
614
## [0.8.1](https://github.com/awslabs/jsii/compare/v0.8.0...v0.8.1) (2019-03-28)
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.8.1",
3+
"version": "0.8.2",
44
"description": "An example transitive dependency for jsii-calc.",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -31,8 +31,8 @@
3131
"test": "diff-test test/assembly.jsii .jsii"
3232
},
3333
"devDependencies": {
34-
"jsii": "^0.8.1",
35-
"jsii-build-tools": "^0.8.1"
34+
"jsii": "^0.8.2",
35+
"jsii-build-tools": "^0.8.2"
3636
},
3737
"author": {
3838
"name": "Amazon Web Services",

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,6 @@
7272
]
7373
}
7474
},
75-
"version": "0.8.1",
76-
"fingerprint": "P6fdQ0qXsmkqT1b43f82OJuBPoDvsr03cBBqJUedXoA="
75+
"version": "0.8.2",
76+
"fingerprint": "oOrmdjK8cve8vAThWcnLUNaTPkvXx/XTFVMnVsR/dZc="
7777
}

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.8.2](https://github.com/awslabs/jsii/compare/v0.8.1...v0.8.2) (2019-03-28)
7+
8+
**Note:** Version bump only for package @scope/jsii-calc-base
9+
10+
11+
12+
13+
614
## [0.8.1](https://github.com/awslabs/jsii/compare/v0.8.0...v0.8.1) (2019-03-28)
715

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

0 commit comments

Comments
 (0)