Skip to content

Commit cf29dc1

Browse files
authored
Bump version to 3.2.0 (#1877)
1 parent 34fd4f8 commit cf29dc1

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graph-explorer",
3-
"version": "3.1.0",
3+
"version": "3.2.0",
44
"private": true,
55
"description": "Graph Explorer",
66
"license": "Apache-2.0",

packages/graph-explorer-proxy-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graph-explorer-proxy-server",
3-
"version": "3.1.0",
3+
"version": "3.2.0",
44
"description": "Server to facilitate communication between the browser and the supported graph database.",
55
"license": "Apache-2.0",
66
"author": "amazon",

packages/graph-explorer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graph-explorer",
3-
"version": "3.1.0",
3+
"version": "3.2.0",
44
"description": "Graph Explorer",
55
"license": "Apache-2.0",
66
"author": "amazon",

packages/shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graph-explorer/shared",
3-
"version": "3.1.0",
3+
"version": "3.2.0",
44
"private": true,
55
"description": "Shared types and functions across client and server.",
66
"keywords": [],

0 commit comments

Comments
 (0)