Skip to content

Commit

Permalink
v0.7.6 (#239)
Browse files Browse the repository at this point in the history
Bug Fixes
======================
 * Sphinx generated incorrect type references for display ([#232](#232)) ([b664805](b664805))
* **jsii:** Defaulted parameters were not rendered as optional ([#234](#234)) ([578bf9c](578bf9c)), closes [#233](#233)
* **jsii:** Don't skip emit on TS errors when in "watch" mode ([#236](#236)) ([30d1491](30d1491)), closes [#235](#235)
* **jsii:** Optional `any` represented as required ([#237](#237)) ([91074f3](91074f3)), closes [#230](#230)

Features
======================
 * **sphinx:** allow readme file to define sphinx header and reorganize topic ([#229](#229)) ([405da9c](405da9c)), closes [#228](#228) [#185](#185)
* Document overriden/inherited members ([#238](#238)) ([7a6278a](7a6278a)), closes [#196](#196)
  • Loading branch information
Elad Ben-Israel committed Sep 20, 2018
1 parent 7a6278a commit 04cb6bb
Show file tree
Hide file tree
Showing 72 changed files with 418 additions and 216 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.7.6"></a>
## [0.7.6](https://github.com/awslabs/jsii/compare/v0.7.5...v0.7.6) (2018-09-20)


### Bug Fixes

* Sphinx generated incorrect type references for display ([#232](https://github.com/awslabs/jsii/issues/232)) ([b664805](https://github.com/awslabs/jsii/commit/b664805))
* **jsii:** Defaulted parameters were not rendered as optional ([#234](https://github.com/awslabs/jsii/issues/234)) ([578bf9c](https://github.com/awslabs/jsii/commit/578bf9c)), closes [#233](https://github.com/awslabs/jsii/issues/233)
* **jsii:** Don't skip emit on TS errors when in "watch" mode ([#236](https://github.com/awslabs/jsii/issues/236)) ([30d1491](https://github.com/awslabs/jsii/commit/30d1491)), closes [#235](https://github.com/awslabs/jsii/issues/235)
* **jsii:** Optional `any` represented as required ([#237](https://github.com/awslabs/jsii/issues/237)) ([91074f3](https://github.com/awslabs/jsii/commit/91074f3)), closes [#230](https://github.com/awslabs/jsii/issues/230)


### Features

* **sphinx:** allow readme file to define sphinx header and reorganize topic ([#229](https://github.com/awslabs/jsii/issues/229)) ([405da9c](https://github.com/awslabs/jsii/commit/405da9c)), closes [#228](https://github.com/awslabs/jsii/issues/228) [#185](https://github.com/awslabs/jsii/issues/185)
* Document overriden/inherited members ([#238](https://github.com/awslabs/jsii/issues/238)) ([7a6278a](https://github.com/awslabs/jsii/commit/7a6278a)), closes [#196](https://github.com/awslabs/jsii/issues/196)




<a name="0.7.5"></a>
## [0.7.5](https://github.com/awslabs/jsii/compare/v0.7.4...v0.7.5) (2018-09-13)

Expand Down
2 changes: 2 additions & 0 deletions bump.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ if [ -z "${ver}" ]; then
exit 1
fi

/bin/bash ./install.sh

node_modules/.bin/lerna publish --force-publish=* --skip-npm --skip-git --conventional-commits --repo-version ${ver}

node_modules/.bin/lerna run build --stream --sort
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
"rejectCycles": true
}
},
"version": "0.7.5"
"version": "0.7.6"
}
8 changes: 8 additions & 0 deletions packages/codemaker/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.

<a name="0.7.6"></a>
## [0.7.6](https://github.com/awslabs/jsii/compare/v0.7.5...v0.7.6) (2018-09-20)




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

<a name="0.7.5"></a>
## [0.7.5](https://github.com/awslabs/jsii/compare/v0.7.4...v0.7.5) (2018-09-13)

Expand Down
2 changes: 1 addition & 1 deletion packages/codemaker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codemaker",
"version": "0.7.5",
"version": "0.7.6",
"description": "A tiny utility for generating source code",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/jsii-build-tools/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.

<a name="0.7.6"></a>
## [0.7.6](https://github.com/awslabs/jsii/compare/v0.7.5...v0.7.6) (2018-09-20)




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

<a name="0.7.5"></a>
## [0.7.5](https://github.com/awslabs/jsii/compare/v0.7.4...v0.7.5) (2018-09-13)

Expand Down
2 changes: 1 addition & 1 deletion packages/jsii-build-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jsii-build-tools",
"version": "0.7.5",
"version": "0.7.6",
"description": "Internal repository-level tools",
"private": true,
"bin": {
Expand Down
8 changes: 8 additions & 0 deletions packages/jsii-calc-base-of-base/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.

<a name="0.7.6"></a>
## [0.7.6](https://github.com/awslabs/jsii/compare/v0.7.5...v0.7.6) (2018-09-20)




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

<a name="0.7.5"></a>
## [0.7.5](https://github.com/awslabs/jsii/compare/v0.7.4...v0.7.5) (2018-09-13)

Expand Down
6 changes: 3 additions & 3 deletions packages/jsii-calc-base-of-base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scope/jsii-calc-base-of-base",
"version": "0.7.5",
"version": "0.7.6",
"description": "An example transitive dependency for jsii-calc.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -27,8 +27,8 @@
"test": "diff-test test/assembly.jsii .jsii"
},
"devDependencies": {
"jsii": "^0.7.5",
"jsii-build-tools": "^0.7.5",
"jsii": "^0.7.6",
"jsii-build-tools": "^0.7.6",
"typescript": "^3.0.1"
},
"author": {
Expand Down
4 changes: 2 additions & 2 deletions packages/jsii-calc-base-of-base/test/assembly.jsii
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@
]
}
},
"version": "0.7.5",
"fingerprint": "/ED5jlJrZOpZvL5g993f7pSvtywkKFG4K0i34Q2t6JA="
"version": "0.7.6",
"fingerprint": "+0pgS+6W2b0J7SkFCAW64oKOZqrZbN9NGxhYHqyhCm4="
}
11 changes: 11 additions & 0 deletions packages/jsii-calc-base/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.

<a name="0.7.6"></a>
## [0.7.6](https://github.com/awslabs/jsii/compare/v0.7.5...v0.7.6) (2018-09-20)


### Bug Fixes

* **jsii:** Optional `any` represented as required ([#237](https://github.com/awslabs/jsii/issues/237)) ([91074f3](https://github.com/awslabs/jsii/commit/91074f3)), closes [#230](https://github.com/awslabs/jsii/issues/230)




<a name="0.7.5"></a>
## [0.7.5](https://github.com/awslabs/jsii/compare/v0.7.4...v0.7.5) (2018-09-13)

Expand Down
8 changes: 4 additions & 4 deletions packages/jsii-calc-base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scope/jsii-calc-base",
"version": "0.7.5",
"version": "0.7.6",
"description": "An example direct dependency for jsii-calc.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -27,12 +27,12 @@
"test": "diff-test test/assembly.jsii .jsii"
},
"devDependencies": {
"jsii": "^0.7.5",
"jsii-build-tools": "^0.7.5",
"jsii": "^0.7.6",
"jsii-build-tools": "^0.7.6",
"typescript": "^3.0.1"
},
"dependencies": {
"@scope/jsii-calc-base-of-base": "^0.7.5"
"@scope/jsii-calc-base-of-base": "^0.7.6"
},
"author": {
"name": "Amazon Web Services",
Expand Down
6 changes: 3 additions & 3 deletions packages/jsii-calc-base/test/assembly.jsii
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"npm": "@scope/jsii-calc-base-of-base"
}
},
"version": "0.7.5"
"version": "0.7.6"
}
},
"description": "An example direct dependency for jsii-calc.",
Expand Down Expand Up @@ -101,6 +101,6 @@
]
}
},
"version": "0.7.5",
"fingerprint": "kazFxdH9DydCwjHvToTbXzqqXE0CytJ5qNmGO1NlGAM="
"version": "0.7.6",
"fingerprint": "QyN8E0eUZOb7H05O2ULFObT/HIC1Q27ZpTxnO0tbB4k="
}
8 changes: 8 additions & 0 deletions packages/jsii-calc-bundled/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.

<a name="0.7.6"></a>
## [0.7.6](https://github.com/awslabs/jsii/compare/v0.7.5...v0.7.6) (2018-09-20)




**Note:** Version bump only for package jsii-calc-bundled

<a name="0.7.5"></a>
## [0.7.5](https://github.com/awslabs/jsii/compare/v0.7.4...v0.7.5) (2018-09-13)

Expand Down
2 changes: 1 addition & 1 deletion packages/jsii-calc-bundled/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jsii-calc-bundled",
"version": "0.7.5",
"version": "0.7.6",
"main": "index.js",
"private": true,
"author": {
Expand Down
8 changes: 8 additions & 0 deletions packages/jsii-calc-lib/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.

<a name="0.7.6"></a>
## [0.7.6](https://github.com/awslabs/jsii/compare/v0.7.5...v0.7.6) (2018-09-20)




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

<a name="0.7.5"></a>
## [0.7.5](https://github.com/awslabs/jsii/compare/v0.7.4...v0.7.5) (2018-09-13)

Expand Down
8 changes: 4 additions & 4 deletions packages/jsii-calc-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scope/jsii-calc-lib",
"version": "0.7.5",
"version": "0.7.6",
"description": "A simple calcuator library built on JSII.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -27,12 +27,12 @@
"test": "diff-test test/assembly.jsii .jsii"
},
"devDependencies": {
"jsii": "^0.7.5",
"jsii-build-tools": "^0.7.5",
"jsii": "^0.7.6",
"jsii-build-tools": "^0.7.6",
"typescript": "^3.0.1"
},
"dependencies": {
"@scope/jsii-calc-base": "^0.7.5"
"@scope/jsii-calc-base": "^0.7.6"
},
"author": {
"name": "Amazon Web Services",
Expand Down
8 changes: 4 additions & 4 deletions packages/jsii-calc-lib/test/assembly.jsii
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"npm": "@scope/jsii-calc-base-of-base"
}
},
"version": "0.7.5"
"version": "0.7.6"
}
},
"targets": {
Expand All @@ -46,7 +46,7 @@
"npm": "@scope/jsii-calc-base"
}
},
"version": "0.7.5"
"version": "0.7.6"
}
},
"description": "A simple calcuator library built on JSII.",
Expand Down Expand Up @@ -323,6 +323,6 @@
]
}
},
"version": "0.7.5",
"fingerprint": "L4Pg4xZHuxDNGrLTMnJXWaiYIvDzkK2BEOKryfindWM="
"version": "0.7.6",
"fingerprint": "/TGxf04SqScx0zGi5mrdd706MuCxr/gI2+P0HnyAxd0="
}
17 changes: 17 additions & 0 deletions packages/jsii-calc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.7.6"></a>
## [0.7.6](https://github.com/awslabs/jsii/compare/v0.7.5...v0.7.6) (2018-09-20)


