Skip to content

Commit

Permalink
v0.7.2
Browse files Browse the repository at this point in the history
[0.7.2](v0.7.1...v0.7.2) (2018-09-06)

Bug Fixes

* Missing types in JSII assembly, invalid Java code, confusing docs ([#208](#208)) ([b37101f](b37101f)), closes [#175](#175)

Features

* **jsii:** Re-implemented jsii to support --watch and produce better error reporting ([#188](#188)) ([76472be](76472be))
  • Loading branch information
mpiroc committed Sep 6, 2018
1 parent b37101f commit 3f3993d
Show file tree
Hide file tree
Showing 71 changed files with 423 additions and 213 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
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.2"></a>
## [0.7.2](https://github.com/awslabs/jsii/compare/v0.7.1...v0.7.2) (2018-09-06)


### Bug Fixes

* Missing types in JSII assembly, invalid Java code, confusing docs ([#208](https://github.com/awslabs/jsii/issues/208)) ([b37101f](https://github.com/awslabs/jsii/commit/b37101f)), closes [#175](https://github.com/awslabs/jsii/issues/175)


### Features

* **jsii:** Re-implemented jsii to support --watch and produce better error reporting ([#188](https://github.com/awslabs/jsii/issues/188)) ([76472be](https://github.com/awslabs/jsii/commit/76472be))




<a name="0.7.1"></a>
## [0.7.1](https://github.com/awslabs/jsii/compare/v0.7.0...v0.7.1) (2018-08-28)

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.1"
"version": "0.7.2"
}
11 changes: 11 additions & 0 deletions packages/codemaker/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.2"></a>
## [0.7.2](https://github.com/awslabs/jsii/compare/v0.7.1...v0.7.2) (2018-09-06)


### Features

* **jsii:** Re-implemented jsii to support --watch and produce better error reporting ([#188](https://github.com/awslabs/jsii/issues/188)) ([76472be](https://github.com/awslabs/jsii/commit/76472be))




<a name="0.7.1"></a>
## [0.7.1](https://github.com/awslabs/jsii/compare/v0.7.0...v0.7.1) (2018-08-28)

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.1",
"version": "0.7.2",
"description": "A tiny utility for generating source code",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/jsii-build-tools/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.2"></a>
## [0.7.2](https://github.com/awslabs/jsii/compare/v0.7.1...v0.7.2) (2018-09-06)


### Features

* **jsii:** Re-implemented jsii to support --watch and produce better error reporting ([#188](https://github.com/awslabs/jsii/issues/188)) ([76472be](https://github.com/awslabs/jsii/commit/76472be))




<a name="0.7.1"></a>
## [0.7.1](https://github.com/awslabs/jsii/compare/v0.7.0...v0.7.1) (2018-08-28)

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.1",
"version": "0.7.2",
"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.2"></a>
## [0.7.2](https://github.com/awslabs/jsii/compare/v0.7.1...v0.7.2) (2018-09-06)




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

<a name="0.7.1"></a>
## [0.7.1](https://github.com/awslabs/jsii/compare/v0.7.0...v0.7.1) (2018-08-28)

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.1",
"version": "0.7.2",
"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.1",
"jsii-build-tools": "^0.7.1",
"jsii": "^0.7.2",
"jsii-build-tools": "^0.7.2",
"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 @@ -66,6 +66,6 @@
]
}
},
"version": "0.7.1",
"fingerprint": "leMwJ4WvcsSePtFmqx6m1bb5mGfJyIpbDVLjHvkQT5k="
"version": "0.7.2",
"fingerprint": "MS1VGBFflGlA8lyStmdFJpdXpEz6btEhRcrWZAKHuzw="
}
8 changes: 8 additions & 0 deletions packages/jsii-calc-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.2"></a>
## [0.7.2](https://github.com/awslabs/jsii/compare/v0.7.1...v0.7.2) (2018-09-06)




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

<a name="0.7.1"></a>
## [0.7.1](https://github.com/awslabs/jsii/compare/v0.7.0...v0.7.1) (2018-08-28)

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.1",
"version": "0.7.2",
"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.1",
"jsii-build-tools": "^0.7.1",
"jsii": "^0.7.2",
"jsii-build-tools": "^0.7.2",
"typescript": "^3.0.1"
},
"dependencies": {
"@scope/jsii-calc-base-of-base": "^0.7.1"
"@scope/jsii-calc-base-of-base": "^0.7.2"
},
"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.1"
"version": "0.7.2"
}
},
"description": "An example direct dependency for jsii-calc.",
Expand Down Expand Up @@ -99,6 +99,6 @@
]
}
},
"version": "0.7.1",
"fingerprint": "LbaOS7fzFOPGTmU2ekKSu8LIOpDpaBHFa6OHaVpkbRI="
"version": "0.7.2",
"fingerprint": "FhkkDhQVwuiyhsELz3/rmLWuhyMG95AJRCMRy0lipQ8="
}
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.2"></a>
## [0.7.2](https://github.com/awslabs/jsii/compare/v0.7.1...v0.7.2) (2018-09-06)




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

