Skip to content

Commit 44c3b9b

Browse files
author
Elad Ben-Israel
authored
v0.7.11 (#318)
See CHANGELOG
1 parent acc8f22 commit 44c3b9b

File tree

71 files changed

+395
-198
lines changed

Some content is hidden

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

71 files changed

+395
-198
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+
<a name="0.7.11"></a>
7+
## [0.7.11](https://github.com/awslabs/jsii/compare/v0.7.10...v0.7.11) (2018-11-18)
8+
9+
10+
### Bug Fixes
11+
12+
* **jsii-dotnet-runtime:** Build projects, not solutions. ([dc3be5e](https://github.com/awslabs/jsii/commit/dc3be5e))
13+
* **jsii-dotnet-runtime:** Proxy parameters should not throw exception. ([#317](https://github.com/awslabs/jsii/issues/317)) ([acc8f22](https://github.com/awslabs/jsii/commit/acc8f22)), closes [#316](https://github.com/awslabs/jsii/issues/316)
14+
* **jsii-dotnet-runtime-test:** Floating calculator package version ([40881f0](https://github.com/awslabs/jsii/commit/40881f0))
15+
16+
17+
### Features
18+
19+
* **jsii-dotnet-runtime:** Improve .NET Performance ([20321af](https://github.com/awslabs/jsii/commit/20321af)), closes [#304](https://github.com/awslabs/jsii/issues/304)
20+
21+
22+
23+
624
<a name="0.7.10"></a>
725
## [0.7.10](https://github.com/awslabs/jsii/compare/v0.7.9...v0.7.10) (2018-11-12)
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.7.10"
11+
"version": "0.7.11"
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+
<a name="0.7.11"></a>
7+
## [0.7.11](https://github.com/awslabs/jsii/compare/v0.7.10...v0.7.11) (2018-11-18)
8+
9+
10+
11+
12+
**Note:** Version bump only for package codemaker
13+
614
<a name="0.7.10"></a>
715
## [0.7.10](https://github.com/awslabs/jsii/compare/v0.7.9...v0.7.10) (2018-11-12)
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.7.10",
3+
"version": "0.7.11",
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+
<a name="0.7.11"></a>
7+
## [0.7.11](https://github.com/awslabs/jsii/compare/v0.7.10...v0.7.11) (2018-11-18)
8+
9+
10+
11+
12+
**Note:** Version bump only for package jsii-build-tools
13+
614
<a name="0.7.10"></a>
715
## [0.7.10](https://github.com/awslabs/jsii/compare/v0.7.9...v0.7.10) (2018-11-12)
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.7.10",
3+
"version": "0.7.11",
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+
<a name="0.7.11"></a>
7+
## [0.7.11](https://github.com/awslabs/jsii/compare/v0.7.10...v0.7.11) (2018-11-18)
8+
9+
10+
11+
12+
**Note:** Version bump only for package @scope/jsii-calc-base-of-base
13+
614
<a name="0.7.10"></a>
715
## [0.7.10](https://github.com/awslabs/jsii/compare/v0.7.9...v0.7.10) (2018-11-12)
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.7.10",
3+
"version": "0.7.11",
44
"description": "An example transitive dependency for jsii-calc.",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -27,8 +27,8 @@
2727
"test": "diff-test test/assembly.jsii .jsii"
2828
},
2929
"devDependencies": {
30-
"jsii": "^0.7.10",
31-
"jsii-build-tools": "^0.7.10",
30+
"jsii": "^0.7.11",
31+
"jsii-build-tools": "^0.7.11",
3232
"typescript": "^3.1.6"
3333
},
3434
"author": {

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,6 @@
6767
]
6868
}
6969
},
70-
"version": "0.7.10",
71-
"fingerprint": "SmNYUmMZtn3WwwpAeOyFSgTfGlmc2JA+Jg9QwhorZtM="
70+
"version": "0.7.11",
71+
"fingerprint": "R+j9v9BIslaiz62hWREhGVS2NHuarG26e8FgPYLE2Xg="
7272
}

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+
<a name="0.7.11"></a>
7+
## [0.7.11](https://github.com/awslabs/jsii/compare/v0.7.10...v0.7.11) (2018-11-18)
8+
9+
10+
11+
12+
**Note:** Version bump only for package @scope/jsii-calc-base
13+
614
<a name="0.7.10"></a>
715
## [0.7.10](https://github.com/awslabs/jsii/compare/v0.7.9...v0.7.10) (2018-11-12)
816

0 commit comments

Comments
 (0)