Skip to content

Commit 9a1ca3f

Browse files
authored
Chore/release 0.10.80 (#332)
* update to nextjs 15.1.7 * v0.10.80
1 parent 755ec34 commit 9a1ca3f

File tree

6 files changed

+47
-91
lines changed

6 files changed

+47
-91
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"packages": ["packages/*"],
3-
"version": "0.10.79"
3+
"version": "0.10.80"
44
}

package-lock.json

Lines changed: 38 additions & 82 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gen3/core",
3-
"version": "0.10.79",
3+
"version": "0.10.80",
44
"author": "CTDS",
55
"description": "Core module for Gen3.2. Packages provides an interface for interacting with the gen3 API and a redux store for managing state.",
66
"license": "Apache-2.0",

packages/frontend/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gen3/frontend",
3-
"version": "0.10.79",
3+
"version": "0.10.80",
44
"description": "Gen3 frontend components, content management, and pages",
55
"keywords": [],
66
"author": "Center for Translational Data Science",
@@ -49,7 +49,7 @@
4949
"os": false
5050
},
5151
"dependencies": {
52-
"@gen3/core": "^0.10.79",
52+
"@gen3/core": "^0.10.80",
5353
"@graphiql/react": "^0.23.1",
5454
"@hello-pangea/dnd": "^17.0.0",
5555
"@iconify/react": "^5.0.2",
@@ -88,7 +88,7 @@
8888
"mantine-react-table": "^2.0.0-beta.8",
8989
"mathjs": "^13.1.1",
9090
"minisearch": "^6.3.0",
91-
"next": "^15.1.6",
91+
"next": "^15.1.7",
9292
"next-compose-plugins": "^2.2.1",
9393
"next-images": "^1.8.5",
9494
"node-json-db": "^2.3.0",

packages/sampleCommons/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gen3/samplecommons",
3-
"version": "0.10.79",
3+
"version": "0.10.80",
44
"private": true,
55
"scripts": {
66
"lint": "next lint",
@@ -33,12 +33,12 @@
3333
"idb": "^8.0.0",
3434
"jose": "^4.15.9",
3535
"mantine-react-table": "^2.0.0-beta.8",
36-
"next": "^15.1.6",
36+
"next": "^15.1.7",
3737
"sharp": "^0.33.5"
3838
},
3939
"devDependencies": {
4040
"@gen3/toolsff": "file:../tools",
41-
"@next/mdx": "^15.1.6",
41+
"@next/mdx": "^15.1.7",
4242
"@types/mdx": "^2.0.13",
4343
"@types/react": "^18.3.18",
4444
"@types/react-dom": "^18.3.5",

packages/tools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gen3/toolsff",
3-
"version": "0.10.79",
3+
"version": "0.10.80",
44
"description": "tools for processing Gen3 commons content: color theme, icons",
55
"main": "index.js",
66
"type": "module",

0 commit comments

Comments
 (0)