Skip to content

Commit

Permalink
Update version to 0.10.32
Browse files Browse the repository at this point in the history
  • Loading branch information
craigrbarnes committed Jul 16, 2024
1 parent 2b88142 commit 672ad44
Show file tree
Hide file tree
Showing 5 changed files with 2,815 additions and 19 deletions.
2 changes: 1 addition & 1 deletion config/gen3/login.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
"className": "text-center text-sm"
}
],
"image": "images/sideTexture.png"
"image": "images/sideTexture.svg"
}
148 changes: 134 additions & 14 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prometheus-data-platform",
"version": "0.10.31",
"version": "0.10.32",
"private": "true",
"engines": {
"npm": ">=10.2.3",
Expand All @@ -18,7 +18,7 @@
"getDRSToHostname": "node ./node_modules/@gen3/toolsff/dist/getDRSToHostname.esm.js --out=config/"
},
"dependencies": {
"@gen3/frontend": "https://github.com/uc-cdis/gen3-frontend-framework/releases/download/v0.10.0-alpha/gen3-frontend-0.10.31.tgz",
"@gen3/frontend": "https://github.com/uc-cdis/gen3-frontend-framework/releases/download/v0.10.0-alpha/gen3-frontend-0.10.32.tgz",
"@mantine/core": "^6.0.21",
"@mdx-js/loader": "^3.0.0",
"@mdx-js/react": "^3.0.0",
Expand All @@ -27,7 +27,7 @@
"cookies-next": "^4.1.1"
},
"devDependencies": {
"@gen3/toolsff": "https://github.com/uc-cdis/gen3-frontend-framework/releases/download/v0.10.0-alpha/gen3-toolsff-0.10.31.tgz",
"@gen3/toolsff": "https://github.com/uc-cdis/gen3-frontend-framework/releases/download/v0.10.0-alpha/gen3-toolsff-0.10.32.tgz",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/line-clamp": "^0.4.2",
Expand Down Expand Up @@ -56,7 +56,7 @@
"@typescript-eslint/eslint-plugin": "^7.12.0"
},
"peerDependencies": {
"@gen3/core": "https://github.com/uc-cdis/gen3-frontend-framework/releases/download/v0.10.0-alpha/gen3-core-0.10.31.tgz",
"@gen3/core": "https://github.com/uc-cdis/gen3-frontend-framework/releases/download/v0.10.0-alpha/gen3-core-0.10.32.tgz",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
Expand Down
Binary file removed public/images/sideTexture.png
Binary file not shown.
Loading

0 comments on commit 672ad44

Please sign in to comment.