Skip to content

Commit

Permalink
v0.10.13
Browse files Browse the repository at this point in the history
  • Loading branch information
craigrbarnes committed Feb 24, 2024
1 parent 2ad620e commit 1ab6290
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"packages": ["packages/*"],
"useWorkspaces": true,
"version": "0.10.12"
"version": "0.10.13"
}
10 changes: 5 additions & 5 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.12",
"version": "0.10.13",
"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
6 changes: 3 additions & 3 deletions packages/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gen3/frontend",
"version": "0.10.12",
"version": "0.10.13",
"description": "Gen3 frontend components, content management, and pages",
"keywords": [],
"author": "Center for Translational Data Science",
Expand Down Expand Up @@ -149,10 +149,10 @@
"ts-jest": "^29.1.1"
},
"peerDependencies": {
"@gen3/core": "^0.10.12",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "5.0.2",
"@gen3/core": "^0.10.12"
"typescript": "5.0.2"
},
"files": [
"dist"
Expand Down
2 changes: 1 addition & 1 deletion packages/sampleCommons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gen3/samplecommons",
"version": "0.10.12",
"version": "0.10.13",
"private": true,
"scripts": {
"lint": "next lint",
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.12",
"version": "0.10.13",
"description": "tools for processing portal content",
"main": "index.js",
"type": "module",
Expand Down

0 comments on commit 1ab6290

Please sign in to comment.