Skip to content

Commit

Permalink
fix: πŸ› Reset version to 0.0.0
Browse files Browse the repository at this point in the history
Reset version to 0.0.0 manually before creating official first release
0.1.0 with lerna
  • Loading branch information
bryantbiggs committed Jan 8, 2020
1 parent 93de8b7 commit 524b70f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aws-github-actions",
"version": "0.1.0",
"version": "0.0.0",
"description": "GitHub actions for AWS services",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/awscli-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-github-actions/awscli-core",
"version": "0.1.0",
"version": "0.0.0",
"description": "Wrapper module for awscli",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
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.1.0",
"version": "0.0.0",
"description": "Wrapper for awscli",
"main": "index.ts",
"dependencies": {
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.1.0",
"version": "0.0.0",
"description": "Initiate CloudFront cache invalidation",
"main": "index.ts",
"dependencies": {
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.1.0",
"version": "0.0.0",
"description": "Configure AWS IAM access credentials for use with the AWS CLI and AWS SDKs",
"main": "index.ts",
"dependencies": {
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.1.0",
"version": "0.0.0",
"description": "Sync locally generated artifacts to an S3 bucket",
"main": "index.ts",
"dependencies": {
Expand Down

0 comments on commit 524b70f

Please sign in to comment.