### Bug Fixes

* **jsii:** Defaulted parameters were not rendered as optional ([#234](https://github.com/awslabs/jsii/issues/234)) ([578bf9c](https://github.com/awslabs/jsii/commit/578bf9c)), closes [#233](https://github.com/awslabs/jsii/issues/233)
* **jsii:** Optional `any` represented as required ([#237](https://github.com/awslabs/jsii/issues/237)) ([91074f3](https://github.com/awslabs/jsii/commit/91074f3)), closes [#230](https://github.com/awslabs/jsii/issues/230)


### Features

* **sphinx:** allow readme file to define sphinx header and reorganize topic ([#229](https://github.com/awslabs/jsii/issues/229)) ([405da9c](https://github.com/awslabs/jsii/commit/405da9c)), closes [#228](https://github.com/awslabs/jsii/issues/228) [#185](https://github.com/awslabs/jsii/issues/185)




<a name="0.7.5"></a>
## [0.7.5](https://github.com/awslabs/jsii/compare/v0.7.4...v0.7.5) (2018-09-13)

Expand Down
12 changes: 6 additions & 6 deletions packages/jsii-calc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jsii-calc",
"version": "0.7.5",
"version": "0.7.6",
"description": "A simple calcuator built on JSII.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -31,14 +31,14 @@
"jsii-calc-bundled"
],
"dependencies": {
"@scope/jsii-calc-base": "^0.7.5",
"@scope/jsii-calc-lib": "^0.7.5",
"jsii-calc-bundled": "^0.7.5"
"@scope/jsii-calc-base": "^0.7.6",
"@scope/jsii-calc-lib": "^0.7.6",
"jsii-calc-bundled": "^0.7.6"
},
"devDependencies": {
"@types/node": "^9.6.18",
"jsii": "^0.7.5",
"jsii-build-tools": "^0.7.5",
"jsii": "^0.7.6",
"jsii-build-tools": "^0.7.6",
"typescript": "^3.0.1"
},
"author": {
Expand Down
16 changes: 8 additions & 8 deletions packages/jsii-calc/test/assembly.jsii
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"url": "https://aws.amazon.com"
},
"bundled": {
"jsii-calc-bundled": "^0.7.5"
"jsii-calc-bundled": "^0.7.6"
},
"contributors": [
{
Expand Down Expand Up @@ -53,7 +53,7 @@
"npm": "@scope/jsii-calc-base-of-base"
}
},
"version": "0.7.5"
"version": "0.7.6"
}
},
"targets": {
Expand All @@ -72,7 +72,7 @@
"npm": "@scope/jsii-calc-base"
}
},
"version": "0.7.5"
"version": "0.7.6"
},
"@scope/jsii-calc-lib": {
"dependencies": {
Expand All @@ -95,7 +95,7 @@
"npm": "@scope/jsii-calc-base-of-base"
}
},
"version": "0.7.5"
"version": "0.7.6"
}
},
"targets": {
Expand All @@ -114,7 +114,7 @@
"npm": "@scope/jsii-calc-base"
}
},
"version": "0.7.5"
"version": "0.7.6"
}
},
"targets": {
Expand All @@ -133,7 +133,7 @@
"npm": "@scope/jsii-calc-lib"
}
},
"version": "0.7.5"
"version": "0.7.6"
}
},
"description": "A simple calcuator built on JSII.",
Expand Down Expand Up @@ -3229,6 +3229,6 @@
"namespace": "composition.CompositeOperation"
}
},
"version": "0.7.5",
"fingerprint": "Zt3ElcP9k7ABYhwmP1xNZBni1sFj9iw0FZwWOe8n+L8="
"version": "0.7.6",
"fingerprint": "ecDtx3DHVZi7UjyCDhGncg4jbSRaD536bUyh6YzAxlY="
}
Loading

0 comments on commit 04cb6bb

Please sign in to comment.