Skip to content

Commit cc5f82b

Browse files
chore(main): release 0.0.3 (#15)
1 parent b724fe9 commit cc5f82b

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

CHANGELOG.md

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

3+
## [0.0.3](https://github.com/gravity-ui/graph/compare/v0.0.2...v0.0.3) (2024-10-22)
4+
5+
6+
### chore
7+
8+
* release 0.0.3 ([b724fe9](https://github.com/gravity-ui/graph/commit/b724fe983595c3964a50ba344d702c350eb0f073))
9+
10+
11+
### Features
12+
13+
* **TConnection:** add id field ([3e5b9a7](https://github.com/gravity-ui/graph/commit/3e5b9a7cf891a1a08908026d1065da59f793be7a))
14+
15+
16+
### Bug Fixes
17+
18+
* **selection:** stop emit unselect event if select field not specified ([8642d3b](https://github.com/gravity-ui/graph/commit/8642d3b49dd5b53f496d8cca3506ad3593e2084e))
19+
* **useBlockAnchorState:** fix no blockState when graph entities updated ([4fbdc37](https://github.com/gravity-ui/graph/commit/4fbdc37e876c6c9f08f77b684f19789a65b95982))
20+
321
## 0.0.2 (2024-10-17)
422

523

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": "0.0.2",
3+
"version": "0.0.3",
44
"description": "Modern graph editor component",
55
"main": "build/index.js",
66
"keywords": [],

0 commit comments

Comments
 (0)