Skip to content

Commit 7c562bc

Browse files
authored
v0.19.0 (#879)
See CHANGELOG
1 parent c5c55c7 commit 7c562bc

File tree

90 files changed

+470
-202
lines changed

Some content is hidden

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

90 files changed

+470
-202
lines changed

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.19.0](https://github.com/aws/jsii/compare/v0.18.0...v0.19.0) (2019-10-14)
7+
8+
9+
### Bug Fixes
10+
11+
* **jsii:** Correct the 'types' attribute in package.json ([#876](https://github.com/aws/jsii/issues/876)) ([391a7ec](https://github.com/aws/jsii/commit/391a7eced5ca9dc31f1e203d1fb5056e20551696))
12+
* **jsii-diff:** add 'main' property to package.json ([#877](https://github.com/aws/jsii/issues/877)) ([670d94a](https://github.com/aws/jsii/commit/670d94a6815e2f06552e7249b4fbb771664a2a30))
13+
* **sampiler:** Add missing .npmignore ([#875](https://github.com/aws/jsii/issues/875)) ([b16fc6b](https://github.com/aws/jsii/commit/b16fc6bdaf1825d53629c2a44b769f924ffb91d0))
14+
15+
16+
### Features
17+
18+
* **sampiler:** translate code samples to Python ([#827](https://github.com/aws/jsii/issues/827)) ([c9a7002](https://github.com/aws/jsii/commit/c9a7002431c0db6224d595eb5555b916036d4575))
19+
20+
21+
22+
23+
624
# [0.18.0](https://github.com/aws/jsii/compare/v0.17.1...v0.18.0) (2019-10-01)
725

826

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.18.0"
11+
"version": "0.19.0"
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.19.0](https://github.com/aws/jsii/compare/v0.18.0...v0.19.0) (2019-10-14)
7+
8+
**Note:** Version bump only for package codemaker
9+
10+
11+
12+
13+
614
# [0.18.0](https://github.com/aws/jsii/compare/v0.17.1...v0.18.0) (2019-10-01)
715

816

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.18.0",
3+
"version": "0.19.0",
44
"description": "A tiny utility for generating source code",
55
"license": "Apache-2.0",
66
"author": {

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.19.0](https://github.com/aws/jsii/compare/v0.18.0...v0.19.0) (2019-10-14)
7+
8+
**Note:** Version bump only for package jsii-build-tools
9+
10+
11+
12+
13+
614
# [0.18.0](https://github.com/aws/jsii/compare/v0.17.1...v0.18.0) (2019-10-01)
715

816

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.18.0",
3+
"version": "0.19.0",
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.19.0](https://github.com/aws/jsii/compare/v0.18.0...v0.19.0) (2019-10-14)
7+
8+
**Note:** Version bump only for package @scope/jsii-calc-base-of-base
9+
10+
11+
12+
13+
614
# [0.18.0](https://github.com/aws/jsii/compare/v0.17.1...v0.18.0) (2019-10-01)
715

816

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

Lines changed: 2 additions & 2 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.18.0",
3+
"version": "0.19.0",
44
"private": true,
55
"description": "An example transitive dependency for jsii-calc.",
66
"license": "Apache-2.0",
@@ -28,7 +28,7 @@
2828
"test": "diff-test test/assembly.jsii .jsii"
2929
},
3030
"devDependencies": {
31-
"jsii": "^0.18.0",
31+
"jsii": "^0.19.0",
3232
"jsii-build-tools": "file:../jsii-build-tools"
3333
},
3434
"jsii": {

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.18.0",
12+
"jsiiVersion": "0.19.0",
1313
"license": "Apache-2.0",
1414
"name": "@scope/jsii-calc-base-of-base",
1515
"repository": {
@@ -111,6 +111,6 @@
111111
]
112112
}
113113
},
114-
"version": "0.18.0",
115-
"fingerprint": "aJVeOaUMo+advwcNzx0gGiF/YtVxshFCCs6lFsqxioU="
114+
"version": "0.19.0",
115+
"fingerprint": "7MB5loMgQMPSUAigsYezONp1ouq1gGrVQPD2TZteJlY="
116116
}

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.19.0](https://github.com/aws/jsii/compare/v0.18.0...v0.19.0) (2019-10-14)
7+
8+
**Note:** Version bump only for package @scope/jsii-calc-base
9+
10+
11+
12+
13+
614
# [0.18.0](https://github.com/aws/jsii/compare/v0.17.1...v0.18.0) (2019-10-01)
715

816

packages/jsii-calc-base/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scope/jsii-calc-base",
3-
"version": "0.18.0",
3+
"version": "0.19.0",
44
"private": true,
55
"description": "An example direct dependency for jsii-calc.",
66
"license": "Apache-2.0",
@@ -34,7 +34,7 @@
3434
"@scope/jsii-calc-base-of-base": "file:../jsii-calc-base-of-base"
3535
},
3636
"devDependencies": {
37-
"jsii": "^0.18.0",
37+
"jsii": "^0.19.0",
3838
"jsii-build-tools": "file:../jsii-build-tools"
3939
},
4040
"jsii": {

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"sphinx": {}
3232
},
33-
"version": "0.18.0"
33+
"version": "0.19.0"
3434
}
3535
},
3636
"dependencyClosure": {
@@ -56,12 +56,12 @@
5656
},
5757
"sphinx": {}
5858
},
59-
"version": "0.18.0"
59+
"version": "0.19.0"
6060
}
6161
},
6262
"description": "An example direct dependency for jsii-calc.",
6363
"homepage": "https://github.com/aws/jsii",
64-
"jsiiVersion": "0.18.0",
64+
"jsiiVersion": "0.19.0",
6565
"license": "Apache-2.0",
6666
"name": "@scope/jsii-calc-base",
6767
"repository": {
@@ -176,6 +176,6 @@
176176
"name": "IBaseInterface"
177177
}
178178
},
179-
"version": "0.18.0",
180-
"fingerprint": "GgArlgrjR02oEZA0qyE/59J2aQKCfK9Jb52mZylxMOk="
179+
"version": "0.19.0",
180+
"fingerprint": "UzDw4nRR+4fhd01t0ybeUo6SmdnWdfKbE+pTzl/6voQ="
181181
}

