Skip to content

Commit

Permalink
chore(release): 1.47.1 (#8804)
Browse files Browse the repository at this point in the history
See [CHANGELOG](https://github.com/aws/aws-cdk/blob/patch/v1.47.1/CHANGELOG.md)

Notice i've added a synthetic `Bug Fix` because the commit itself was a chore, and we would have an empty changelog otherwise...

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
mergify[bot] authored Jun 30, 2020
2 parents c2b499a + 3e8840d commit 8bb7c0d
Show file tree
Hide file tree
Showing 167 changed files with 531 additions and 9 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,18 @@

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.47.1](https://github.com/aws/aws-cdk/compare/v1.47.0...v1.47.1) (2020-06-30)

### Bug Fixes

* Don't publish cdk.out directories ([#8803](https://github.com/aws/aws-cdk/pull/8803)) ([aa21858](https://github.com/aws/aws-cdk/commit/c337d4a89dfad2080e7efa1d37c751fcbaa21858))

## [1.47.0](https://github.com/aws/aws-cdk/compare/v1.46.0...v1.47.0) (2020-06-24)


### ⚠ BREAKING CHANGES

* **stepfunctions-tasks:** `Dynamo*` tasks no longer implement`IStepFunctionsTask` and have been replaced by constructs that can be instantiated directly. See README for examples
* **stepfunctions-tasks:** `Dynamo*` tasks no longer implement`IStepFunctionsTask` and have been replaced by constructs that can be instantiated directly. See README for examples

### Features

Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
"tools/*"
],
"rejectCycles": "true",
"version": "1.47.0"
"version": "1.47.1"
}
3 changes: 3 additions & 0 deletions packages/@aws-cdk/alexa-ask/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,6 @@ dist
tsconfig.json
.eslintrc.js
jest.config.js

# exclude cdk artifacts
**/cdk.out
3 changes: 3 additions & 0 deletions packages/@aws-cdk/app-delivery/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,6 @@ coverage

tsconfig.json
.eslintrc.js

# exclude cdk artifacts
**/cdk.out
3 changes: 3 additions & 0 deletions packages/@aws-cdk/assert/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,6 @@ dist
tsconfig.json
.eslintrc.js
jest.config.js

# exclude cdk artifacts
**/cdk.out
3 changes: 3 additions & 0 deletions packages/@aws-cdk/assets/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,6 @@ dist

tsconfig.json
.eslintrc.js

# exclude cdk artifacts
**/cdk.out
3 changes: 3 additions & 0 deletions packages/@aws-cdk/aws-accessanalyzer/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@ tsconfig.json
!.jsii
.eslintrc.js
jest.config.js

# exclude cdk artifacts
**/cdk.out
3 changes: 3 additions & 0 deletions packages/@aws-cdk/aws-acmpca/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@ tsconfig.json

.eslintrc.js
jest.config.js

# exclude cdk artifacts
**/cdk.out
3 changes: 3 additions & 0 deletions packages/@aws-cdk/aws-amazonmq/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,6 @@ dist
tsconfig.json
.eslintrc.js
jest.config.js

# exclude cdk artifacts
**/cdk.out
3 changes: 3 additions & 0 deletions packages/@aws-cdk/aws-amplify/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,6 @@ dist
tsconfig.json
.eslintrc.js
jest.config.js

# exclude cdk artifacts
**/cdk.out
3 changes: 3 additions & 0 deletions packages/@aws-cdk/aws-apigateway/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,6 @@ dist

tsconfig.json
.eslintrc.js

# exclude cdk artifacts
**/cdk.out
3 changes: 3 additions & 0 deletions packages/@aws-cdk/aws-apigatewayv2/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@ tsconfig.json
!.jsii
.eslintrc.js
jest.config.js

# exclude cdk artifacts
**/cdk.out
3 changes: 3 additions & 0 deletions packages/@aws-cdk/aws-appconfig/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@ tsconfig.json

