Skip to content

Commit

Permalink
Release/v4.1 merge me into main (#945)
Browse files Browse the repository at this point in the history
* 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 be6677b.

* 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)

* ✨ Updated client lib bundler (#868)

* ✨ 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 <[email protected]>

* 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 <[email protected]>
Co-authored-by: Vivek Fitkariwala <[email protected]>
Co-authored-by: Pratik Prajapati <[email protected]>
Co-authored-by: Zack Lee <[email protected]>
  • Loading branch information
5 people authored Aug 1, 2023
1 parent 24e5479 commit 6455b0f
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion backend/packages/Scheduler/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion backend/packages/Upgrade/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion clientlibs/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<!-- 4.1.1 -> 4.1.2: revert apachec connector provider -->

<version>4.1.2</version>
<version>4.1.8</version>
<build>
<plugins>
<plugin>
Expand Down
2 changes: 1 addition & 1 deletion clientlibs/js/package.json
Original file line number Diff line number Diff line change
@@ -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/*"
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ab-testing",
"version": "4.2.0",
"version": "4.1.8",
"license": "MIT",
"scripts": {
"ng": "ng",
Expand Down
2 changes: 1 addition & 1 deletion types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "upgrade_types",
"version": "4.2.0",
"version": "4.1.8",
"description": "",
"main": "src/index.ts",
"types": "src/index.ts",
Expand Down

0 comments on commit 6455b0f

Please sign in to comment.