From 6455b0f228618286f55ad03dafc5be8f473d0a24 Mon Sep 17 00:00:00 2001 From: danoswaltCL <97542869+danoswaltCL@users.noreply.github.com> Date: Tue, 1 Aug 2023 14:00:29 -0400 Subject: [PATCH] Release/v4.1 merge me into main (#945) * pull updates from v3 (#875) * V4 caliper support (#876) * support for caliper graded profile (#759) * support for caliper graded profile * add iso duration * remove unused imports * export interfaces * add caliper endpoint to v1 api * Revert "add iso duration" This reverts commit be6677b23544696487bec05ae618f14a1fa512fc. * stricter typing * add caliper actor * error handling for unsupported profiles and events * update caliper data object * add to v1 * add caliper enums to interfaces * resolve conflicts * add duration package * match log file * update version * use upgrade types * resolve conflicts * update lockfile * add caliper to v4 controller * revert apache connector (#880) * :sparkles: Updated client lib bundler (#868) * :sparkles: Updated client lib bundler Added separate bundler for browser and node * Assigning default to the library variable * Replacing isomorphic-fetch with axios --------- Co-authored-by: danoswaltCL <97542869+danoswaltCL@users.noreply.github.com> * pip version * use patch * pip version after add patch * add docs (#896) * add docs * add more to readme for npm * fix for undefined id for shared dp mark call (#901) * remove local time (#905) * Fix the renderGoogleSignInButton function (#937) * pip v 4.1.8 --------- Co-authored-by: jreddig <97543136+jreddig@users.noreply.github.com> Co-authored-by: Vivek Fitkariwala Co-authored-by: Pratik Prajapati <33730817+ppratikcr7@users.noreply.github.com> Co-authored-by: Zack Lee <90279765+zackcl@users.noreply.github.com> --- backend/package.json | 2 +- backend/packages/Scheduler/package.json | 2 +- backend/packages/Upgrade/package.json | 2 +- clientlibs/java/pom.xml | 2 +- clientlibs/js/package.json | 2 +- frontend/package.json | 2 +- types/package.json | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/backend/package.json b/backend/package.json index 6c9ef82ab8..9892d053c9 100644 --- a/backend/package.json +++ b/backend/package.json @@ -1,6 +1,6 @@ { "name": "ab_testing_backend", - "version": "4.2.0", + "version": "4.1.8", "description": "Backend for A/B Testing Project", "scripts": { "install:all": "npm ci && cd packages/Scheduler && npm ci && cd ../Upgrade && npm ci", diff --git a/backend/packages/Scheduler/package.json b/backend/packages/Scheduler/package.json index 05bf974a10..2d11d5ec5d 100644 --- a/backend/packages/Scheduler/package.json +++ b/backend/packages/Scheduler/package.json @@ -1,6 +1,6 @@ { "name": "ppl-upgrade-serverless", - "version": "4.2.0", + "version": "4.1.8", "description": "Serverless webpack example using Typescript", "main": "handler.js", "scripts": { diff --git a/backend/packages/Upgrade/package.json b/backend/packages/Upgrade/package.json index 862dedb0be..fe7990637a 100644 --- a/backend/packages/Upgrade/package.json +++ b/backend/packages/Upgrade/package.json @@ -1,6 +1,6 @@ { "name": "ab_testing_backend", - "version": "4.2.0", + "version": "4.1.8", "description": "Backend for A/B Testing Project", "main": "index.js", "scripts": { diff --git a/clientlibs/java/pom.xml b/clientlibs/java/pom.xml index 0557f25104..f5e6f21e64 100644 --- a/clientlibs/java/pom.xml +++ b/clientlibs/java/pom.xml @@ -11,7 +11,7 @@ - 4.1.2 + 4.1.8 diff --git a/clientlibs/js/package.json b/clientlibs/js/package.json index d43abfc77e..d3e8efa57c 100644 --- a/clientlibs/js/package.json +++ b/clientlibs/js/package.json @@ -1,6 +1,6 @@ { "name": "upgrade_client_lib", - "version": "4.1.7", + "version": "4.1.8", "description": "Client library to communicate with the Upgrade server", "files": [ "dist/*" diff --git a/frontend/package.json b/frontend/package.json index 42c594b184..e9a8194b25 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "ab-testing", - "version": "4.2.0", + "version": "4.1.8", "license": "MIT", "scripts": { "ng": "ng", diff --git a/types/package.json b/types/package.json index 415b5083d8..ca63b64d20 100644 --- a/types/package.json +++ b/types/package.json @@ -1,6 +1,6 @@ { "name": "upgrade_types", - "version": "4.2.0", + "version": "4.1.8", "description": "", "main": "src/index.ts", "types": "src/index.ts",