.eslintrc.js
jest.config.js

# exclude cdk artifacts
**/cdk.out
3 changes: 3 additions & 0 deletions packages/@aws-cdk/aws-applicationautoscaling/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,6 @@ dist

tsconfig.json
.eslintrc.js

# exclude cdk artifacts
**/cdk.out
3 changes: 3 additions & 0 deletions packages/@aws-cdk/aws-appmesh/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,6 @@ dist

tsconfig.json
.eslintrc.js

# exclude cdk artifacts
**/cdk.out
3 changes: 3 additions & 0 deletions packages/@aws-cdk/aws-appstream/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,6 @@ dist
tsconfig.json
.eslintrc.js
jest.config.js

# exclude cdk artifacts
**/cdk.out
3 changes: 3 additions & 0 deletions packages/@aws-cdk/aws-appsync/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@ dist
tsconfig.json
.eslintrc.js
jest.config.js

# exclude cdk artifacts
**/cdk.out
3 changes: 3 additions & 0 deletions packages/@aws-cdk/aws-athena/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@ dist
tsconfig.json
.eslintrc.js
jest.config.js

# exclude cdk artifacts
**/cdk.out
3 changes: 3 additions & 0 deletions packages/@aws-cdk/aws-autoscaling-common/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,6 @@ lambda/*.sh

tsconfig.json
.eslintrc.js

# exclude cdk artifacts
**/cdk.out
3 changes: 3 additions & 0 deletions packages/@aws-cdk/aws-autoscaling-hooktargets/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@ dist
tsconfig.json
.eslintrc.js
jest.config.js

# exclude cdk artifacts
**/cdk.out
3 changes: 3 additions & 0 deletions packages/@aws-cdk/aws-autoscaling/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,6 @@ dist

tsconfig.json
.eslintrc.js

# exclude cdk artifacts
**/cdk.out
3 changes: 3 additions & 0 deletions packages/@aws-cdk/aws-autoscalingplans/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@ dist
tsconfig.json
.eslintrc.js
jest.config.js

# exclude cdk artifacts
**/cdk.out
3 changes: 3 additions & 0 deletions packages/@aws-cdk/aws-backup/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,6 @@ dist
tsconfig.json
.eslintrc.js
jest.config.js

# exclude cdk artifacts
**/cdk.out
3 changes: 3 additions & 0 deletions packages/@aws-cdk/aws-batch/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@ dist
tsconfig.json
.eslintrc.js
jest.config.js

# exclude cdk artifacts
**/cdk.out
3 changes: 3 additions & 0 deletions packages/@aws-cdk/aws-budgets/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@ dist
tsconfig.json
.eslintrc.js
jest.config.js

# exclude cdk artifacts
**/cdk.out
3 changes: 3 additions & 0 deletions packages/@aws-cdk/aws-cassandra/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@ tsconfig.json

.eslintrc.js
jest.config.js

# exclude cdk artifacts
**/cdk.out
3 changes: 3 additions & 0 deletions packages/@aws-cdk/aws-ce/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@ tsconfig.json

.eslintrc.js
jest.config.js

# exclude cdk artifacts
**/cdk.out
3 changes: 3 additions & 0 deletions packages/@aws-cdk/aws-certificatemanager/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,6 @@ lambda-packages/dns_validated_certificate_handler/node_modules

tsconfig.json
.eslintrc.js

# exclude cdk artifacts
**/cdk.out
3 changes: 3 additions & 0 deletions packages/@aws-cdk/aws-chatbot/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@ tsconfig.json

.eslintrc.js
jest.config.js

# exclude cdk artifacts
**/cdk.out
3 changes: 3 additions & 0 deletions packages/@aws-cdk/aws-cloud9/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@ dist
tsconfig.json
.eslintrc.js
jest.config.js

# exclude cdk artifacts
**/cdk.out
3 changes: 3 additions & 0 deletions packages/@aws-cdk/aws-cloudformation/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,6 @@ dist

