Skip to content

Commit

Permalink
v1.13.1 (aws#4520)
Browse files Browse the repository at this point in the history
See CHANGELOG
  • Loading branch information
shivlaks authored Oct 15, 2019
1 parent f4a20a6 commit 96cfc63
Show file tree
Hide file tree
Showing 280 changed files with 1,447 additions and 1,440 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [1.13.1](https://github.com/aws/aws-cdk/compare/v1.13.0...v1.13.1) (2019-10-15)


### Bug Fixes

* **cli:** fix bootstrap so that it has a default for tags on the stack. ([#4519](https://github.com/aws/aws-cdk/issues/4519)) ([f4a20a6](https://github.com/aws/aws-cdk/commit/f4a20a6)), closes [#4320](https://github.com/aws/aws-cdk/issues/4320) [#4518](https://github.com/aws/aws-cdk/issues/4518)

## [1.13.0](https://github.com/aws/aws-cdk/compare/v1.12.0...v1.13.0) (2019-10-15)


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": "1.13.0"
"version": "1.13.1"
}
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@
"name": "Amazon Web Services",
"url": "https://aws.amazon.com"
},
"version": "1.13.0"
"version": "1.13.1"
}
2 changes: 1 addition & 1 deletion packages/@aws-cdk/alexa-ask/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions packages/@aws-cdk/alexa-ask/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-cdk/alexa-ask",
"version": "1.13.0",
"version": "1.13.1",
"description": "The CDK Construct Library for Alexa::ASK",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -64,16 +64,16 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/assert": "1.13.0",
"@aws-cdk/assert": "1.13.1",
"cdk-build-tools": "file:../../../tools/cdk-build-tools",
"cfn2ts": "file:../../../tools/cfn2ts",
"pkglint": "file:../../../tools/pkglint"
},
"dependencies": {
"@aws-cdk/core": "1.13.0"
"@aws-cdk/core": "1.13.1"
},
"peerDependencies": {
"@aws-cdk/core": "1.13.0"
"@aws-cdk/core": "1.13.1"
},
"engines": {
"node": ">= 10.3.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/app-delivery/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

38 changes: 19 additions & 19 deletions packages/@aws-cdk/app-delivery/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-cdk/app-delivery",
"description": "Continuous Integration / Continuous Delivery for CDK Applications",
"version": "1.13.0",
"version": "1.13.1",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"jsii": {
Expand Down Expand Up @@ -41,18 +41,18 @@
"build+test": "npm run build && npm test"
},
"dependencies": {
"@aws-cdk/aws-cloudformation": "1.13.0",
"@aws-cdk/aws-codebuild": "1.13.0",
"@aws-cdk/aws-codepipeline": "1.13.0",
"@aws-cdk/aws-codepipeline-actions": "1.13.0",
"@aws-cdk/aws-events": "1.13.0",
"@aws-cdk/aws-iam": "1.13.0",
"@aws-cdk/core": "1.13.0",
"@aws-cdk/cx-api": "1.13.0"
"@aws-cdk/aws-cloudformation": "1.13.1",
"@aws-cdk/aws-codebuild": "1.13.1",
"@aws-cdk/aws-codepipeline": "1.13.1",
"@aws-cdk/aws-codepipeline-actions": "1.13.1",
"@aws-cdk/aws-events": "1.13.1",
"@aws-cdk/aws-iam": "1.13.1",
"@aws-cdk/core": "1.13.1",
"@aws-cdk/cx-api": "1.13.1"
},
"devDependencies": {
"@aws-cdk/assert": "1.13.0",
"@aws-cdk/aws-s3": "1.13.0",
"@aws-cdk/assert": "1.13.1",
"@aws-cdk/aws-s3": "1.13.1",
"cdk-build-tools": "file:../../../tools/cdk-build-tools",
"cdk-integ-tools": "file:../../../tools/cdk-integ-tools",
"fast-check": "^1.17.0",
Expand All @@ -75,14 +75,14 @@
"cdk"
],
"peerDependencies": {
"@aws-cdk/aws-cloudformation": "1.13.0",
"@aws-cdk/aws-codebuild": "1.13.0",
"@aws-cdk/aws-codepipeline": "1.13.0",
"@aws-cdk/aws-codepipeline-actions": "1.13.0",
"@aws-cdk/aws-events": "1.13.0",
"@aws-cdk/aws-iam": "1.13.0",
"@aws-cdk/core": "1.13.0",
"@aws-cdk/cx-api": "1.13.0"
"@aws-cdk/aws-cloudformation": "1.13.1",
"@aws-cdk/aws-codebuild": "1.13.1",
"@aws-cdk/aws-codepipeline": "1.13.1",
"@aws-cdk/aws-codepipeline-actions": "1.13.1",
"@aws-cdk/aws-events": "1.13.1",
"@aws-cdk/aws-iam": "1.13.1",
"@aws-cdk/core": "1.13.1",
"@aws-cdk/cx-api": "1.13.1"
},
"engines": {
"node": ">= 10.3.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/assert/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 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": "1.13.0",
"version": "1.13.1",
"description": "An assertion library for use with CDK Apps",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -31,9 +31,9 @@
"pkglint": "file:../../../tools/pkglint"
},
"dependencies": {
"@aws-cdk/cloudformation-diff": "1.13.0",
"@aws-cdk/core": "1.13.0",
"@aws-cdk/cx-api": "1.13.0",
"@aws-cdk/cloudformation-diff": "1.13.1",
"@aws-cdk/core": "1.13.1",
"@aws-cdk/cx-api": "1.13.1",
"jest": "^24.9.0",
"source-map-support": "^0.5.13"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/assets/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 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": "1.13.0",
"version": "1.13.1",
"description": "Integration of CDK apps with local assets",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -64,25 +64,25 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/assert": "1.13.0",
"@aws-cdk/assert": "1.13.1",
"@types/minimatch": "^3.0.3",
"@types/sinon": "^7.5.0",
"aws-cdk": "1.13.0",
"aws-cdk": "1.13.1",
"cdk-build-tools": "file:../../../tools/cdk-build-tools",
"cdk-integ-tools": "file:../../../tools/cdk-integ-tools",
"pkglint": "file:../../../tools/pkglint",
"sinon": "^7.5.0",
"ts-mock-imports": "^1.2.6"
},
"dependencies": {
"@aws-cdk/core": "1.13.0",
"@aws-cdk/cx-api": "1.13.0",
"@aws-cdk/core": "1.13.1",
"@aws-cdk/cx-api": "1.13.1",
"minimatch": "^3.0.4"
},
"homepage": "https://github.com/aws/aws-cdk",
"peerDependencies": {
"@aws-cdk/core": "1.13.0",
"@aws-cdk/cx-api": "1.13.0"
"@aws-cdk/core": "1.13.1",
"@aws-cdk/cx-api": "1.13.1"
},
"engines": {
"node": ">= 10.3.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-amazonmq/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 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": "1.13.0",
"version": "1.13.1",
"description": "The CDK Construct Library for AWS::AmazonMQ",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -64,16 +64,16 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/assert": "1.13.0",
"@aws-cdk/assert": "1.13.1",
"cdk-build-tools": "file:../../../tools/cdk-build-tools",
"cfn2ts": "file:../../../tools/cfn2ts",
"pkglint": "file:../../../tools/pkglint"
},
"dependencies": {
"@aws-cdk/core": "1.13.0"
"@aws-cdk/core": "1.13.1"
},
"peerDependencies": {
"@aws-cdk/core": "1.13.0"
"@aws-cdk/core": "1.13.1"
},
"engines": {
"node": ">= 10.3.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-amplify/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions packages/@aws-cdk/aws-amplify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-cdk/aws-amplify",
"version": "1.13.0",
"version": "1.13.1",
"description": "The CDK Construct Library for AWS::Amplify",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -65,16 +65,16 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/assert": "1.13.0",
"@aws-cdk/assert": "1.13.1",
"cdk-build-tools": "file:../../../tools/cdk-build-tools",
"cfn2ts": "file:../../../tools/cfn2ts",
"pkglint": "file:../../../tools/pkglint"
},
"dependencies": {
"@aws-cdk/core": "1.13.0"
"@aws-cdk/core": "1.13.1"
},
"peerDependencies": {
"@aws-cdk/core": "1.13.0"
"@aws-cdk/core": "1.13.1"
},
"engines": {
"node": ">= 10.3.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-apigateway/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 13 additions & 13 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": "1.13.0",
"version": "1.13.1",
"description": "The CDK Construct Library for AWS::ApiGateway",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -66,27 +66,27 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/assert": "1.13.0",
"@aws-cdk/aws-ec2": "1.13.0",
"@aws-cdk/assert": "1.13.1",
"@aws-cdk/aws-ec2": "1.13.1",
"cdk-build-tools": "file:../../../tools/cdk-build-tools",
"cdk-integ-tools": "file:../../../tools/cdk-integ-tools",
"cfn2ts": "file:../../../tools/cfn2ts",
"pkglint": "file:../../../tools/pkglint"
},
"dependencies": {
"@aws-cdk/aws-certificatemanager": "1.13.0",
"@aws-cdk/aws-elasticloadbalancingv2": "1.13.0",
"@aws-cdk/aws-iam": "1.13.0",
"@aws-cdk/aws-lambda": "1.13.0",
"@aws-cdk/core": "1.13.0"
"@aws-cdk/aws-certificatemanager": "1.13.1",
"@aws-cdk/aws-elasticloadbalancingv2": "1.13.1",
"@aws-cdk/aws-iam": "1.13.1",
"@aws-cdk/aws-lambda": "1.13.1",
"@aws-cdk/core": "1.13.1"
},
"homepage": "https://github.com/aws/aws-cdk",
"peerDependencies": {
"@aws-cdk/aws-certificatemanager": "1.13.0",
"@aws-cdk/aws-elasticloadbalancingv2": "1.13.0",
"@aws-cdk/aws-iam": "1.13.0",
"@aws-cdk/aws-lambda": "1.13.0",
"@aws-cdk/core": "1.13.0"
"@aws-cdk/aws-certificatemanager": "1.13.1",
"@aws-cdk/aws-elasticloadbalancingv2": "1.13.1",
"@aws-cdk/aws-iam": "1.13.1",
"@aws-cdk/aws-lambda": "1.13.1",
"@aws-cdk/core": "1.13.1"
},
"engines": {
"node": ">= 10.3.0"
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 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": "1.13.0",
"version": "1.13.1",
"description": "The CDK Construct Library for AWS::ApplicationAutoScaling",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -63,24 +63,24 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/assert": "1.13.0",
"@aws-cdk/assert": "1.13.1",
"cdk-build-tools": "file:../../../tools/cdk-build-tools",
"cfn2ts": "file:../../../tools/cfn2ts",
"fast-check": "^1.17.0",
"pkglint": "file:../../../tools/pkglint"
},
"dependencies": {
"@aws-cdk/aws-autoscaling-common": "1.13.0",
"@aws-cdk/aws-cloudwatch": "1.13.0",
"@aws-cdk/aws-iam": "1.13.0",
"@aws-cdk/core": "1.13.0"
"@aws-cdk/aws-autoscaling-common": "1.13.1",
"@aws-cdk/aws-cloudwatch": "1.13.1",
"@aws-cdk/aws-iam": "1.13.1",
"@aws-cdk/core": "1.13.1"
},
"homepage": "https://github.com/aws/aws-cdk",
"peerDependencies": {
"@aws-cdk/aws-autoscaling-common": "1.13.0",
"@aws-cdk/aws-cloudwatch": "1.13.0",
"@aws-cdk/aws-iam": "1.13.0",
"@aws-cdk/core": "1.13.0"
"@aws-cdk/aws-autoscaling-common": "1.13.1",
"@aws-cdk/aws-cloudwatch": "1.13.1",
"@aws-cdk/aws-iam": "1.13.1",
"@aws-cdk/core": "1.13.1"
},
"engines": {
"node": ">= 10.3.0"
Expand Down
Loading

0 comments on commit 96cfc63

Please sign in to comment.