Skip to content

Commit db601ea

Browse files
chore(main): release 1.2.1 (#138)
1 parent 1370c00 commit db601ea

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [1.2.1](https://github.com/gravity-ui/graph/compare/v1.2.0-rc...v1.2.1) (2025-09-12)
4+
5+
6+
### chore
7+
8+
* release 1.2.1 ([1370c00](https://github.com/gravity-ui/graph/commit/1370c009e15070b201f710b60df280c924f7883f))
9+
10+
11+
### Features
12+
13+
* **GlobalScheduler:** implement deferred removal of schedulers ([#136](https://github.com/gravity-ui/graph/issues/136)) ([48d5022](https://github.com/gravity-ui/graph/commit/48d502263e3003e893e4923d28ab2a75d9b4b436))
14+
15+
16+
### Bug Fixes
17+
18+
* **Block:** fix update anchor's port positions after update state ([#137](https://github.com/gravity-ui/graph/issues/137)) ([22e396d](https://github.com/gravity-ui/graph/commit/22e396ddea5d327150fa9213e4e60167edc7cae2))
19+
320
## [1.2.0-rc](https://github.com/gravity-ui/graph/compare/v1.1.4...v1.2.0-rc) (2025-09-04)
421

522

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.2.0-rc",
3+
"version": "1.2.1",
44
"description": "Modern graph editor component",
55
"main": "build/index.js",
66
"module": "build/index.js",

0 commit comments

Comments
 (0)