From 75025e7dc36f24ddcd81497d34e6c8a0c164f1ed Mon Sep 17 00:00:00 2001 From: Cuong Vu Date: Fri, 24 Jul 2020 16:05:35 +0700 Subject: [PATCH] chore: #2032 elements & cognito-auth & connect-session badges broken (#2171) --- packages/cognito-auth/package.json | 5 +++-- packages/connect-session/package.json | 3 ++- packages/elements/package.json | 5 +++-- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/packages/cognito-auth/package.json b/packages/cognito-auth/package.json index 1af93f940f..931efe85a5 100644 --- a/packages/cognito-auth/package.json +++ b/packages/cognito-auth/package.json @@ -1,6 +1,6 @@ { "name": "@reapit/cognito-auth", - "version": "2.1.8", + "version": "2.1.9", "description": "Simple wrapper around AWS Cognito for basic authentication flow", "keywords": [], "homepage": "https://github.com/reapit/foundations#readme", @@ -14,7 +14,8 @@ "license": "ISC", "author": "", "files": [ - "dist" + "dist", + "src/tests/badges" ], "main": "dist/index.js", "umd:main": "dist/cognito-auth.umd.production.js", diff --git a/packages/connect-session/package.json b/packages/connect-session/package.json index ac486e838f..2470772361 100644 --- a/packages/connect-session/package.json +++ b/packages/connect-session/package.json @@ -14,7 +14,8 @@ "license": "ISC", "author": "", "files": [ - "dist" + "dist", + "src/tests/badges" ], "main": "dist/index.js", "umd:main": "dist/connect-session.umd.production.js", diff --git a/packages/elements/package.json b/packages/elements/package.json index 2cdea38583..af5b814d48 100644 --- a/packages/elements/package.json +++ b/packages/elements/package.json @@ -1,6 +1,6 @@ { "name": "@reapit/elements", - "version": "0.5.61", + "version": "0.5.62", "description": "A collection of React components and utilities for building apps for Reapit Marketplace", "homepage": "https://github.com/reapit/foundations#readme", "bugs": { @@ -13,7 +13,8 @@ "license": "MIT", "author": "Will McVay ", "files": [ - "dist" + "dist", + "src/tests/badges" ], "main": "dist/index.js", "umd:main": "dist/elements.umd.production.js",