Skip to content

Commit 259dbd1

Browse files
Version Packages (#602)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent d272477 commit 259dbd1

File tree

8 files changed

+22
-22
lines changed

8 files changed

+22
-22
lines changed

.changeset/gold-jobs-buy.md

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

.changeset/gold-pianos-kiss.md

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

.changeset/quiet-bees-explode.md

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

.changeset/warm-zebras-sip.md

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

packages/graph-editor/CHANGELOG.md

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

3+
## 4.3.9
4+
5+
### Patch Changes
6+
7+
- ad8ec49: Fixes an issue with the observer on the node title for node settings
8+
- ad8ec49: Removes the animated edge watcher which was no longer being used
9+
- Updated dependencies [ad8ec49]
10+
- Updated dependencies [ad8ec49]
11+
- @tokens-studio/graph-engine@4.4.0
12+
313
## 4.3.8
414

515
### Patch Changes

packages/graph-editor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tokens-studio/graph-editor",
3-
"version": "4.3.8",
3+
"version": "4.3.9",
44
"description": "UI for the graph engine",
55
"author": "andrew@hyma.io",
66
"type": "module",

packages/graph-engine/CHANGELOG.md

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

3+
## 4.4.0
4+
5+
### Minor Changes
6+
7+
- ad8ec49: Adds a logger interface to stop direct console access
8+
9+
### Patch Changes
10+
11+
- ad8ec49: Correctly sets ports visibility if explicitly set to false
12+
313
## 4.3.0
414

515
### Minor Changes

packages/graph-engine/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tokens-studio/graph-engine",
3-
"version": "4.3.0",
3+
"version": "4.4.0",
44
"description": "An execution engine to handle Token Studios generators and resolvers",
55
"license": "MPL-2.0",
66
"author": "andrew@hyma.io",

0 commit comments

Comments
 (0)