Skip to content

Commit

Permalink
Chore/release 0.10.76 (#315)
Browse files Browse the repository at this point in the history
* v0.10.75

* update package-lock for release

* update to 0.10.76
  • Loading branch information
craigrbarnes authored Jan 24, 2025
1 parent 9adadff commit 107be6d
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 12 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.75"
"version": "0.10.76"
}
12 changes: 6 additions & 6 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gen3-frontend-framework",
"version": "0.10.63",
"version": "0.10.76",
"description": "The Gen3 Frontend Framework mono repo for Gen 3.2 development",
"private": true,
"workspaces": [
Expand Down
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.75",
"version": "0.10.76",
"author": "CTDS",
"description": "Core module for Gen3.2. Packages 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.75",
"version": "0.10.76",
"description": "Gen3 frontend components, content management, and pages",
"keywords": [],
"author": "Center for Translational Data Science",
Expand Down Expand Up @@ -49,7 +49,7 @@
"os": false
},
"dependencies": {
"@gen3/core": "^0.10.75",
"@gen3/core": "^0.10.76",
"@graphiql/react": "^0.23.1",
"@hello-pangea/dnd": "^17.0.0",
"@iconify/react": "^5.0.2",
Expand Down
1 change: 1 addition & 0 deletions packages/sampleCommons/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@gen3/samplecommons",
"version": "0.10.76",
"version": "0.10.75",
"private": true,
"scripts": {
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.75",
"version": "0.10.76",
"description": "tools for processing Gen3 commons content: color theme, icons",
"main": "index.js",
"type": "module",
Expand Down

0 comments on commit 107be6d

Please sign in to comment.