Skip to content

Commit

Permalink
v0.11.2 (#527)
Browse files Browse the repository at this point in the history
See CHANGELOG
  • Loading branch information
rix0rrr committed Jun 10, 2019
1 parent 2364dde commit 27d16c2
Show file tree
Hide file tree
Showing 88 changed files with 489 additions and 246 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.11.2](https://github.com/awslabs/jsii/compare/v0.11.1...v0.11.2) (2019-06-07)


### Bug Fixes

* **java:** Escape `*/` in package-info.java ([#526](https://github.com/awslabs/jsii/issues/526)) ([4e7ea98](https://github.com/awslabs/jsii/commit/4e7ea98))
* **kernel:** Correct null handling in JSON types ([#523](https://github.com/awslabs/jsii/issues/523)) ([7ffa98d](https://github.com/awslabs/jsii/commit/7ffa98d))





## [0.11.1](https://github.com/awslabs/jsii/compare/v0.11.0...v0.11.1) (2019-06-07)


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.11.1"
"version": "0.11.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.

## [0.11.2](https://github.com/awslabs/jsii/compare/v0.11.1...v0.11.2) (2019-06-07)


### Bug Fixes

* **java:** Escape `*/` in package-info.java ([#526](https://github.com/awslabs/jsii/issues/526)) ([4e7ea98](https://github.com/awslabs/jsii/commit/4e7ea98))





## [0.11.1](https://github.com/awslabs/jsii/compare/v0.11.0...v0.11.1) (2019-06-07)

**Note:** Version bump only for package codemaker
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.11.1",
"version": "0.11.2",
"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.

## [0.11.2](https://github.com/awslabs/jsii/compare/v0.11.1...v0.11.2) (2019-06-07)

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





## [0.11.1](https://github.com/awslabs/jsii/compare/v0.11.0...v0.11.1) (2019-06-07)

**Note:** Version bump only for package jsii-build-tools
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.11.1",
"version": "0.11.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.

## [0.11.2](https://github.com/awslabs/jsii/compare/v0.11.1...v0.11.2) (2019-06-07)

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





## [0.11.1](https://github.com/awslabs/jsii/compare/v0.11.0...v0.11.1) (2019-06-07)

**Note:** Version bump only for package @scope/jsii-calc-base-of-base
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.11.1",
"version": "0.11.2",
"description": "An example transitive dependency for jsii-calc.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -32,8 +32,8 @@
"test": "diff-test test/assembly.jsii .jsii"
},
"devDependencies": {
"jsii": "^0.11.1",
"jsii-build-tools": "^0.11.1"
"jsii": "^0.11.2",
"jsii-build-tools": "^0.11.2"
},
"author": {
"name": "Amazon Web Services",
Expand Down
6 changes: 3 additions & 3 deletions packages/jsii-calc-base-of-base/test/assembly.jsii
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"description": "An example transitive dependency for jsii-calc.",
"homepage": "https://github.com/awslabs/jsii.git",
"jsiiVersion": "0.11.1",
"jsiiVersion": "0.11.2",
"license": "Apache-2.0",
"name": "@scope/jsii-calc-base-of-base",
"repository": {
Expand Down Expand Up @@ -110,6 +110,6 @@
]
}
},
"version": "0.11.1",
"fingerprint": "UBNBwGSzt+AWStOOKe/iw83MyCmbshHRbEy7Gay6k+w="
"version": "0.11.2",
"fingerprint": "mMq3Sblqoc8AjB8XIck/4TWb8mJ3N2kouucex2xmM70="
}
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.

## [0.11.2](https://github.com/awslabs/jsii/compare/v0.11.1...v0.11.2) (2019-06-07)

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





## [0.11.1](https://github.com/awslabs/jsii/compare/v0.11.0...v0.11.1) (2019-06-07)

**Note:** Version bump only for package @scope/jsii-calc-base
Expand Down
10 changes: 5 additions & 5 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.11.1",
"version": "0.11.2",
"description": "An example direct dependency for jsii-calc.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -32,14 +32,14 @@
"test": "diff-test test/assembly.jsii .jsii"
},
"devDependencies": {
"jsii": "^0.11.1",
"jsii-build-tools": "^0.11.1"
"jsii": "^0.11.2",
"jsii-build-tools": "^0.11.2"
},
"dependencies": {
"@scope/jsii-calc-base-of-base": "^0.11.1"
"@scope/jsii-calc-base-of-base": "^0.11.2"
},
"peerDependencies": {
"@scope/jsii-calc-base-of-base": "^0.11.1"
"@scope/jsii-calc-base-of-base": "^0.11.2"
},
"author": {
"name": "Amazon Web Services",
Expand Down
10 changes: 5 additions & 5 deletions packages/jsii-calc-base/test/assembly.jsii
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"sphinx": {}
},
"version": "0.11.1"
"version": "0.11.2"
}
},
"dependencyClosure": {
Expand All @@ -56,12 +56,12 @@
},
"sphinx": {}
},
"version": "0.11.1"
"version": "0.11.2"
}
},
"description": "An example direct dependency for jsii-calc.",
"homepage": "https://github.com/awslabs/jsii.git",
"jsiiVersion": "0.11.1",
"jsiiVersion": "0.11.2",
"license": "Apache-2.0",
"name": "@scope/jsii-calc-base",
"repository": {
Expand Down Expand Up @@ -175,6 +175,6 @@
"name": "IBaseInterface"
}
},
"version": "0.11.1",
"fingerprint": "a4+Hu59qDeGJOXOyHO35qgtddrKiAFsz5adxRda68hg="
"version": "0.11.2",
"fingerprint": "lnMSppAmnSpP50kwmC0JLLkI6aiJKgsGIw7ZxIs1XnU="
}
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.