packages/jsii-calc-bundled/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.19.0](https://github.com/aws/jsii/compare/v0.18.0...v0.19.0) (2019-10-14)
7+
8+
**Note:** Version bump only for package jsii-calc-bundled
9+
10+
11+
12+
13+
614
# [0.18.0](https://github.com/aws/jsii/compare/v0.17.1...v0.18.0) (2019-10-01)
715

816

packages/jsii-calc-bundled/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jsii-calc-bundled",
3-
"version": "0.18.0",
3+
"version": "0.19.0",
44
"private": true,
55
"license": "Apache-2.0",
66
"author": {

packages/jsii-calc-lib/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.19.0](https://github.com/aws/jsii/compare/v0.18.0...v0.19.0) (2019-10-14)
7+
8+
**Note:** Version bump only for package @scope/jsii-calc-lib
9+
10+
11+
12+
13+
614
# [0.18.0](https://github.com/aws/jsii/compare/v0.17.1...v0.18.0) (2019-10-01)
715

816

packages/jsii-calc-lib/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scope/jsii-calc-lib",
3-
"version": "0.18.0",
3+
"version": "0.19.0",
44
"private": true,
55
"description": "A simple calcuator library built on JSII.",
66
"deprecated": "Really just deprecated for shows...",
@@ -36,7 +36,7 @@
3636
"@scope/jsii-calc-base": "file:../jsii-calc-base"
3737
},
3838
"devDependencies": {
39-
"jsii": "^0.18.0",
39+
"jsii": "^0.19.0",
4040
"jsii-build-tools": "file:../jsii-build-tools"
4141
},
4242
"jsii": {

packages/jsii-calc-lib/test/assembly.jsii

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"sphinx": {}
3232
},
33-
"version": "0.18.0"
33+
"version": "0.19.0"
3434
}
3535
},
3636
"dependencyClosure": {
@@ -56,7 +56,7 @@
5656
},
5757
"sphinx": {}
5858
},
59-
"version": "0.18.0"
59+
"version": "0.19.0"
6060
},
6161
"@scope/jsii-calc-base-of-base": {
6262
"targets": {
@@ -80,7 +80,7 @@
8080
},
8181
"sphinx": {}
8282
},
83-
"version": "0.18.0"
83+
"version": "0.19.0"
8484
}
8585
},
8686
"description": "A simple calcuator library built on JSII.",
@@ -89,7 +89,7 @@
8989
"stability": "deprecated"
9090
},
9191
"homepage": "https://github.com/aws/jsii",
92-
"jsiiVersion": "0.18.0",
92+
"jsiiVersion": "0.19.0",
9393
"license": "Apache-2.0",
9494
"name": "@scope/jsii-calc-lib",
9595
"repository": {
@@ -542,6 +542,6 @@
542542
]
543543
}
544544
},
545-
"version": "0.18.0",
546-
"fingerprint": "PY3nQSEHAvTu6XRGsKM9EepOQp7KxT2c4CT3UggvG58="
545+
"version": "0.19.0",
546+
"fingerprint": "fTZVmFlDa7uoeJF41GTcIhD33vnnyxZOgxCeZ1hIvSk="
547547
}

packages/jsii-calc/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.19.0](https://github.com/aws/jsii/compare/v0.18.0...v0.19.0) (2019-10-14)
7+
8+
**Note:** Version bump only for package jsii-calc
9+
10+
11+
12+
13+
614
# [0.18.0](https://github.com/aws/jsii/compare/v0.17.1...v0.18.0) (2019-10-01)
715

816

packages/jsii-calc/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jsii-calc",
3-
"version": "0.18.0",
3+
"version": "0.19.0",
44
"private": true,
55
"description": "A simple calcuator built on JSII.",
66
"stability": "experimental",
@@ -42,7 +42,7 @@
4242
"@scope/jsii-calc-lib": "file:../jsii-calc-lib"
4343
},
4444
"devDependencies": {
45-
"jsii": "^0.18.0",
45+
"jsii": "^0.19.0",
4646
"jsii-build-tools": "file:../jsii-build-tools"
4747
},
4848
"jsii": {

0 commit comments

Comments
 (0)