Skip to content

Commit b8c5134

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

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-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
{
22
"packages/graph": "2.0.0-beta.0",
3-
"packages/react": "2.0.0-beta.0"
3+
"packages/react": "2.0.1-beta.0"
44
}
55

packages/react/CHANGELOG.md

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

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