diff --git a/Changelog.md b/Changelog.md index 96a80f9c5..465830a8d 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,13 +1,13 @@ # graph-explorer Change Log -## Upcoming +## Release 1.10.1 -- **Fixed** context menu styles - ([#600](https://github.com/aws/graph-explorer/pull/600)) -- **Improved** logging on server and around schema sync - ([#604](https://github.com/aws/graph-explorer/pull/604)) - **Improved** support for databases with thousands of node & edge types ([#599](https://github.com/aws/graph-explorer/pull/599)) +- **Improved** logging on server and around schema sync + ([#604](https://github.com/aws/graph-explorer/pull/604)) +- **Fixed** context menu styles + ([#600](https://github.com/aws/graph-explorer/pull/600)) - **Fixed** alignment of close button in search panel ([#603](https://github.com/aws/graph-explorer/pull/603)) diff --git a/package.json b/package.json index 7f8e9d67c..ed918f443 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graph-explorer", - "version": "1.10.0", + "version": "1.10.1", "description": "Graph Explorer", "author": "amazon", "license": "Apache-2.0", diff --git a/packages/graph-explorer-proxy-server/package.json b/packages/graph-explorer-proxy-server/package.json index 118fc83c0..41851ccc1 100644 --- a/packages/graph-explorer-proxy-server/package.json +++ b/packages/graph-explorer-proxy-server/package.json @@ -1,6 +1,6 @@ { "name": "graph-explorer-proxy-server", - "version": "1.10.0", + "version": "1.10.1", "description": "Server to facilitate communication between the browser and the supported graph database.", "main": "dist/node-server.js", "type": "module", diff --git a/packages/graph-explorer/package.json b/packages/graph-explorer/package.json index 16d49fa4b..b98a9d4b4 100644 --- a/packages/graph-explorer/package.json +++ b/packages/graph-explorer/package.json @@ -1,6 +1,6 @@ { "name": "graph-explorer", - "version": "1.10.0", + "version": "1.10.1", "description": "Graph Explorer", "engines": { "node": ">=20.12.2" diff --git a/packages/shared/package.json b/packages/shared/package.json index caf323f28..286768d6f 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -1,6 +1,6 @@ { "name": "@graph-explorer/shared", - "version": "1.10.0", + "version": "1.10.1", "description": "Shared types and functions across client and server.", "author": "amazon", "license": "Apache-2.0",