tsconfig.json
.eslintrc.js

# exclude cdk artifacts
**/cdk.out
3 changes: 3 additions & 0 deletions packages/@aws-cdk/aws-cloudfront/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@ coverage

tsconfig.json
.eslintrc.js

# exclude cdk artifacts
**/cdk.out
4 changes: 3 additions & 1 deletion packages/@aws-cdk/aws-cloudtrail/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,6 @@ dist
tsconfig.json
.eslintrc.js

jest.config.js
jest.config.js
# exclude cdk artifacts
**/cdk.out
3 changes: 3 additions & 0 deletions packages/@aws-cdk/aws-cloudwatch-actions/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@ dist
tsconfig.json
.eslintrc.js
jest.config.js

# exclude cdk artifacts
**/cdk.out
3 changes: 3 additions & 0 deletions packages/@aws-cdk/aws-cloudwatch/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,6 @@ dist

tsconfig.json
.eslintrc.js

# exclude cdk artifacts
**/cdk.out
3 changes: 3 additions & 0 deletions packages/@aws-cdk/aws-codebuild/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,6 @@ dist

tsconfig.json
.eslintrc.js

# exclude cdk artifacts
**/cdk.out
3 changes: 3 additions & 0 deletions packages/@aws-cdk/aws-codecommit/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,6 @@ dist

tsconfig.json
.eslintrc.js

# exclude cdk artifacts
**/cdk.out
3 changes: 3 additions & 0 deletions packages/@aws-cdk/aws-codedeploy/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,6 @@ dist

tsconfig.json
.eslintrc.js

# exclude cdk artifacts
**/cdk.out
3 changes: 3 additions & 0 deletions packages/@aws-cdk/aws-codeguruprofiler/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@ tsconfig.json

.eslintrc.js
jest.config.js

# exclude cdk artifacts
**/cdk.out
3 changes: 3 additions & 0 deletions packages/@aws-cdk/aws-codepipeline-actions/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,6 @@ dist

tsconfig.json
.eslintrc.js

# exclude cdk artifacts
**/cdk.out
3 changes: 3 additions & 0 deletions packages/@aws-cdk/aws-codepipeline/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,6 @@ dist

tsconfig.json
.eslintrc.js

# exclude cdk artifacts
**/cdk.out
3 changes: 3 additions & 0 deletions packages/@aws-cdk/aws-codestar/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,6 @@ dist
tsconfig.json
.eslintrc.js
jest.config.js

# exclude cdk artifacts
**/cdk.out
3 changes: 3 additions & 0 deletions packages/@aws-cdk/aws-codestarconnections/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@ tsconfig.json

.eslintrc.js
jest.config.js

# exclude cdk artifacts
**/cdk.out
3 changes: 3 additions & 0 deletions packages/@aws-cdk/aws-codestarnotifications/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@ tsconfig.json
!.jsii
.eslintrc.js
jest.config.js

# exclude cdk artifacts
**/cdk.out
3 changes: 3 additions & 0 deletions packages/@aws-cdk/aws-cognito/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@ dist
tsconfig.json
.eslintrc.js
jest.config.js

# exclude cdk artifacts
**/cdk.out
3 changes: 3 additions & 0 deletions packages/@aws-cdk/aws-config/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,6 @@ dist

tsconfig.json
.eslintrc.js

# exclude cdk artifacts
**/cdk.out
3 changes: 3 additions & 0 deletions packages/@aws-cdk/aws-datapipeline/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@ dist
tsconfig.json
.eslintrc.js
jest.config.js

# exclude cdk artifacts
**/cdk.out
3 changes: 3 additions & 0 deletions packages/@aws-cdk/aws-dax/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@ dist
tsconfig.json
.eslintrc.js
jest.config.js

# exclude cdk artifacts
**/cdk.out
Loading

0 comments on commit 8bb7c0d

Please sign in to comment.