Skip to content

Commit

Permalink
v0.11.0
Browse files Browse the repository at this point in the history
Bug Fixes
=========

* **aws-apigateway:** allow + in path parts ([#769](#769)) ([9aadcb6](9aadcb6)), closes [#768](#768)
* **aws-cdk:** continue after exceptions in stack monitor ([#791](#791)) ([88b599d](88b599d)), closes [#787](#787)
* **aws-cloudfront:** properly support loggingConfig ([#809](#809)) ([a09afc4](a09afc4)), closes [#721](#721)
* **aws-ec2:** Add Burstable Generation 3 Instances ([#812](#812)) ([6c523f2](6c523f2))
* **aws-ec2:** fix typo in resource identifier ([#818](#818)) ([bebfef0](bebfef0))
* **aws-s3:** properly export bucketDomainName ([#844](#844)) ([8caa28c](8caa28c))
* **aws-sqs:** Queue.import() doesn't return a value ([#885](#885)) ([c21ebb5](c21ebb5)), closes [#879](#879)
* **cdk:** fix TagManager to evaluate to undefined if no tags are included ([#882](#882)) ([96767d7](96767d7))
* Emit valid YAML-1.1 ([#876](#876)) ([3cedc0c](3cedc0c)), closes [#875](#875)
* **cdk:** jsx support conflicts with React usage ([#884](#884)) ([8824356](8824356)), closes [#830](#830)
* **docs:** update supported languages in README ([#819](#819), [#450](#450)) ([#820](#820)) ([7e5738f](7e5738f))

Features
========

* **aws-apigateway:** "LambdaRestApi" and "addProxy" routes ([#867](#867)) ([aa76305](aa76305))
* **aws-cdk:** add maven wrapper to java template ([#811](#811)) ([86a55a9](86a55a9))
* **aws-cloudfront:** Support Security Policy ([#804](#804)) ([8a5299a](8a5299a)), closes [#795](#795)
* **aws-codedeploy:** support setting a load balancer on a Deployment Group. ([#786](#786)) ([3d1095e](3d1095e))
* **aws-codepipeline:** allow specifying the runOrder property when creating Actions. ([#776](#776)) ([bba3602](bba3602))
* **aws-dynamodb:** IAM grants support ([#870](#870)) ([1561a4d](1561a4d))
* **aws-dynamodb:** support Global Secondary Indexes ([#760](#760)) ([4980c97](4980c97))
* **aws-dynamodb:** tags support ([#814](#814)) ([644947a](644947a))
* **aws-dynamodB:** support Local Secondary Indexes ([#825](#825)) ([a67b2d9](a67b2d9))
* **aws-ec2:** support UDP port ranges in SecurityGroups ([#835](#835)) ([8215389](8215389))
* **aws-s3:** support granting public access to objects ([#886](#886)) ([d730ac6](d730ac6)), closes [#877](#877)
* **cdk:** Add support for UseOnlineResharding with UpdatePolicies ([#881](#881)) ([56f0b4e](56f0b4e))
* Manage IAM permissions for (some) CFN CodePipeline actions ([#843](#843)) ([4e050c3](4e050c3))
* Resolve paths to nyc & nodeunit ([#887](#887)) ([66ff0a8](66ff0a8))
* upgrade to jsii v0.7.7 ([c231242](c231242))
  • Loading branch information
Elad Ben-Israel committed Oct 10, 2018
1 parent a9ae788 commit 05f89e8
Show file tree
Hide file tree
Showing 190 changed files with 1,608 additions and 676 deletions.
41 changes: 40 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,46 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.11.0](https://github.com/awslabs/aws-cdk/compare/v0.10.0...v0.11.0) (2018-10-10)


### Bug Fixes

* **aws-apigateway:** allow + in path parts ([#769](https://github.com/awslabs/aws-cdk/issues/769)) ([9aadcb6](https://github.com/awslabs/aws-cdk/commit/9aadcb6)), closes [#768](https://github.com/awslabs/aws-cdk/issues/768)
* **aws-cdk:** continue after exceptions in stack monitor ([#791](https://github.com/awslabs/aws-cdk/issues/791)) ([88b599d](https://github.com/awslabs/aws-cdk/commit/88b599d)), closes [#787](https://github.com/awslabs/aws-cdk/issues/787)
* **aws-cloudfront:** properly support loggingConfig ([#809](https://github.com/awslabs/aws-cdk/issues/809)) ([a09afc4](https://github.com/awslabs/aws-cdk/commit/a09afc4)), closes [#721](https://github.com/awslabs/aws-cdk/issues/721)
* **aws-ec2:** Add Burstable Generation 3 Instances ([#812](https://github.com/awslabs/aws-cdk/issues/812)) ([6c523f2](https://github.com/awslabs/aws-cdk/commit/6c523f2))
* **aws-ec2:** fix typo in resource identifier ([#818](https://github.com/awslabs/aws-cdk/issues/818)) ([bebfef0](https://github.com/awslabs/aws-cdk/commit/bebfef0))
* **aws-s3:** properly export bucketDomainName ([#844](https://github.com/awslabs/aws-cdk/issues/844)) ([8caa28c](https://github.com/awslabs/aws-cdk/commit/8caa28c))
* **aws-sqs:** Queue.import() doesn't return a value ([#885](https://github.com/awslabs/aws-cdk/issues/885)) ([c21ebb5](https://github.com/awslabs/aws-cdk/commit/c21ebb5)), closes [#879](https://github.com/awslabs/aws-cdk/issues/879)
* **cdk:** fix TagManager to evaluate to undefined if no tags are included ([#882](https://github.com/awslabs/aws-cdk/issues/882)) ([96767d7](https://github.com/awslabs/aws-cdk/commit/96767d7))
* Emit valid YAML-1.1 ([#876](https://github.com/awslabs/aws-cdk/issues/876)) ([3cedc0c](https://github.com/awslabs/aws-cdk/commit/3cedc0c)), closes [#875](https://github.com/awslabs/aws-cdk/issues/875)
* **cdk:** jsx support conflicts with React usage ([#884](https://github.com/awslabs/aws-cdk/issues/884)) ([8824356](https://github.com/awslabs/aws-cdk/commit/8824356)), closes [#830](https://github.com/awslabs/aws-cdk/issues/830)
* **docs:** update supported languages in README ([#819](https://github.com/awslabs/aws-cdk/issues/819), [#450](https://github.com/awslabs/aws-cdk/issues/450)) ([#820](https://github.com/awslabs/aws-cdk/issues/820)) ([7e5738f](https://github.com/awslabs/aws-cdk/commit/7e5738f))


### Features

* **aws-apigateway:** "LambdaRestApi" and "addProxy" routes ([#867](https://github.com/awslabs/aws-cdk/issues/867)) ([aa76305](https://github.com/awslabs/aws-cdk/commit/aa76305))
* **aws-cdk:** add maven wrapper to java template ([#811](https://github.com/awslabs/aws-cdk/issues/811)) ([86a55a9](https://github.com/awslabs/aws-cdk/commit/86a55a9))
* **aws-cloudfront:** Support Security Policy ([#804](https://github.com/awslabs/aws-cdk/issues/804)) ([8a5299a](https://github.com/awslabs/aws-cdk/commit/8a5299a)), closes [#795](https://github.com/awslabs/aws-cdk/issues/795)
* **aws-codedeploy:** support setting a load balancer on a Deployment Group. ([#786](https://github.com/awslabs/aws-cdk/issues/786)) ([3d1095e](https://github.com/awslabs/aws-cdk/commit/3d1095e))
* **aws-codepipeline:** allow specifying the runOrder property when creating Actions. ([#776](https://github.com/awslabs/aws-cdk/issues/776)) ([bba3602](https://github.com/awslabs/aws-cdk/commit/bba3602))
* **aws-dynamodb:** IAM grants support ([#870](https://github.com/awslabs/aws-cdk/issues/870)) ([1561a4d](https://github.com/awslabs/aws-cdk/commit/1561a4d))
* **aws-dynamodb:** support Global Secondary Indexes ([#760](https://github.com/awslabs/aws-cdk/issues/760)) ([4980c97](https://github.com/awslabs/aws-cdk/commit/4980c97))
* **aws-dynamodb:** tags support ([#814](https://github.com/awslabs/aws-cdk/issues/814)) ([644947a](https://github.com/awslabs/aws-cdk/commit/644947a))
* **aws-dynamodB:** support Local Secondary Indexes ([#825](https://github.com/awslabs/aws-cdk/issues/825)) ([a67b2d9](https://github.com/awslabs/aws-cdk/commit/a67b2d9))
* **aws-ec2:** support UDP port ranges in SecurityGroups ([#835](https://github.com/awslabs/aws-cdk/issues/835)) ([8215389](https://github.com/awslabs/aws-cdk/commit/8215389))
* **aws-s3:** support granting public access to objects ([#886](https://github.com/awslabs/aws-cdk/issues/886)) ([d730ac6](https://github.com/awslabs/aws-cdk/commit/d730ac6)), closes [#877](https://github.com/awslabs/aws-cdk/issues/877)
* **cdk:** Add support for UseOnlineResharding with UpdatePolicies ([#881](https://github.com/awslabs/aws-cdk/issues/881)) ([56f0b4e](https://github.com/awslabs/aws-cdk/commit/56f0b4e))
* Manage IAM permissions for (some) CFN CodePipeline actions ([#843](https://github.com/awslabs/aws-cdk/issues/843)) ([4e050c3](https://github.com/awslabs/aws-cdk/commit/4e050c3))
* Resolve paths to nyc & nodeunit ([#887](https://github.com/awslabs/aws-cdk/issues/887)) ([66ff0a8](https://github.com/awslabs/aws-cdk/commit/66ff0a8))
* upgrade to jsii v0.7.7 ([c231242](https://github.com/awslabs/aws-cdk/commit/c231242))





## [0.10.0](https://github.com/awslabs/aws-cdk/compare/v0.9.2...v0.10.0) (2018-09-27)

This release introduces a better way to "escape" L2 constructs in case of missing features
Expand Down Expand Up @@ -1629,4 +1669,3 @@ Warning: this is a warning (at /Stack/Construct)
real-time updates of a template's contents. Really nice for fast iteration;
* The toolkit now reads `cx.json` for default arguments. Very useful, for
example, to remove the need to specify `--app` in every invocation.

8 changes: 8 additions & 0 deletions examples/cdk-examples-java/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.11.0](https://github.com/awslabs/aws-cdk/compare/v0.10.0...v0.11.0) (2018-10-10)

**Note:** Version bump only for package cdk-examples-java
6 changes: 3 additions & 3 deletions examples/cdk-examples-java/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cdk-examples-java",
"version": "0.10.0",
"version": "0.11.0",
"description": "CDK examples in Java",
"private": true,
"repository": {
Expand All @@ -22,7 +22,7 @@
},
"license": "Apache-2.0",
"devDependencies": {
"aws-cdk": "^0.10.0",
"pkgtools": "^0.10.0"
"aws-cdk": "^0.11.0",
"pkgtools": "^0.11.0"
}
}
8 changes: 8 additions & 0 deletions examples/cdk-examples-typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.11.0](https://github.com/awslabs/aws-cdk/compare/v0.10.0...v0.11.0) (2018-10-10)

**Note:** Version bump only for package cdk-examples-typescript
38 changes: 19 additions & 19 deletions examples/cdk-examples-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cdk-examples-typescript",
"version": "0.10.0",
"version": "0.11.0",
"description": "A bunch of CDK examples",
"private": true,
"scripts": {
Expand All @@ -18,26 +18,26 @@
},
"license": "Apache-2.0",
"devDependencies": {
"aws-cdk": "^0.10.0",
"cdk-build-tools": "^0.10.0",
"pkglint": "^0.10.0"
"aws-cdk": "^0.11.0",
"cdk-build-tools": "^0.11.0",
"pkglint": "^0.11.0"
},
"dependencies": {
"@aws-cdk/aws-autoscaling": "^0.10.0",
"@aws-cdk/aws-cloudformation": "^0.10.0",
"@aws-cdk/aws-cognito": "^0.10.0",
"@aws-cdk/aws-dynamodb": "^0.10.0",
"@aws-cdk/aws-ec2": "^0.10.0",
"@aws-cdk/aws-elasticloadbalancing": "^0.10.0",
"@aws-cdk/aws-iam": "^0.10.0",
"@aws-cdk/aws-lambda": "^0.10.0",
"@aws-cdk/aws-neptune": "^0.10.0",
"@aws-cdk/aws-rds": "^0.10.0",
"@aws-cdk/aws-s3": "^0.10.0",
"@aws-cdk/aws-sns": "^0.10.0",
"@aws-cdk/aws-sqs": "^0.10.0",
"@aws-cdk/cdk": "^0.10.0",
"@aws-cdk/runtime-values": "^0.10.0"
"@aws-cdk/aws-autoscaling": "^0.11.0",
"@aws-cdk/aws-cloudformation": "^0.11.0",
"@aws-cdk/aws-cognito": "^0.11.0",
"@aws-cdk/aws-dynamodb": "^0.11.0",
"@aws-cdk/aws-ec2": "^0.11.0",
"@aws-cdk/aws-elasticloadbalancing": "^0.11.0",
"@aws-cdk/aws-iam": "^0.11.0",
"@aws-cdk/aws-lambda": "^0.11.0",
"@aws-cdk/aws-neptune": "^0.11.0",
"@aws-cdk/aws-rds": "^0.11.0",
"@aws-cdk/aws-s3": "^0.11.0",
"@aws-cdk/aws-sns": "^0.11.0",
"@aws-cdk/aws-sqs": "^0.11.0",
"@aws-cdk/cdk": "^0.11.0",
"@aws-cdk/runtime-values": "^0.11.0"
},
"repository": {
"url": "https://github.com/awslabs/aws-cdk.git",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"tools/*"
],
"rejectCycles": "true",
"version": "0.10.0"
"version": "0.11.0"
}
8 changes: 8 additions & 0 deletions packages/@aws-cdk/applet-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.11.0](https://github.com/awslabs/aws-cdk/compare/v0.10.0...v0.11.0) (2018-10-10)

**Note:** Version bump only for package @aws-cdk/applet-js
8 changes: 4 additions & 4 deletions packages/@aws-cdk/applet-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-cdk/applet-js",
"version": "0.10.0",
"version": "0.11.0",
"description": "Javascript CDK applet host program",
"main": "bin/cdk-applet-js.js",
"types": "bin/cdk-applet-js.d.ts",
Expand All @@ -23,11 +23,11 @@
"license": "Apache-2.0",
"devDependencies": {
"@types/yamljs": "^0.2.0",
"cdk-build-tools": "^0.10.0",
"pkglint": "^0.10.0"
"cdk-build-tools": "^0.11.0",
"pkglint": "^0.11.0"
},
"dependencies": {
"@aws-cdk/cdk": "^0.10.0",
"@aws-cdk/cdk": "^0.11.0",
"source-map-support": "^0.5.6",
"yamljs": "^0.2.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/@aws-cdk/assert/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.11.0](https://github.com/awslabs/aws-cdk/compare/v0.10.0...v0.11.0) (2018-10-10)

**Note:** Version bump only for package @aws-cdk/assert
12 changes: 6 additions & 6 deletions packages/@aws-cdk/assert/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-cdk/assert",
"version": "0.10.0",
"version": "0.11.0",
"description": "An assertion library for use with CDK Apps",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -23,13 +23,13 @@
},
"license": "Apache-2.0",
"devDependencies": {
"cdk-build-tools": "^0.10.0",
"pkglint": "^0.10.0"
"cdk-build-tools": "^0.11.0",
"pkglint": "^0.11.0"
},
"dependencies": {
"@aws-cdk/cdk": "^0.10.0",
"@aws-cdk/cloudformation-diff": "^0.10.0",
"@aws-cdk/cx-api": "^0.10.0",
"@aws-cdk/cdk": "^0.11.0",
"@aws-cdk/cloudformation-diff": "^0.11.0",
"@aws-cdk/cx-api": "^0.11.0",
"source-map-support": "^0.5.6"
},
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/@aws-cdk/assets/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.11.0](https://github.com/awslabs/aws-cdk/compare/v0.10.0...v0.11.0) (2018-10-10)

**Note:** Version bump only for package @aws-cdk/assets
20 changes: 10 additions & 10 deletions packages/@aws-cdk/assets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-cdk/assets",
"version": "0.10.0",
"version": "0.11.0",
"description": "Integration of CDK apps with local assets",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -49,17 +49,17 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/assert": "^0.10.0",
"aws-cdk": "^0.10.0",
"cdk-build-tools": "^0.10.0",
"cdk-integ-tools": "^0.10.0",
"pkglint": "^0.10.0"
"@aws-cdk/assert": "^0.11.0",
"aws-cdk": "^0.11.0",
"cdk-build-tools": "^0.11.0",
"cdk-integ-tools": "^0.11.0",
"pkglint": "^0.11.0"
},
"dependencies": {
"@aws-cdk/aws-iam": "^0.10.0",
"@aws-cdk/aws-s3": "^0.10.0",
"@aws-cdk/cdk": "^0.10.0",
"@aws-cdk/cx-api": "^0.10.0"
"@aws-cdk/aws-iam": "^0.11.0",
"@aws-cdk/aws-s3": "^0.11.0",
"@aws-cdk/cdk": "^0.11.0",
"@aws-cdk/cx-api": "^0.11.0"
},
"homepage": "https://github.com/awslabs/aws-cdk"
}
8 changes: 8 additions & 0 deletions packages/@aws-cdk/aws-amazonmq/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.11.0](https://github.com/awslabs/aws-cdk/compare/v0.10.0...v0.11.0) (2018-10-10)

**Note:** Version bump only for package @aws-cdk/aws-amazonmq
12 changes: 6 additions & 6 deletions packages/@aws-cdk/aws-amazonmq/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-cdk/aws-amazonmq",
"version": "0.10.0",
"version": "0.11.0",
"description": "The CDK Construct Library for AWS::AmazonMQ",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -53,12 +53,12 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/assert": "^0.10.0",
"cdk-build-tools": "^0.10.0",
"cfn2ts": "^0.10.0",
"pkglint": "^0.10.0"
"@aws-cdk/assert": "^0.11.0",
"cdk-build-tools": "^0.11.0",
"cfn2ts": "^0.11.0",
"pkglint": "^0.11.0"
},
"dependencies": {
"@aws-cdk/cdk": "^0.10.0"
"@aws-cdk/cdk": "^0.11.0"
}
}
16 changes: 16 additions & 0 deletions packages/@aws-cdk/aws-apigateway/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.11.0](https://github.com/awslabs/aws-cdk/compare/v0.10.0...v0.11.0) (2018-10-10)


### Bug Fixes

* **aws-apigateway:** allow + in path parts ([#769](https://github.com/awslabs/aws-cdk/issues/769)) ([9aadcb6](https://github.com/awslabs/aws-cdk/commit/9aadcb6)), closes [#768](https://github.com/awslabs/aws-cdk/issues/768)


### Features

* **aws-apigateway:** "LambdaRestApi" and "addProxy" routes ([#867](https://github.com/awslabs/aws-cdk/issues/867)) ([aa76305](https://github.com/awslabs/aws-cdk/commit/aa76305))
18 changes: 9 additions & 9 deletions packages/@aws-cdk/aws-apigateway/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-cdk/aws-apigateway",
"version": "0.10.0",
"version": "0.11.0",
"description": "The CDK Construct Library for AWS::ApiGateway",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -52,16 +52,16 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/assert": "^0.10.0",
"cdk-build-tools": "^0.10.0",
"cdk-integ-tools": "^0.10.0",
"cfn2ts": "^0.10.0",
"pkglint": "^0.10.0"
"@aws-cdk/assert": "^0.11.0",
"cdk-build-tools": "^0.11.0",
"cdk-integ-tools": "^0.11.0",
"cfn2ts": "^0.11.0",
"pkglint": "^0.11.0"
},
"dependencies": {
"@aws-cdk/aws-iam": "^0.10.0",
"@aws-cdk/aws-lambda": "^0.10.0",
"@aws-cdk/cdk": "^0.10.0"
"@aws-cdk/aws-iam": "^0.11.0",
"@aws-cdk/aws-lambda": "^0.11.0",
"@aws-cdk/cdk": "^0.11.0"
},
"homepage": "https://github.com/awslabs/aws-cdk"
}
8 changes: 8 additions & 0 deletions packages/@aws-cdk/aws-applicationautoscaling/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.11.0](https://github.com/awslabs/aws-cdk/compare/v0.10.0...v0.11.0) (2018-10-10)

**Note:** Version bump only for package @aws-cdk/aws-applicationautoscaling
12 changes: 6 additions & 6 deletions packages/@aws-cdk/aws-applicationautoscaling/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-cdk/aws-applicationautoscaling",
"version": "0.10.0",
"version": "0.11.0",
"description": "The CDK Construct Library for AWS::ApplicationAutoScaling",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -52,13 +52,13 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/assert": "^0.10.0",
"cdk-build-tools": "^0.10.0",
"cfn2ts": "^0.10.0",
"pkglint": "^0.10.0"
"@aws-cdk/assert": "^0.11.0",
"cdk-build-tools": "^0.11.0",
"cfn2ts": "^0.11.0",
"pkglint": "^0.11.0"
},
"dependencies": {
"@aws-cdk/cdk": "^0.10.0"
"@aws-cdk/cdk": "^0.11.0"
},
"homepage": "https://github.com/awslabs/aws-cdk"
}
8 changes: 8 additions & 0 deletions packages/@aws-cdk/aws-appsync/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.11.0](https://github.com/awslabs/aws-cdk/compare/v0.10.0...v0.11.0) (2018-10-10)

**Note:** Version bump only for package @aws-cdk/aws-appsync
Loading

0 comments on commit 05f89e8

Please sign in to comment.