Skip to content

Commit

Permalink
v0.7.3 (#215)
Browse files Browse the repository at this point in the history
1. npmignore excluded all files
2. README was not copied from root
  • Loading branch information
Elad Ben-Israel authored Sep 6, 2018
1 parent 3911da6 commit 060784d
Show file tree
Hide file tree
Showing 72 changed files with 367 additions and 215 deletions.
11 changes: 11 additions & 0 deletions 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.3"></a>
## [0.7.3](https://github.com/awslabs/jsii/compare/v0.7.2...v0.7.3) (2018-09-06)


### Bug Fixes

* **jsii:** add readme and restore missing files in jsii tarball ([09f9fc9](https://github.com/awslabs/jsii/commit/09f9fc9))




<a name="0.7.2"></a>
## [0.7.2](https://github.com/awslabs/jsii/compare/v0.7.1...v0.7.2) (2018-09-06)

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.2"
"version": "0.7.3"
}
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.3"></a>
## [0.7.3](https://github.com/awslabs/jsii/compare/v0.7.2...v0.7.3) (2018-09-06)




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

<a name="0.7.2"></a>
## [0.7.2](https://github.com/awslabs/jsii/compare/v0.7.1...v0.7.2) (2018-09-06)

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




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

<a name="0.7.2"></a>
## [0.7.2](https://github.com/awslabs/jsii/compare/v0.7.1...v0.7.2) (2018-09-06)

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




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

<a name="0.7.2"></a>
## [0.7.2](https://github.com/awslabs/jsii/compare/v0.7.1...v0.7.2) (2018-09-06)

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.2",
"version": "0.7.3",
"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.2",
"jsii-build-tools": "^0.7.2",
"jsii": "^0.7.3",
"jsii-build-tools": "^0.7.3",
"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.2",
"fingerprint": "MS1VGBFflGlA8lyStmdFJpdXpEz6btEhRcrWZAKHuzw="
"version": "0.7.3",
"fingerprint": "xGy8ff6UzCEtaNKBaBUpp9Klo5zYLan8t5JnOykk8Vs="
}
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.3"></a>
## [0.7.3](https://github.com/awslabs/jsii/compare/v0.7.2...v0.7.3) (2018-09-06)




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

<a name="0.7.2"></a>
## [0.7.2](https://github.com/awslabs/jsii/compare/v0.7.1...v0.7.2) (2018-09-06)

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




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

<a name="0.7.2"></a>
## [0.7.2](https://github.com/awslabs/jsii/compare/v0.7.1...v0.7.2) (2018-09-06)

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




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

<a name="0.7.2"></a>
## [0.7.2](https://github.com/awslabs/jsii/compare/v0.7.1...v0.7.2) (2018-09-06)

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.2",
"version": "0.7.3",
"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.2",
"jsii-build-tools": "^0.7.2",
"jsii": "^0.7.3",
"jsii-build-tools": "^0.7.3",
"typescript": "^3.0.1"
},
"dependencies": {
"@scope/jsii-calc-base": "^0.7.2"
"@scope/jsii-calc-base": "^0.7.3"
},
"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.2"
"version": "0.7.3"
}
},
"targets": {
Expand All @@ -46,7 +46,7 @@
"npm": "@scope/jsii-calc-base"
}
},
"version": "0.7.2"
"version": "0.7.3"
}
},
"description": "A simple calcuator library built on JSII.",
Expand Down Expand Up @@ -316,6 +316,6 @@
]
}
},
"version": "0.7.2",
"fingerprint": "Q2fGATlcEQJxv2uFHrGaqepPXtfnDJPrkZw8zLPM/MY="
"version": "0.7.3",
"fingerprint": "yiTIjOcwV92V7ECc8i+l6fNTcmzfFkxE1T5XuEnHE94="
}
8 changes: 8 additions & 0 deletions packages/jsii-calc/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.3"></a>
## [0.7.3](https://github.com/awslabs/jsii/compare/v0.7.2...v0.7.3) (2018-09-06)




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

<a name="0.7.2"></a>
## [0.7.2](https://github.com/awslabs/jsii/compare/v0.7.1...v0.7.2) (2018-09-06)

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




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

<a name="0.7.2"></a>
## [0.7.2](https://github.com/awslabs/jsii/compare/v0.7.1...v0.7.2) (2018-09-06)

Expand Down
Loading

0 comments on commit 060784d

Please sign in to comment.