Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions clientlibs/js/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "6.4.0",
"version": "6.5.0",
"description": "Client library to communicate with the Upgrade server",
"files": [
"dist/*",
Expand Down
2 changes: 1 addition & 1 deletion clientlibs/js/packages/full-browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "upgrade_client_lib_full_browser",
"version": "6.4.0",
"version": "6.5.0",
"description": "UpGrade client library for browsers (includes axios)",
"main": "dist/browser/index.js",
"types": "dist/browser/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion clientlibs/js/packages/full-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "upgrade_client_lib_full_node",
"version": "6.4.0",
"version": "6.5.0",
"description": "UpGrade client library for Node.js (includes axios)",
"main": "dist/node/index.js",
"types": "dist/node/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion clientlibs/js/packages/lite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "upgrade_client_lib_lite",
"version": "6.4.0",
"version": "6.5.0",
"description": "UpGrade client library with externalized axios - works in both browser and Node.js",
"main": "dist/lite/index.js",
"types": "dist/lite/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "UpGrade",
"version": "6.4.0",
"version": "6.5.0",
"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",
"main": "index.js",
"workspaces": [
Expand Down
2 changes: 1 addition & 1 deletion packages/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "upgrade-backend",
"version": "6.3.0",
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We'll have to be careful to keep this when we merge the hotfixes back from 6.4, since this version never got set to 6.4 on dev.

"version": "6.5.0",
"description": "Backend for the UpGrade A/B Testing Platform",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "upgrade-frontend",
"description": "Frontend for the UpGrade A/B Testing Platform",
"version": "6.4.0",
"version": "6.5.0",
"license": "MIT",
"scripts": {
"ng": "ng",
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "upgrade_types",
"version": "6.4.0",
"version": "6.5.0",
"description": "",
"main": "src/index.ts",
"types": "src/index.ts",
Expand Down