-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from sevenwestmedia-labs/changeset-release/master
Version Packages
- Loading branch information
Showing
7 changed files
with
37 additions
and
39 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# pulumi-acm-dns-validated-cert | ||
|
||
## 0.1.0 | ||
### Minor Changes | ||
|
||
- 047431a: Version bump | ||
- 70c76ca: Initial release of pulumi-acm-dns-validated-cert |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
{ | ||
"name": "pulumi-acm-dns-validated-cert", | ||
"peerDependencies": { | ||
"@pulumi/pulumi": "^1.0.0", | ||
"@pulumi/aws": "^1.0.0" | ||
}, | ||
"version": "0.0.0", | ||
"description": "Creates an AWS Certificate Manager (ACM) cert, validated using Route53 DNS records", | ||
"main": "dist/index.js", | ||
"author": "Seven West Media WA", | ||
"license": "MIT", | ||
"dependencies": {} | ||
"name": "pulumi-acm-dns-validated-cert", | ||
"peerDependencies": { | ||
"@pulumi/pulumi": "^1.0.0", | ||
"@pulumi/aws": "^1.0.0" | ||
}, | ||
"version": "0.1.0", | ||
"description": "Creates an AWS Certificate Manager (ACM) cert, validated using Route53 DNS records", | ||
"main": "dist/index.js", | ||
"author": "Seven West Media WA", | ||
"license": "MIT", | ||
"dependencies": {} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# pulumi-run-fargate-task | ||
|
||
## 0.1.0 | ||
### Minor Changes | ||
|
||
- 22ff20d: Initial release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
{ | ||
"name": "pulumi-run-fargate-task", | ||
"version": "0.0.0", | ||
"description": "Pulumi modules for running once off fargate tasks", | ||
"main": "dist/index.js", | ||
"author": "Seven West Media WA", | ||
"license": "MIT", | ||
"peerDependencies": { | ||
"@pulumi/awsx": "^0.18.13", | ||
"@pulumi/pulumi": "^1.5.2", | ||
"aws-sdk": "^2.573.0" | ||
}, | ||
"dependencies": {} | ||
} | ||
"name": "pulumi-run-fargate-task", | ||
"version": "0.1.0", | ||
"description": "Pulumi modules for running once off fargate tasks", | ||
"main": "dist/index.js", | ||
"author": "Seven West Media WA", | ||
"license": "MIT", | ||
"peerDependencies": { | ||
"@pulumi/awsx": "^0.18.13", | ||
"@pulumi/pulumi": "^1.5.2", | ||
"aws-sdk": "^2.573.0" | ||
}, | ||
"dependencies": {} | ||
} |