Skip to content

Commit cb8c87a

Browse files
chore(graph_workspace): release @gravity-ui/graph 2.0.1-beta.0
1 parent b981e0d commit cb8c87a

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"packages/graph": "2.0.0-beta.0",
2+
"packages/graph": "2.0.1-beta.0",
33
"packages/react": "2.0.0-beta.0"
44
}
55

packages/graph/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Changelog
2+
3+
## [2.0.1-beta.0](https://github.com/gravity-ui/graph/compare/@gravity-ui/graph-2.0.0-beta.0...@gravity-ui/graph-v2.0.1-beta.0) (2025-10-23)
4+
5+
6+
### Bug Fixes
7+
8+
* **Config:** add jsdoc for settings Camera.Speed, Camera.Step ([5f877eb](https://github.com/gravity-ui/graph/commit/5f877eb95ca7454ec68bca01ba00fc5b7f41c17e))
9+
* fix tests and lints ([b981e0d](https://github.com/gravity-ui/graph/commit/b981e0ddf4ebf7c3a0ccb9620739a7979c3186d5))

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": "2.0.0-beta.0",
3+
"version": "2.0.1-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",

0 commit comments

Comments
 (0)