Skip to content

Commit

Permalink
Chore/release 0.10.66 (#291)
Browse files Browse the repository at this point in the history
* release 0.10.65

* updata packages

* v0.10.66

* version 0.10.66

* update package-lock
  • Loading branch information
craigrbarnes authored Dec 17, 2024
1 parent b5cf1ff commit 05a0129
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 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.64"
"version": "0.10.66"
}
16 changes: 8 additions & 8 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.64",
"version": "0.10.66",
"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
4 changes: 2 additions & 2 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.64",
"version": "0.10.66",
"description": "Gen3 frontend components, content management, and pages",
"keywords": [],
"author": "Center for Translational Data Science",
Expand Down Expand Up @@ -146,7 +146,7 @@
"swr": "^2.2.5"
},
"peerDependencies": {
"@gen3/core": "^0.10.63",
"@gen3/core": "^0.10.66",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.4.16"
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.64",
"version": "0.10.66",
"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.64",
"version": "0.10.66",
"description": "tools for processing portal content",
"main": "index.js",
"type": "module",
Expand Down

0 comments on commit 05a0129

Please sign in to comment.