Skip to content

Commit b291bd3

Browse files
Version Packages (#64)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent ab797ce commit b291bd3

File tree

11 files changed

+33
-39
lines changed

11 files changed

+33
-39
lines changed

.changeset/heavy-pears-fail.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/lazy-ties-hear.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/loud-pillows-run.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/loud-schools-share.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/rare-shoes-speak.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/selfish-shoes-act.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/tricky-moose-call.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/graph-editor/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# @tokens-studio/graph-editor
22

3+
## 1.3.0
4+
5+
### Minor Changes
6+
7+
- 3a38bfe: Adds a base font node based on german DIN 1450 and calculates the min required font size for readability
8+
- 231a25e: Add support for other layout options
9+
- ab797ce: Improved how custom nodes and groups can be exposed in the editor courtesy of @himanshu-satija. Users can now pass through the allowed nodes to expose
10+
11+
### Patch Changes
12+
13+
- ab797ce: Fixed an issue with the basefont node
14+
- Updated dependencies [e04601d]
15+
- Updated dependencies [ab797ce]
16+
- Updated dependencies [3a38bfe]
17+
- Updated dependencies [ed80a0b]
18+
- Updated dependencies [4e19200]
19+
- @tokens-studio/graph-engine@0.7.0
20+
321
## 1.2.1
422

523
### Patch Changes

packages/graph-editor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": false,
33
"name": "@tokens-studio/graph-editor",
4-
"version": "1.2.1",
4+
"version": "1.3.0",
55
"description": "UI for the graph engine",
66
"author": "pop@hyma.io",
77
"type": "module",

packages/graph-engine/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @tokens-studio/graph-engine
22

3+
## 0.7.0
4+
5+
### Minor Changes
6+
7+
- 3a38bfe: Adds a base font node based on german DIN 1450 and calculates the min required font size for readability
8+
- ed80a0b: Add a sort array node
9+
- 4e19200: Adds a string join node
10+
11+
### Patch Changes
12+
13+
- e04601d: Trig should throw an error
14+
- ab797ce: Fixed an issue with the basefont node
15+
316
## 0.6.1
417

518
### Patch Changes

0 commit comments

Comments
 (0)