From 9e91bb1faa37d4da271b019cf73c2998b5000652 Mon Sep 17 00:00:00 2001 From: Bryant Biggs Date: Fri, 15 Oct 2021 15:47:38 -0400 Subject: [PATCH] v0.6.8 --- CHANGELOG.md | 8 ++++++++ awscli/CHANGELOG.md | 8 ++++++++ awscli/package.json | 4 ++-- cloudfront_invalidate/CHANGELOG.md | 8 ++++++++ cloudfront_invalidate/package.json | 2 +- iam_access_credentials/CHANGELOG.md | 8 ++++++++ iam_access_credentials/package.json | 2 +- lerna.json | 2 +- packages/awscli-core/CHANGELOG.md | 8 ++++++++ packages/awscli-core/package.json | 2 +- s3_sync/CHANGELOG.md | 8 ++++++++ s3_sync/package.json | 4 ++-- 12 files changed, 56 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82cac49..1f69519 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.6.8](https://github.com/clowdhaus/aws-github-actions/compare/v0.6.7...v0.6.8) (2021-10-15) + +**Note:** Version bump only for package aws-github-actions + + + + + ## [0.6.7](https://github.com/clowdhaus/aws-github-actions/compare/v0.6.6...v0.6.7) (2021-09-18) diff --git a/awscli/CHANGELOG.md b/awscli/CHANGELOG.md index 0467fd2..b1aa36c 100644 --- a/awscli/CHANGELOG.md +++ b/awscli/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.6.8](https://github.com/clowdhaus/aws-github-actions/compare/v0.6.7...v0.6.8) (2021-10-15) + +**Note:** Version bump only for package @aws-github-actions/awscli + + + + + ## [0.6.7](https://github.com/clowdhaus/aws-github-actions/compare/v0.6.6...v0.6.7) (2021-09-18) diff --git a/awscli/package.json b/awscli/package.json index d53a362..d600e4d 100644 --- a/awscli/package.json +++ b/awscli/package.json @@ -1,6 +1,6 @@ { "name": "@aws-github-actions/awscli", - "version": "0.6.7", + "version": "0.6.8", "description": "Wrapper for awscli", "license": "Apache-2.0", "author": "clowd.haus", @@ -10,7 +10,7 @@ "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { - "@aws-github-actions/awscli-core": "^0.6.5", + "@aws-github-actions/awscli-core": "^0.6.8", "string-argv": "^0.3.1" } } diff --git a/cloudfront_invalidate/CHANGELOG.md b/cloudfront_invalidate/CHANGELOG.md index 49b9488..9799131 100644 --- a/cloudfront_invalidate/CHANGELOG.md +++ b/cloudfront_invalidate/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.6.8](https://github.com/clowdhaus/aws-github-actions/compare/v0.6.7...v0.6.8) (2021-10-15) + +**Note:** Version bump only for package @aws-github-actions/cloudfront-invalidate + + + + + ## [0.6.7](https://github.com/clowdhaus/aws-github-actions/compare/v0.6.6...v0.6.7) (2021-09-18) diff --git a/cloudfront_invalidate/package.json b/cloudfront_invalidate/package.json index 1977510..c3d8da2 100644 --- a/cloudfront_invalidate/package.json +++ b/cloudfront_invalidate/package.json @@ -1,6 +1,6 @@ { "name": "@aws-github-actions/cloudfront-invalidate", - "version": "0.6.7", + "version": "0.6.8", "description": "Initiate CloudFront cache invalidation", "license": "Apache-2.0", "author": "clowd.haus", diff --git a/iam_access_credentials/CHANGELOG.md b/iam_access_credentials/CHANGELOG.md index 1291806..3142c48 100644 --- a/iam_access_credentials/CHANGELOG.md +++ b/iam_access_credentials/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.6.8](https://github.com/clowdhaus/aws-github-actions/compare/v0.6.7...v0.6.8) (2021-10-15) + +**Note:** Version bump only for package @aws-github-actions/iam-access-credentials + + + + + ## [0.6.7](https://github.com/clowdhaus/aws-github-actions/compare/v0.6.6...v0.6.7) (2021-09-18) diff --git a/iam_access_credentials/package.json b/iam_access_credentials/package.json index e82b963..69a3ccb 100644 --- a/iam_access_credentials/package.json +++ b/iam_access_credentials/package.json @@ -1,6 +1,6 @@ { "name": "@aws-github-actions/iam-access-credentials", - "version": "0.6.7", + "version": "0.6.8", "description": "Configure AWS IAM access credentials for use with the AWS CLI and AWS SDKs", "license": "Apache-2.0", "author": "clowd.haus", diff --git a/lerna.json b/lerna.json index b04a6f9..55c4a3d 100644 --- a/lerna.json +++ b/lerna.json @@ -4,5 +4,5 @@ ], "useWorkspaces": true, "npmClient": "yarn", - "version": "0.6.7" + "version": "0.6.8" } diff --git a/packages/awscli-core/CHANGELOG.md b/packages/awscli-core/CHANGELOG.md index 901eb6b..b656041 100644 --- a/packages/awscli-core/CHANGELOG.md +++ b/packages/awscli-core/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.6.8](https://github.com/clowdhaus/aws-github-actions/compare/v0.6.7...v0.6.8) (2021-10-15) + +**Note:** Version bump only for package @aws-github-actions/awscli-core + + + + + ## [0.6.5](https://github.com/clowdhaus/aws-github-actions/compare/v0.6.4...v0.6.5) (2021-06-10) diff --git a/packages/awscli-core/package.json b/packages/awscli-core/package.json index 284db24..889ae1e 100644 --- a/packages/awscli-core/package.json +++ b/packages/awscli-core/package.json @@ -1,6 +1,6 @@ { "name": "@aws-github-actions/awscli-core", - "version": "0.6.5", + "version": "0.6.8", "description": "Wrapper module for awscli", "license": "Apache-2.0", "author": "clowd.haus", diff --git a/s3_sync/CHANGELOG.md b/s3_sync/CHANGELOG.md index 1b5e277..7fd0c71 100644 --- a/s3_sync/CHANGELOG.md +++ b/s3_sync/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.6.8](https://github.com/clowdhaus/aws-github-actions/compare/v0.6.7...v0.6.8) (2021-10-15) + +**Note:** Version bump only for package @aws-github-actions/s3-sync + + + + + ## [0.6.7](https://github.com/clowdhaus/aws-github-actions/compare/v0.6.6...v0.6.7) (2021-09-18) diff --git a/s3_sync/package.json b/s3_sync/package.json index 2f82127..5fff32d 100644 --- a/s3_sync/package.json +++ b/s3_sync/package.json @@ -1,6 +1,6 @@ { "name": "@aws-github-actions/s3-sync", - "version": "0.6.7", + "version": "0.6.8", "description": "Sync locally generated artifacts to an S3 bucket", "license": "Apache-2.0", "author": "clowd.haus", @@ -10,7 +10,7 @@ "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { - "@aws-github-actions/awscli-core": "^0.6.5", + "@aws-github-actions/awscli-core": "^0.6.8", "string-argv": "^0.3.1" } }