Skip to content

Commit 92dddfb

Browse files
authored
Merge pull request #607 from tokens-studio/changeset-release/master
Version Packages
2 parents 433ddb5 + c8036f9 commit 92dddfb

File tree

19 files changed

+71
-38
lines changed

19 files changed

+71
-38
lines changed

.changeset/fifty-lamps-turn.md

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

.changeset/perfect-schools-travel.md

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

.changeset/tidy-humans-melt.md

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

.changeset/wet-windows-smoke.md

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

.changeset/wicked-planes-talk.md

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

packages/graph-editor/CHANGELOG.md

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

3+
## 4.3.10
4+
5+
### Patch Changes
6+
7+
- 809ef95: Upgrade @tokens-studio dependencies to latest, to avoid un-dedupable shared deps with Studio App and stitches styles from old UI leaking through.
8+
- Updated dependencies [809ef95]
9+
- Updated dependencies [e306901]
10+
- @tokens-studio/graph-engine@4.5.0
11+
312
## 4.3.9
413

514
### 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.9",
3+
"version": "4.3.10",
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.5.0
4+
5+
### Minor Changes
6+
7+
- e306901: Adds a new array node that removes an item at a specified index and returns both the modified array and the removed item. Supports both positive and negative indices for flexible array manipulation.
8+
9+
### Patch Changes
10+
11+
- 809ef95: Upgrade @tokens-studio dependencies to latest, to avoid un-dedupable shared deps with Studio App and stitches styles from old UI leaking through.
12+
313
## 4.4.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.4.0",
3+
"version": "4.5.0",
44
"description": "An execution engine to handle Token Studios generators and resolvers",
55
"license": "MPL-2.0",
66
"author": "andrew@hyma.io",

packages/nodes-design-tokens/CHANGELOG.md

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

3+
## 7.1.0
4+
5+
### Minor Changes
6+
7+
- 8b95696: Added array group/ungroup nodes for token arrays
8+
9+
### Patch Changes
10+
11+
- 809ef95: Upgrade @tokens-studio dependencies to latest, to avoid un-dedupable shared deps with Studio App and stitches styles from old UI leaking through.
12+
- 433ddb5: Fixes the incorrectly typed Tokenset Schema
13+
314
## 7.0.0
415

516
### Patch Changes

0 commit comments

Comments
 (0)