Skip to content

Commit

Permalink
v0.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
bryantbiggs committed Sep 13, 2020
1 parent 0dd9587 commit 13fad51
Show file tree
Hide file tree
Showing 10 changed files with 45 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.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





## [0.4.7](https://github.com/clowdhaus/aws-github-actions/compare/v0.4.6...v0.4.7) (2020-09-13)

**Note:** Version bump only for package aws-github-actions
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
],
"useWorkspaces": true,
"npmClient": "yarn",
"version": "0.4.7"
"version": "0.4.8"
}
8 changes: 8 additions & 0 deletions packages/awscli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.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





## [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
Expand Down
2 changes: 1 addition & 1 deletion packages/awscli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-github-actions/awscli",
"version": "0.4.5",
"version": "0.4.8",
"description": "Wrapper for awscli",
"main": "index.ts",
"dependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/cloudfront_invalidate/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.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





## [0.4.7](https://github.com/clowdhaus/aws-github-actions/compare/v0.4.6...v0.4.7) (2020-09-13)

**Note:** Version bump only for package @aws-github-actions/cloudfront-invalidate
Expand Down
2 changes: 1 addition & 1 deletion packages/cloudfront_invalidate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-github-actions/cloudfront-invalidate",
"version": "0.4.7",
"version": "0.4.8",
"description": "Initiate CloudFront cache invalidation",
"main": "index.ts",
"dependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/iam_access_credentials/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.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





## [0.4.7](https://github.com/clowdhaus/aws-github-actions/compare/v0.4.6...v0.4.7) (2020-09-13)

**Note:** Version bump only for package @aws-github-actions/iam-access-credentials
Expand Down
2 changes: 1 addition & 1 deletion packages/iam_access_credentials/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-github-actions/iam-access-credentials",
"version": "0.4.7",
"version": "0.4.8",
"description": "Configure AWS IAM access credentials for use with the AWS CLI and AWS SDKs",
"main": "index.ts",
"dependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/s3_sync/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.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





## [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/s3-sync
Expand Down
2 changes: 1 addition & 1 deletion packages/s3_sync/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-github-actions/s3-sync",
"version": "0.4.5",
"version": "0.4.8",
"description": "Sync locally generated artifacts to an S3 bucket",
"main": "index.ts",
"dependencies": {
Expand Down

0 comments on commit 13fad51

Please sign in to comment.