Skip to content

Commit

Permalink
Release 0.10.55 (#283)
Browse files Browse the repository at this point in the history
* v0.10.55
  • Loading branch information
craigrbarnes authored Dec 8, 2024
1 parent cd2cf35 commit e289980
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 33 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"packages": ["packages/*"],
"version": "0.10.54"
"version": "0.10.55"
}
55 changes: 28 additions & 27 deletions 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 packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gen3/core",
"version": "0.10.54",
"version": "0.10.55",
"author": "CTDS",
"description": "Core module for gen3 frontend. Provides an interface for interacting with the gen3 API and a redux store for managing state.",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gen3/frontend",
"version": "0.10.54",
"version": "0.10.55",
"description": "Gen3 frontend components, content management, and pages",
"keywords": [],
"author": "Center for Translational Data Science",
Expand Down
4 changes: 2 additions & 2 deletions packages/sampleCommons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gen3/samplecommons",
"version": "0.10.54",
"version": "0.10.55",
"private": true,
"scripts": {
"lint": "next lint",
Expand All @@ -23,9 +23,9 @@
"@mdx-js/loader": "^3.0.0",
"@mdx-js/react": "^3.0.0",
"cookies-next": "^4.0.0",
"jose": "^4.15.9",
"file-system-db": "^2.1.0",
"idb": "^8.0.0",
"jose": "^4.15.9",
"mantine-react-table": "^2.0.0-beta.7",
"postcss-import": "^16.1.0",
"postcss-preset-mantine": "^1.17.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gen3/toolsff",
"version": "0.10.54",
"version": "0.10.55",
"description": "tools for processing portal content",
"main": "index.js",
"type": "module",
Expand Down

0 comments on commit e289980

Please sign in to comment.