diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..da2e4e1 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,13 @@ +# Changelog + +## 1.0.0 (2024-10-04) + + +### Features + +* **CI:** Add ci actions ([59cf335](https://github.com/gravity-ui/graph/commit/59cf33500148cc71ae5d95fd78f2cae595a025c6)) + + +### Bug Fixes + +* **LayersService:** disconnect resizeObserver when the service is detached ([bcabe44](https://github.com/gravity-ui/graph/commit/bcabe442cfe640136683729711032bdbc99a6a6e)) diff --git a/package-lock.json b/package-lock.json index 38f932f..8bb590b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gravity-ui/graph", - "version": "0.0.1", + "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gravity-ui/graph", - "version": "0.0.1", + "version": "1.0.0", "license": "MIT", "dependencies": { "@preact/signals-core": "^1.5.1", diff --git a/package.json b/package.json index 87c3635..8598e70 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/graph", - "version": "0.0.1", + "version": "1.0.0", "description": "Modern graph editor component", "main": "build/index.js", "keywords": [],