Skip to content

Commit 91c03b1

Browse files
authored
update packages to 6.3 (#2687)
1 parent c0c0b8e commit 91c03b1

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ab_testing_backend",
3-
"version": "6.2.0",
3+
"version": "6.3.0",
44
"description": "Backend for A/B Testing Project",
55
"scripts": {
66
"install:all": "npm ci && cd packages/Scheduler && npm ci && cd ../Upgrade && npm ci",

backend/packages/Scheduler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ppl-upgrade-serverless",
3-
"version": "6.2.0",
3+
"version": "6.3.0",
44
"description": "Serverless webpack example using Typescript",
55
"main": "handler.js",
66
"scripts": {

backend/packages/Upgrade/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ab_testing_backend",
3-
"version": "6.2.0",
3+
"version": "6.3.0",
44
"description": "Backend for A/B Testing Project",
55
"main": "index.js",
66
"scripts": {

clientlibs/java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
at the same time that happen to rev to the same new version will be caught
1010
by a merge conflict. -->
1111

12-
<version>6.2.0</version> <!-- 6.2.0 move Jaxb -> jakarta and update to Jersey 3-->
12+
<version>6.3.0</version> <!-- 6.2.0 move Jaxb -> jakarta and update to Jersey 3-->
1313
<build>
1414
<plugins>
1515
<plugin>

clientlibs/js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "upgrade_client_lib",
3-
"version": "6.2.0",
3+
"version": "6.3.0",
44
"description": "Client library to communicate with the Upgrade server",
55
"files": [
66
"dist/*"

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ab-testing",
3-
"version": "6.2.0",
3+
"version": "6.3.0",
44
"license": "MIT",
55
"scripts": {
66
"ng": "ng",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "UpGrade",
3-
"version": "6.2.0",
3+
"version": "6.3.0",
44
"description": "This is a combined repository for UpGrade, an open-source platform to support large-scale A/B testing in educational applications. Learn more at www.upgradeplatform.org",
55
"main": "index.js",
66
"devDependencies": {

types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "upgrade_types",
3-
"version": "6.2.0",
3+
"version": "6.3.0",
44
"description": "",
55
"main": "src/index.ts",
66
"types": "src/index.ts",

0 commit comments

Comments
 (0)