Skip to content

Commit

Permalink
v0.35.0 (#2930)
Browse files Browse the repository at this point in the history
See CHANGELOG
  • Loading branch information
RomainMuller committed Jun 19, 2019
1 parent aa11763 commit c5e43e2
Show file tree
Hide file tree
Showing 132 changed files with 1,728 additions and 1,559 deletions.
169 changes: 169 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

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.34.0"
"version": "0.35.0"
}
14 changes: 7 additions & 7 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": "0.34.0",
"version": "0.35.0",
"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": "^0.34.0",
"cdk-build-tools": "^0.34.0",
"cfn2ts": "^0.34.0",
"pkglint": "^0.34.0"
"@aws-cdk/assert": "^0.35.0",
"cdk-build-tools": "^0.35.0",
"cfn2ts": "^0.35.0",
"pkglint": "^0.35.0"
},
"dependencies": {
"@aws-cdk/cdk": "^0.34.0"
"@aws-cdk/cdk": "^0.35.0"
},
"peerDependencies": {
"@aws-cdk/cdk": "^0.34.0"
"@aws-cdk/cdk": "^0.35.0"
},
"engines": {
"node": ">= 8.10.0"
Expand Down
40 changes: 20 additions & 20 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": "0.34.0",
"version": "0.35.0",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"jsii": {
Expand Down Expand Up @@ -38,21 +38,21 @@
"build+test": "npm run build && npm test"
},
"dependencies": {
"@aws-cdk/aws-cloudformation": "^0.34.0",
"@aws-cdk/aws-codebuild": "^0.34.0",
"@aws-cdk/aws-codepipeline": "^0.34.0",
"@aws-cdk/aws-codepipeline-actions": "^0.34.0",
"@aws-cdk/aws-iam": "^0.34.0",
"@aws-cdk/cdk": "^0.34.0",
"@aws-cdk/cx-api": "^0.34.0"
"@aws-cdk/aws-cloudformation": "^0.35.0",
"@aws-cdk/aws-codebuild": "^0.35.0",
"@aws-cdk/aws-codepipeline": "^0.35.0",
"@aws-cdk/aws-codepipeline-actions": "^0.35.0",
"@aws-cdk/aws-iam": "^0.35.0",
"@aws-cdk/cdk": "^0.35.0",
"@aws-cdk/cx-api": "^0.35.0"
},
"devDependencies": {
"@aws-cdk/assert": "^0.34.0",
"@aws-cdk/aws-s3": "^0.34.0",
"cdk-build-tools": "^0.34.0",
"cdk-integ-tools": "^0.34.0",
"@aws-cdk/assert": "^0.35.0",
"@aws-cdk/aws-s3": "^0.35.0",
"cdk-build-tools": "^0.35.0",
"cdk-integ-tools": "^0.35.0",
"fast-check": "^1.15.1",
"pkglint": "^0.34.0"
"pkglint": "^0.35.0"
},
"repository": {
"type": "git",
Expand All @@ -71,13 +71,13 @@
"cdk"
],
"peerDependencies": {
"@aws-cdk/aws-cloudformation": "^0.34.0",
"@aws-cdk/aws-codebuild": "^0.34.0",
"@aws-cdk/aws-codepipeline": "^0.34.0",
"@aws-cdk/aws-codepipeline-actions": "^0.34.0",
"@aws-cdk/aws-iam": "^0.34.0",
"@aws-cdk/cdk": "^0.34.0",
"@aws-cdk/cx-api": "^0.34.0"
"@aws-cdk/aws-cloudformation": "^0.35.0",
"@aws-cdk/aws-codebuild": "^0.35.0",
"@aws-cdk/aws-codepipeline": "^0.35.0",
"@aws-cdk/aws-codepipeline-actions": "^0.35.0",
"@aws-cdk/aws-iam": "^0.35.0",
"@aws-cdk/cdk": "^0.35.0",
"@aws-cdk/cx-api": "^0.35.0"
},
"engines": {
"node": ">= 8.10.0"
Expand Down
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.34.0",
"version": "0.35.0",
"description": "An assertion library for use with CDK Apps",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -27,13 +27,13 @@
"license": "Apache-2.0",
"devDependencies": {
"@types/jest": "^24.0.15",
"cdk-build-tools": "^0.34.0",
"pkglint": "^0.34.0"
"cdk-build-tools": "^0.35.0",
"pkglint": "^0.35.0"
},
"dependencies": {
"@aws-cdk/cdk": "^0.34.0",
"@aws-cdk/cloudformation-diff": "^0.34.0",
"@aws-cdk/cx-api": "^0.34.0",
"@aws-cdk/cdk": "^0.35.0",
"@aws-cdk/cloudformation-diff": "^0.35.0",
"@aws-cdk/cx-api": "^0.35.0",
"jest": "^24.8.0",
"source-map-support": "^0.5.12"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/@aws-cdk/assets-docker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-cdk/assets-docker",
"version": "0.34.0",
"version": "0.35.0",
"deprecated": "moved to @aws-cdk/aws-ecr-assets",
"description": "deprecated: moved to @aws-cdk/aws-ecr-assets",
"main": "lib/index.js",
Expand Down Expand Up @@ -58,9 +58,9 @@
},
"license": "Apache-2.0",
"devDependencies": {
"cdk-build-tools": "^0.34.0",
"cdk-integ-tools": "^0.34.0",
"pkglint": "^0.34.0"
"cdk-build-tools": "^0.35.0",
"cdk-integ-tools": "^0.35.0",
"pkglint": "^0.35.0"
},
"homepage": "https://github.com/awslabs/aws-cdk",
"engines": {
Expand Down
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.34.0",
"version": "0.35.0",
"description": "Integration of CDK apps with local assets",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -61,25 +61,25 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/assert": "^0.34.0",
"@aws-cdk/assert": "^0.35.0",
"@types/minimatch": "^3.0.3",
"@types/sinon": "^7.0.13",
"aws-cdk": "^0.34.0",
"cdk-build-tools": "^0.34.0",
"cdk-integ-tools": "^0.34.0",
"pkglint": "^0.34.0",
"aws-cdk": "^0.35.0",
"cdk-build-tools": "^0.35.0",
"cdk-integ-tools": "^0.35.0",
"pkglint": "^0.35.0",
"sinon": "^7.3.2",
"ts-mock-imports": "^1.2.3"
},
"dependencies": {
"@aws-cdk/cdk": "^0.34.0",
"@aws-cdk/cx-api": "^0.34.0",
"@aws-cdk/cdk": "^0.35.0",
"@aws-cdk/cx-api": "^0.35.0",
"minimatch": "^3.0.4"
},
"homepage": "https://github.com/awslabs/aws-cdk",
"peerDependencies": {
"@aws-cdk/cdk": "^0.34.0",
"@aws-cdk/cx-api": "^0.34.0"
"@aws-cdk/cdk": "^0.35.0",
"@aws-cdk/cx-api": "^0.35.0"
},
"engines": {
"node": ">= 8.10.0"
Expand Down
14 changes: 7 additions & 7 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.34.0",
"version": "0.35.0",
"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": "^0.34.0",
"cdk-build-tools": "^0.34.0",
"cfn2ts": "^0.34.0",
"pkglint": "^0.34.0"
"@aws-cdk/assert": "^0.35.0",
"cdk-build-tools": "^0.35.0",
"cfn2ts": "^0.35.0",
"pkglint": "^0.35.0"
},
"dependencies": {
"@aws-cdk/cdk": "^0.34.0"
"@aws-cdk/cdk": "^0.35.0"
},
"peerDependencies": {
"@aws-cdk/cdk": "^0.34.0"
"@aws-cdk/cdk": "^0.35.0"
},
"engines": {
"node": ">= 8.10.0"
Expand Down
16 changes: 8 additions & 8 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": "0.34.0",
"version": "0.35.0",
"description": "The CDK Construct Library for AWS::Amplify",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -65,19 +65,19 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/assert": "^0.34.0",
"cdk-build-tools": "^0.34.0",
"cfn2ts": "^0.34.0",
"pkglint": "^0.34.0"
"@aws-cdk/assert": "^0.35.0",
"cdk-build-tools": "^0.35.0",
"cfn2ts": "^0.35.0",
"pkglint": "^0.35.0"
},
"dependencies": {
"@aws-cdk/cdk": "^0.34.0"
"@aws-cdk/cdk": "^0.35.0"
},
"peerDependencies": {
"@aws-cdk/cdk": "^0.34.0"
"@aws-cdk/cdk": "^0.35.0"
},
"engines": {
"node": ">= 8.10.0"
},
"stability": "experimental"
}
}
32 changes: 16 additions & 16 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.34.0",
"version": "0.35.0",
"description": "The CDK Construct Library for AWS::ApiGateway",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -66,25 +66,25 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/assert": "^0.34.0",
"@aws-cdk/aws-ec2": "^0.34.0",
"cdk-build-tools": "^0.34.0",
"cdk-integ-tools": "^0.34.0",
"cfn2ts": "^0.34.0",
"pkglint": "^0.34.0"
"@aws-cdk/assert": "^0.35.0",
"@aws-cdk/aws-ec2": "^0.35.0",
"cdk-build-tools": "^0.35.0",
"cdk-integ-tools": "^0.35.0",
"cfn2ts": "^0.35.0",
"pkglint": "^0.35.0"
},
"dependencies": {
"@aws-cdk/aws-elasticloadbalancingv2": "^0.34.0",
"@aws-cdk/aws-iam": "^0.34.0",
"@aws-cdk/aws-lambda": "^0.34.0",
"@aws-cdk/cdk": "^0.34.0"
"@aws-cdk/aws-elasticloadbalancingv2": "^0.35.0",
"@aws-cdk/aws-iam": "^0.35.0",
"@aws-cdk/aws-lambda": "^0.35.0",
"@aws-cdk/cdk": "^0.35.0"
},
"homepage": "https://github.com/awslabs/aws-cdk",
"peerDependencies": {
"@aws-cdk/aws-elasticloadbalancingv2": "^0.34.0",
"@aws-cdk/aws-iam": "^0.34.0",
"@aws-cdk/aws-lambda": "^0.34.0",
"@aws-cdk/cdk": "^0.34.0"
"@aws-cdk/aws-elasticloadbalancingv2": "^0.35.0",
"@aws-cdk/aws-iam": "^0.35.0",
"@aws-cdk/aws-lambda": "^0.35.0",
"@aws-cdk/cdk": "^0.35.0"
},
"engines": {
"node": ">= 8.10.0"
Expand All @@ -97,4 +97,4 @@
]
},
"stability": "experimental"
}
}
26 changes: 13 additions & 13 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.34.0",
"version": "0.35.0",
"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": "^0.34.0",
"cdk-build-tools": "^0.34.0",
"cfn2ts": "^0.34.0",
"@aws-cdk/assert": "^0.35.0",
"cdk-build-tools": "^0.35.0",
"cfn2ts": "^0.35.0",
"fast-check": "^1.15.1",
"pkglint": "^0.34.0"
"pkglint": "^0.35.0"
},
"dependencies": {
"@aws-cdk/aws-autoscaling-common": "^0.34.0",
"@aws-cdk/aws-cloudwatch": "^0.34.0",
"@aws-cdk/aws-iam": "^0.34.0",
"@aws-cdk/cdk": "^0.34.0"
"@aws-cdk/aws-autoscaling-common": "^0.35.0",
"@aws-cdk/aws-cloudwatch": "^0.35.0",
"@aws-cdk/aws-iam": "^0.35.0",
"@aws-cdk/cdk": "^0.35.0"
},
"homepage": "https://github.com/awslabs/aws-cdk",
"peerDependencies": {
"@aws-cdk/aws-autoscaling-common": "^0.34.0",
"@aws-cdk/aws-cloudwatch": "^0.34.0",
"@aws-cdk/aws-iam": "^0.34.0",
"@aws-cdk/cdk": "^0.34.0"
"@aws-cdk/aws-autoscaling-common": "^0.35.0",
"@aws-cdk/aws-cloudwatch": "^0.35.0",
"@aws-cdk/aws-iam": "^0.35.0",
"@aws-cdk/cdk": "^0.35.0"
},
"engines": {
"node": ">= 8.10.0"
Expand Down
14 changes: 7 additions & 7 deletions packages/@aws-cdk/aws-appmesh/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-cdk/aws-appmesh",
"version": "0.34.0",
"version": "0.35.0",
"description": "The CDK Construct Library for AWS::AppMesh",
"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": "^0.34.0",
"cdk-build-tools": "^0.34.0",
"cfn2ts": "^0.34.0",
"pkglint": "^0.34.0"
"@aws-cdk/assert": "^0.35.0",
"cdk-build-tools": "^0.35.0",
"cfn2ts": "^0.35.0",
"pkglint": "^0.35.0"
},
"dependencies": {
"@aws-cdk/cdk": "^0.34.0"
"@aws-cdk/cdk": "^0.35.0"
},
"peerDependencies": {
"@aws-cdk/cdk": "^0.34.0"
"@aws-cdk/cdk": "^0.35.0"
},
"engines": {
"node": ">= 8.10.0"
Expand Down
Loading

0 comments on commit c5e43e2

Please sign in to comment.