Skip to content

Commit dc3c620

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

File tree

10 files changed

+42
-27
lines changed

10 files changed

+42
-27
lines changed

.changeset/cold-teachers-shout.md

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

.changeset/modern-moons-roll.md

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

.changeset/new-string-nodes.md

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

.changeset/slow-lobsters-hug.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.8
4+
5+
### Patch Changes
6+
7+
- 3f12ab0: Fix bug with visibility on ports
8+
- Updated dependencies [79b16d7]
9+
- Updated dependencies [6d9b5c3]
10+
- Updated dependencies [df74698]
11+
- @tokens-studio/graph-engine@4.3.0
12+
313
## 4.3.7
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.7",
3+
"version": "4.3.8",
44
"description": "UI for the graph engine",
55
"author": "andrew@hyma.io",
66
"type": "module",

packages/graph-engine/CHANGELOG.md

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

3+
## 4.3.0
4+
5+
### Minor Changes
6+
7+
- 79b16d7: Add find First and linear search nodes.
8+
- 6d9b5c3: Added new string manipulation nodes:
9+
- Case Convert: Transform strings between camelCase, snake_case, kebab-case, and PascalCase
10+
- Replace: Simple string replacement without regex
11+
- Normalize: String normalization with accent removal options
12+
13+
### Patch Changes
14+
15+
- df74698: Add hex to color space selector
16+
317
## 4.2.0
418

519
### 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.2.0",
3+
"version": "4.3.0",
44
"description": "An execution engine to handle Token Studios generators and resolvers",
55
"license": "MPL-2.0",
66
"author": "andrew@hyma.io",

packages/ui/CHANGELOG.md

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

3+
## 3.3.0
4+
5+
### Minor Changes
6+
7+
- 79b16d7: Add find First and linear search nodes.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [3f12ab0]
12+
- Updated dependencies [79b16d7]
13+
- Updated dependencies [6d9b5c3]
14+
- Updated dependencies [df74698]
15+
- @tokens-studio/graph-editor@4.3.8
16+
- @tokens-studio/graph-engine@4.3.0
17+
318
## 3.2.1
419

520
### Patch Changes

packages/ui/package.json

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

0 commit comments

Comments
 (0)