From a82a4e5458c85a755c98efa05d5a573a79adb11b Mon Sep 17 00:00:00 2001 From: claus-cli Date: Thu, 24 Sep 2020 02:59:24 +0000 Subject: [PATCH] v0.5.0 --- CHANGELOG.md | 14 ++++++++++++++ awscli/CHANGELOG.md | 14 ++++++++++++++ awscli/package.json | 4 ++-- cloudfront_invalidate/CHANGELOG.md | 14 ++++++++++++++ cloudfront_invalidate/package.json | 2 +- iam_access_credentials/CHANGELOG.md | 14 ++++++++++++++ iam_access_credentials/package.json | 2 +- lerna.json | 2 +- packages/awscli-core/CHANGELOG.md | 14 ++++++++++++++ packages/awscli-core/package.json | 2 +- s3_sync/CHANGELOG.md | 14 ++++++++++++++ s3_sync/package.json | 4 ++-- 12 files changed, 92 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77a1ccc..6a68fb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 0.5.0 (2020-09-24) + + +* refactor!: move actions up to project root ([7739e2e](https://github.com/clowdhaus/aws-github-actions/commit/7739e2e8c37d412bc44faff493512f816c347ed2)) + + +### BREAKING CHANGES + +* action path has been changed to remove `packages/` + + + + + ## [0.4.8](https://github.com/clowdhaus/aws-github-actions/compare/v0.4.7...v0.4.8) (2020-09-13) **Note:** Version bump only for package aws-github-actions diff --git a/awscli/CHANGELOG.md b/awscli/CHANGELOG.md index 2985c10..134f2b0 100644 --- a/awscli/CHANGELOG.md +++ b/awscli/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 0.5.0 (2020-09-24) + + +* refactor!: move actions up to project root ([7739e2e](https://github.com/clowdhaus/aws-github-actions/commit/7739e2e8c37d412bc44faff493512f816c347ed2)) + + +### BREAKING CHANGES + +* action path has been changed to remove `packages/` + + + + + ## [0.4.8](https://github.com/clowdhaus/aws-github-actions/compare/v0.4.7...v0.4.8) (2020-09-13) **Note:** Version bump only for package @aws-github-actions/awscli diff --git a/awscli/package.json b/awscli/package.json index 81fb41e..b7362d2 100644 --- a/awscli/package.json +++ b/awscli/package.json @@ -1,10 +1,10 @@ { "name": "@aws-github-actions/awscli", - "version": "0.4.8", + "version": "0.5.0", "description": "Wrapper for awscli", "main": "index.ts", "dependencies": { - "@aws-github-actions/awscli-core": "^0.4.5", + "@aws-github-actions/awscli-core": "^0.5.0", "string-argv": "^0.3.1" }, "scripts": { diff --git a/cloudfront_invalidate/CHANGELOG.md b/cloudfront_invalidate/CHANGELOG.md index c7fb3d9..8c8b660 100644 --- a/cloudfront_invalidate/CHANGELOG.md +++ b/cloudfront_invalidate/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 0.5.0 (2020-09-24) + + +* refactor!: move actions up to project root ([7739e2e](https://github.com/clowdhaus/aws-github-actions/commit/7739e2e8c37d412bc44faff493512f816c347ed2)) + + +### BREAKING CHANGES + +* action path has been changed to remove `packages/` + + + + + ## [0.4.8](https://github.com/clowdhaus/aws-github-actions/compare/v0.4.7...v0.4.8) (2020-09-13) **Note:** Version bump only for package @aws-github-actions/cloudfront-invalidate diff --git a/cloudfront_invalidate/package.json b/cloudfront_invalidate/package.json index ee0d5df..c6a5358 100644 --- a/cloudfront_invalidate/package.json +++ b/cloudfront_invalidate/package.json @@ -1,6 +1,6 @@ { "name": "@aws-github-actions/cloudfront-invalidate", - "version": "0.4.8", + "version": "0.5.0", "description": "Initiate CloudFront cache invalidation", "main": "index.ts", "dependencies": { diff --git a/iam_access_credentials/CHANGELOG.md b/iam_access_credentials/CHANGELOG.md index 29ab7c4..35f343f 100644 --- a/iam_access_credentials/CHANGELOG.md +++ b/iam_access_credentials/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 0.5.0 (2020-09-24) + + +* refactor!: move actions up to project root ([7739e2e](https://github.com/clowdhaus/aws-github-actions/commit/7739e2e8c37d412bc44faff493512f816c347ed2)) + + +### BREAKING CHANGES + +* action path has been changed to remove `packages/` + + + + + ## [0.4.8](https://github.com/clowdhaus/aws-github-actions/compare/v0.4.7...v0.4.8) (2020-09-13) **Note:** Version bump only for package @aws-github-actions/iam-access-credentials diff --git a/iam_access_credentials/package.json b/iam_access_credentials/package.json index a7a9cc6..b5bd0d1 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.4.8", + "version": "0.5.0", "description": "Configure AWS IAM access credentials for use with the AWS CLI and AWS SDKs", "main": "index.ts", "dependencies": { diff --git a/lerna.json b/lerna.json index 743cb22..9657c5b 100644 --- a/lerna.json +++ b/lerna.json @@ -4,5 +4,5 @@ ], "useWorkspaces": true, "npmClient": "yarn", - "version": "0.4.8" + "version": "0.5.0" } diff --git a/packages/awscli-core/CHANGELOG.md b/packages/awscli-core/CHANGELOG.md index d8d4358..a3cac17 100644 --- a/packages/awscli-core/CHANGELOG.md +++ b/packages/awscli-core/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 0.5.0 (2020-09-24) + + +* refactor!: move actions up to project root ([7739e2e](https://github.com/clowdhaus/aws-github-actions/commit/7739e2e8c37d412bc44faff493512f816c347ed2)) + + +### BREAKING CHANGES + +* action path has been changed to remove `packages/` + + + + + ## [0.4.5](https://github.com/clowdhaus/aws-github-actions/compare/v0.4.4...v0.4.5) (2020-07-20) **Note:** Version bump only for package @aws-github-actions/awscli-core diff --git a/packages/awscli-core/package.json b/packages/awscli-core/package.json index 5b09c07..c1d82e6 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.4.5", + "version": "0.5.0", "description": "Wrapper module for awscli", "main": "lib/index.js", "typings": "lib/index.d.ts", diff --git a/s3_sync/CHANGELOG.md b/s3_sync/CHANGELOG.md index 71eb050..a940919 100644 --- a/s3_sync/CHANGELOG.md +++ b/s3_sync/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 0.5.0 (2020-09-24) + + +* refactor!: move actions up to project root ([7739e2e](https://github.com/clowdhaus/aws-github-actions/commit/7739e2e8c37d412bc44faff493512f816c347ed2)) + + +### BREAKING CHANGES + +* action path has been changed to remove `packages/` + + + + + ## [0.4.8](https://github.com/clowdhaus/aws-github-actions/compare/v0.4.7...v0.4.8) (2020-09-13) **Note:** Version bump only for package @aws-github-actions/s3-sync diff --git a/s3_sync/package.json b/s3_sync/package.json index ab0706a..45720ff 100644 --- a/s3_sync/package.json +++ b/s3_sync/package.json @@ -1,10 +1,10 @@ { "name": "@aws-github-actions/s3-sync", - "version": "0.4.8", + "version": "0.5.0", "description": "Sync locally generated artifacts to an S3 bucket", "main": "index.ts", "dependencies": { - "@aws-github-actions/awscli-core": "^0.4.5", + "@aws-github-actions/awscli-core": "^0.5.0", "string-argv": "^0.3.1" }, "scripts": {