Skip to content

Commit 430448f

Browse files
chore(main): release 1.3.4 (#156)
1 parent add1fa7 commit 430448f

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

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

3+
## [1.3.4](https://github.com/gravity-ui/graph/compare/v1.3.3...v1.3.4) (2025-09-26)
4+
5+
6+
### Bug Fixes
7+
8+
* fix events bubbling ([#157](https://github.com/gravity-ui/graph/issues/157)) ([add1fa7](https://github.com/gravity-ui/graph/commit/add1fa74c9dec852ee8a28d66d486fda5132b89b))
9+
* fix propagating events ([f4bdb08](https://github.com/gravity-ui/graph/commit/f4bdb08ae783aa44cd488c91e6bf0cf2b1b24160))
10+
311
## [1.3.3](https://github.com/gravity-ui/graph/compare/v1.3.2...v1.3.3) (2025-09-25)
412

513

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

0 commit comments

Comments
 (0)