Skip to content

Commit 4350031

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

File tree

6 files changed

+16
-12
lines changed

6 files changed

+16
-12
lines changed

.changeset/brown-forks-heal.md

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

.changeset/strange-kiwis-live.md

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

packages/graph-editor/CHANGELOG.md

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

3+
## 2.0.1
4+
5+
### Patch Changes
6+
7+
- b94d6bb: Fixed issue with exposing exports correctly
8+
- Updated dependencies [d2096c1]
9+
- @tokens-studio/graph-engine@0.8.0
10+
311
## 2.0.0
412

513
### Major Changes

packages/graph-editor/package.json

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

packages/graph-engine/CHANGELOG.md

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

3+
## 0.8.0
4+
5+
### Minor Changes
6+
7+
- d2096c1: Adds in a group and extract node for set manipulation
8+
39
## 0.7.0
410

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

0 commit comments

Comments
 (0)