Skip to content

Commit f7f4147

Browse files
Version Packages (#304)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 069b413 commit f7f4147

File tree

10 files changed

+43
-15
lines changed

10 files changed

+43
-15
lines changed

.changeset/major-major-major.md

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

.changeset/mighty-dancers-attack.md

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

packages/graph-editor/CHANGELOG.md

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

3+
## 3.0.0
4+
5+
### Major Changes
6+
7+
- 069b413: Major overhaul for strong typing v2
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [069b413]
12+
- Updated dependencies [069b413]
13+
- @tokens-studio/graph-engine@1.0.0
14+
315
## 2.10.0
416

517
### Minor 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": "2.10.0",
3+
"version": "3.0.0",
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+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- 069b413: Major overhaul for strong typing v2
8+
9+
### Patch Changes
10+
11+
- 069b413: Fixes the color wheel calculation.
12+
313
## 0.17.5
414

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

packages/nodes-audio/CHANGELOG.md

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

3+
## 1.0.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [069b413]
8+
- Updated dependencies [069b413]
9+
- @tokens-studio/graph-engine@1.0.0
10+
311
## 0.17.4
412

513
### Patch Changes

packages/nodes-audio/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-nodes-audio",
3-
"version": "0.0.1",
3+
"version": "1.0.0",
44
"description": "Audio nodes for the graph engine",
55
"license": "MIT",
66
"author": "andrew@hyma.io",

packages/nodes-design-tokens/CHANGELOG.md

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

3+
## 1.0.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [069b413]
8+
- Updated dependencies [069b413]
9+
- @tokens-studio/graph-engine@1.0.0
10+
- @tokens-studio/graph-editor@3.0.0
11+
312
## 0.17.4
413

514
### Patch Changes

packages/nodes-design-tokens/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-nodes-design-tokens",
3-
"version": "0.0.1",
3+
"version": "1.0.0",
44
"description": "Design token support for the graph engine",
55
"license": "MIT",
66
"author": "andrew@hyma.io",

0 commit comments

Comments
 (0)