Skip to content

Commit

Permalink
Bump version (#606)
Browse files Browse the repository at this point in the history
* Update changelog

* Bump version to 1.10.1
  • Loading branch information
kmcginnes authored Sep 12, 2024
1 parent 997f20d commit c7af5b5
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -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))

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graph-explorer",
"version": "1.10.0",
"version": "1.10.1",
"description": "Graph Explorer",
"author": "amazon",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/graph-explorer-proxy-server/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/graph-explorer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graph-explorer",
"version": "1.10.0",
"version": "1.10.1",
"description": "Graph Explorer",
"engines": {
"node": ">=20.12.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit c7af5b5

Please # to comment.