Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: PRO-2399 sponsorBalance property added to metadata API #106

Merged
merged 7 commits into from
Jun 7, 2024
2 changes: 2 additions & 0 deletions admin_frontend/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@
npm-debug.log*
yarn-debug.log*
yarn-error.log*

.env
2 changes: 1 addition & 1 deletion admin_frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "admin_frontend",
"version": "1.2.3",
"version": "1.2.4",
"private": true,
"dependencies": {
"@emotion/react": "11.11.3",
Expand Down
Loading
Loading