Skip to content

Commit ced56d7

Browse files
chore(main): release 1.0.0 (#99)
1 parent 48fdd24 commit ced56d7

File tree

3 files changed

+22
-4
lines changed

3 files changed

+22
-4
lines changed

CHANGELOG.md

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

3+
## [1.0.0](https://github.com/gravity-ui/graph/compare/v0.5.0...v1.0.0) (2025-06-20)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* React components moved to separate module
9+
10+
### chore
11+
12+
* release 1.0.0 ([48fdd24](https://github.com/gravity-ui/graph/commit/48fdd24c63c3653adc18cd1d3ce5e2c353384efa))
13+
14+
15+
### refactor
16+
17+
* separate React dependencies from core library ([#74](https://github.com/gravity-ui/graph/issues/74)) ([12648c4](https://github.com/gravity-ui/graph/commit/12648c47b33cbf4f5945a09a54197d4ed61c46fc))
18+
319
## [0.5.0](https://github.com/gravity-ui/graph/compare/v0.4.3...v0.5.0) (2025-06-19)
420

521

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: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
{
22
"name": "@gravity-ui/graph",
3-
"version": "0.5.0",
3+
"version": "1.0.0",
44
"description": "Modern graph editor component",
55
"main": "build/index.js",
66
"module": "build/index.js",
77
"types": "build/index.d.ts",
88
"typesVersions": {
99
"*": {
10-
"react": ["build/react-components/index.d.ts"]
10+
"react": [
11+
"build/react-components/index.d.ts"
12+
]
1113
}
1214
},
1315
"keywords": [

0 commit comments

Comments
 (0)