<a name="0.7.1"></a>
## [0.7.1](https://github.com/awslabs/jsii/compare/v0.7.0...v0.7.1) (2018-08-28)

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.1",
"version": "0.7.2",
"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.2"></a>
## [0.7.2](https://github.com/awslabs/jsii/compare/v0.7.1...v0.7.2) (2018-09-06)




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

<a name="0.7.1"></a>
## [0.7.1](https://github.com/awslabs/jsii/compare/v0.7.0...v0.7.1) (2018-08-28)

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.1",
"version": "0.7.2",
"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.1",
"jsii-build-tools": "^0.7.1",
"jsii": "^0.7.2",
"jsii-build-tools": "^0.7.2",
"typescript": "^3.0.1"
},
"dependencies": {
"@scope/jsii-calc-base": "^0.7.1"
"@scope/jsii-calc-base": "^0.7.2"
},
"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.1"
"version": "0.7.2"
}
},
"targets": {
Expand All @@ -46,7 +46,7 @@
"npm": "@scope/jsii-calc-base"
}
},
"version": "0.7.1"
"version": "0.7.2"
}
},
"description": "A simple calcuator library built on JSII.",
Expand Down Expand Up @@ -316,6 +316,6 @@
]
}
},
"version": "0.7.1",
"fingerprint": "3IeTfxNyPz+olL7Po4gmiOwSNz2i7sRxA7d9Nf0f4qE="
"version": "0.7.2",
"fingerprint": "Q2fGATlcEQJxv2uFHrGaqepPXtfnDJPrkZw8zLPM/MY="
}
16 changes: 16 additions & 0 deletions packages/jsii-calc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
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.2"></a>
## [0.7.2](https://github.com/awslabs/jsii/compare/v0.7.1...v0.7.2) (2018-09-06)


### Bug Fixes

* Missing types in JSII assembly, invalid Java code, confusing docs ([#208](https://github.com/awslabs/jsii/issues/208)) ([b37101f](https://github.com/awslabs/jsii/commit/b37101f)), closes [#175](https://github.com/awslabs/jsii/issues/175)


### Features

* **jsii:** Re-implemented jsii to support --watch and produce better error reporting ([#188](https://github.com/awslabs/jsii/issues/188)) ([76472be](https://github.com/awslabs/jsii/commit/76472be))




<a name="0.7.1"></a>
## [0.7.1](https://github.com/awslabs/jsii/compare/v0.7.0...v0.7.1) (2018-08-28)

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.1",
"version": "0.7.2",
"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.1",
"@scope/jsii-calc-lib": "^0.7.1",
"jsii-calc-bundled": "^0.7.1"
"@scope/jsii-calc-base": "^0.7.2",
"@scope/jsii-calc-lib": "^0.7.2",
"jsii-calc-bundled": "^0.7.2"
},
"devDependencies": {
"@types/node": "^9.6.18",
"jsii": "^0.7.1",
"jsii-build-tools": "^0.7.1",
"jsii": "^0.7.2",
"jsii-build-tools": "^0.7.2",
"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.1"
"jsii-calc-bundled": "^0.7.2"
},
"contributors": [
{
Expand Down Expand Up @@ -53,7 +53,7 @@
"npm": "@scope/jsii-calc-base-of-base"
}
},
"version": "0.7.1"
"version": "0.7.2"
}
},
"targets": {
Expand All @@ -72,7 +72,7 @@
"npm": "@scope/jsii-calc-base"
}
},
"version": "0.7.1"
"version": "0.7.2"
},
"@scope/jsii-calc-lib": {
"dependencies": {
Expand All @@ -95,7 +95,7 @@
"npm": "@scope/jsii-calc-base-of-base"
}
},
"version": "0.7.1"
"version": "0.7.2"
}
},
"targets": {
Expand All @@ -114,7 +114,7 @@
"npm": "@scope/jsii-calc-base"
}
},
"version": "0.7.1"
"version": "0.7.2"
}
},
"targets": {
Expand All @@ -133,7 +133,7 @@
"npm": "@scope/jsii-calc-lib"
}
},
"version": "0.7.1"
"version": "0.7.2"
}
},
"description": "A simple calcuator built on JSII.",
Expand Down Expand Up @@ -2923,6 +2923,6 @@
"namespace": "composition.CompositeOperation"
}
},
"version": "0.7.1",
"fingerprint": "3uROoDToOcKIpYs9haAGnS37Iebz1/+ldcknrh37qDQ="
"version": "0.7.2",
"fingerprint": "nHPhW3Albvj9ofMYOPhVccNT7QB1Q0sOyrrlj2WhvS0="
}
8 changes: 8 additions & 0 deletions packages/jsii-dotnet-generator/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.2"></a>
## [0.7.2](https://github.com/awslabs/jsii/compare/v0.7.1...v0.7.2) (2018-09-06)




**Note:** Version bump only for package jsii-dotnet-generator

<a name="0.7.1"></a>
## [0.7.1](https://github.com/awslabs/jsii/compare/v0.7.0...v0.7.1) (2018-08-28)

Expand Down
Loading

0 comments on commit 3f3993d

Please sign in to comment.