## [0.11.2](https://github.com/awslabs/jsii/compare/v0.11.1...v0.11.2) (2019-06-07)

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





## [0.11.1](https://github.com/awslabs/jsii/compare/v0.11.0...v0.11.1) (2019-06-07)

**Note:** Version bump only for package jsii-calc-bundled
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.11.1",
"version": "0.11.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.

## [0.11.2](https://github.com/awslabs/jsii/compare/v0.11.1...v0.11.2) (2019-06-07)

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





## [0.11.1](https://github.com/awslabs/jsii/compare/v0.11.0...v0.11.1) (2019-06-07)


Expand Down
10 changes: 5 additions & 5 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.11.1",
"version": "0.11.2",
"description": "A simple calcuator library built on JSII.",
"stability": "deprecated",
"deprecated": "Really just deprecated for shows...",
Expand Down Expand Up @@ -34,14 +34,14 @@
"test": "diff-test test/assembly.jsii .jsii"
},
"devDependencies": {
"jsii": "^0.11.1",
"jsii-build-tools": "^0.11.1"
"jsii": "^0.11.2",
"jsii-build-tools": "^0.11.2"
},
"dependencies": {
"@scope/jsii-calc-base": "^0.11.1"
"@scope/jsii-calc-base": "^0.11.2"
},
"peerDependencies": {
"@scope/jsii-calc-base": "^0.11.1"
"@scope/jsii-calc-base": "^0.11.2"
},
"author": {
"name": "Amazon Web Services",
Expand Down
12 changes: 6 additions & 6 deletions packages/jsii-calc-lib/test/assembly.jsii
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"sphinx": {}
},
"version": "0.11.1"
"version": "0.11.2"
}
},
"dependencyClosure": {
Expand All @@ -56,7 +56,7 @@
},
"sphinx": {}
},
"version": "0.11.1"
"version": "0.11.2"
},
"@scope/jsii-calc-base-of-base": {
"targets": {
Expand All @@ -80,7 +80,7 @@
},
"sphinx": {}
},
"version": "0.11.1"
"version": "0.11.2"
}
},
"description": "A simple calcuator library built on JSII.",
Expand All @@ -89,7 +89,7 @@
"stability": "deprecated"
},
"homepage": "https://github.com/awslabs/jsii.git",
"jsiiVersion": "0.11.1",
"jsiiVersion": "0.11.2",
"license": "Apache-2.0",
"name": "@scope/jsii-calc-lib",
"repository": {
Expand Down Expand Up @@ -539,6 +539,6 @@
]
}
},
"version": "0.11.1",
"fingerprint": "MPHhU6W9K2KQW+jiFgjWBcgWkm1BBaMPxs1Xd/SeAHk="
"version": "0.11.2",
"fingerprint": "VqoqMBfUNmZz4tgHYWRELk7dts3F/YWdWH0uOkpYTXE="
}
11 changes: 11 additions & 0 deletions packages/jsii-calc/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.

## [0.11.2](https://github.com/awslabs/jsii/compare/v0.11.1...v0.11.2) (2019-06-07)


### Bug Fixes

* **java:** Escape `*/` in package-info.java ([#526](https://github.com/awslabs/jsii/issues/526)) ([4e7ea98](https://github.com/awslabs/jsii/commit/4e7ea98))





## [0.11.1](https://github.com/awslabs/jsii/compare/v0.11.0...v0.11.1) (2019-06-07)


Expand Down
20 changes: 10 additions & 10 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.11.1",
"version": "0.11.2",
"description": "A simple calcuator built on JSII.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -45,19 +45,19 @@
"jsii-calc-bundled"
],
"dependencies": {
"@scope/jsii-calc-base": "^0.11.1",
"@scope/jsii-calc-base-of-base": "^0.11.1",
"@scope/jsii-calc-lib": "^0.11.1",
"jsii-calc-bundled": "^0.11.1"
"@scope/jsii-calc-base": "^0.11.2",
"@scope/jsii-calc-base-of-base": "^0.11.2",
"@scope/jsii-calc-lib": "^0.11.2",
"jsii-calc-bundled": "^0.11.2"
},
"peerDependencies": {
"@scope/jsii-calc-base": "^0.11.1",
"@scope/jsii-calc-base-of-base": "^0.11.1",
"@scope/jsii-calc-lib": "^0.11.1"
"@scope/jsii-calc-base": "^0.11.2",
"@scope/jsii-calc-base-of-base": "^0.11.2",
"@scope/jsii-calc-lib": "^0.11.2"
},
"devDependencies": {
"jsii": "^0.11.1",
"jsii-build-tools": "^0.11.1"
"jsii": "^0.11.2",
"jsii-build-tools": "^0.11.2"
},
"author": {
"name": "Amazon Web Services",
Expand Down

0 comments on commit 27d16c2

Please sign in to comment.