Skip to content

Commit e7e0874

Browse files
committed
fix(packages): update package version to 2.0-beta
1 parent 15520a3 commit e7e0874

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/graph/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gravity-ui/graph",
3-
"version": "1.4.0",
3+
"version": "2.0.0-beta.0",
44
"description": "Modern graph editor component - core library with Canvas rendering, state management, and plugins",
55
"main": "./dist/index.js",
66
"module": "./dist/index.js",

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gravity-ui/graph-react",
3-
"version": "1.4.0",
3+
"version": "2.0.0-beta.0",
44
"description": "React components and hooks for @gravity-ui/graph integration",
55
"main": "./dist/index.js",
66
"module": "./dist/index.js",

0 commit comments

Comments
 (0)