Skip to content

Commit 5863582

Browse files
Version Packages (#34)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 122c050 commit 5863582

File tree

9 files changed

+28
-29
lines changed

9 files changed

+28
-29
lines changed

.changeset/nine-mugs-beam.md

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

.changeset/quick-oranges-fail.md

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

.changeset/short-guests-call.md

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

.changeset/smooth-dryers-tie.md

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

.changeset/wet-carrots-wonder.md

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

packages/graph-engine/CHANGELOG.md

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

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- be38194: Add new node for contrasting color supporting wcag 2.1 and 3.0
8+
- b1a09fd: Add Color Wheel node
9+
- 823ac1e: Added Objectify and Dotprop nodes
10+
11+
### Patch Changes
12+
13+
- 122c050: Fixed issue with slider not working as expected
14+
315
## 0.2.2
416

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

packages/ui/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# @tokens-studio/graph-engine-ui
2+
3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- be38194: Add new node for contrasting color supporting wcag 2.1 and 3.0
8+
- c14305e: change viewport controls to figma style
9+
- 823ac1e: Added Objectify and Dotprop nodes
10+
- Updated dependencies [122c050]
11+
- Updated dependencies [be38194]
12+
- Updated dependencies [b1a09fd]
13+
- Updated dependencies [823ac1e]
14+
- @tokens-studio/graph-engine@0.3.0

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": "1.0.0",
4+
"version": "1.0.1",
55
"description": "UI for the graph engine",
66
"author": "andrew@hyma.io",
77
"type": "module",

0 commit comments

Comments
 (0)