Skip to content

Commit

Permalink
fix(): bumping version for deploying on unstable tag (#1706)
Browse files Browse the repository at this point in the history
  • Loading branch information
elorzafe authored and mlabieniec committed Sep 21, 2018
1 parent 175ded0 commit b5d6468
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/amazon-cognito-identity-js/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "amazon-cognito-identity-js",
"description": "Amazon Cognito Identity Provider JavaScript SDK",
"version": "2.0.28-unstable.3",
"version": "2.0.28-unstable.4",
"author": {
"name": "Amazon Web Services",
"email": "aws@amazon.com",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/api",
"version": "1.0.13-unstable.3",
"version": "1.0.13-unstable.4",
"description": "Api category of aws-amplify",
"main": "./lib/index.js",
"module": "./lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/auth",
"version": "1.2.2-unstable.3",
"version": "1.2.2-unstable.4",
"description": "Auth category of aws-amplify",
"main": "./lib/index.js",
"module": "./lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/aws-amplify-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aws-amplify-angular",
"version": "2.0.5-unstable.3",
"version": "2.0.5-unstable.4",
"description": "AWS Amplify Angular Components",
"main": "bundles/aws-amplify-angular.umd.js",
"module": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/aws-amplify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aws-amplify",
"version": "1.1.2-unstable.3",
"version": "1.1.2-unstable.4",
"description": "AWS Amplify is a JavaScript library for Frontend and mobile developers building cloud-enabled applications.",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
Expand Down

0 comments on commit b5d6468

Please sign in to comment.