Skip to content

Commit e0524d9

Browse files
authored
Merge pull request #4 from gravity-ui/release-please--branches--main--components--graph
chore(main): release 0.0.2
2 parents 29a092d + 670f3b1 commit e0524d9

File tree

3 files changed

+25
-3
lines changed

3 files changed

+25
-3
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Changelog
2+
3+
## 0.0.2 (2024-10-17)
4+
5+
6+
### chore
7+
8+
* release 0.0.2 ([29a092d](https://github.com/gravity-ui/graph/commit/29a092d1f3d74759dc0cd322b4bc08c4777fc3af))
9+
10+
11+
### Features
12+
13+
* add Playground story ([#5](https://github.com/gravity-ui/graph/issues/5)) ([fec352a](https://github.com/gravity-ui/graph/commit/fec352acb5cc91bbeeffab1075f0cf615f2b4201))
14+
* **CI:** Add ci actions ([59cf335](https://github.com/gravity-ui/graph/commit/59cf33500148cc71ae5d95fd78f2cae595a025c6))
15+
* **utils:** trackpad detector improvements ([bec6a31](https://github.com/gravity-ui/graph/commit/bec6a311775f10057708fd12f21a8cddc2fe825c))
16+
17+
18+
### Bug Fixes
19+
20+
* **Camera:** fix block event propagation ([0b9ca02](https://github.com/gravity-ui/graph/commit/0b9ca02da0863a7c7e555ea34dad8b7e7fb2e0ef))
21+
* **LayersService:** disconnect resizeObserver when the service is detached ([bcabe44](https://github.com/gravity-ui/graph/commit/bcabe442cfe640136683729711032bdbc99a6a6e))
22+
* **Minimap:** fix crashes when block has no viewComponent ([78e3186](https://github.com/gravity-ui/graph/commit/78e31860d0d9075a2eef20abd68236241d9f1442))

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

0 commit comments

Comments
 (0)