Skip to content

Commit

Permalink
Merge pull request #607 from tokens-studio/changeset-release/master
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
mck authored Jan 6, 2025
2 parents 433ddb5 + c8036f9 commit 92dddfb
Show file tree
Hide file tree
Showing 19 changed files with 71 additions and 38 deletions.
5 changes: 0 additions & 5 deletions .changeset/fifty-lamps-turn.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/perfect-schools-travel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tidy-humans-melt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wet-windows-smoke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wicked-planes-talk.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/graph-editor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @tokens-studio/graph-editor

## 4.3.10

### Patch Changes

- 809ef95: Upgrade @tokens-studio dependencies to latest, to avoid un-dedupable shared deps with Studio App and stitches styles from old UI leaking through.
- Updated dependencies [809ef95]
- Updated dependencies [e306901]
- @tokens-studio/graph-engine@4.5.0

## 4.3.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/graph-editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tokens-studio/graph-editor",
"version": "4.3.9",
"version": "4.3.10",
"description": "UI for the graph engine",
"author": "[email protected]",
"type": "module",
Expand Down
10 changes: 10 additions & 0 deletions packages/graph-engine/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @tokens-studio/graph-engine

## 4.5.0

### Minor Changes

- 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.

### Patch Changes

- 809ef95: Upgrade @tokens-studio dependencies to latest, to avoid un-dedupable shared deps with Studio App and stitches styles from old UI leaking through.

## 4.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/graph-engine/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tokens-studio/graph-engine",
"version": "4.4.0",
"version": "4.5.0",
"description": "An execution engine to handle Token Studios generators and resolvers",
"license": "MPL-2.0",
"author": "[email protected]",
Expand Down
11 changes: 11 additions & 0 deletions packages/nodes-design-tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @tokens-studio/graph-engine

## 7.1.0

### Minor Changes

- 8b95696: Added array group/ungroup nodes for token arrays

### Patch Changes

- 809ef95: Upgrade @tokens-studio dependencies to latest, to avoid un-dedupable shared deps with Studio App and stitches styles from old UI leaking through.
- 433ddb5: Fixes the incorrectly typed Tokenset Schema

## 7.0.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/nodes-design-tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tokens-studio/graph-engine-nodes-design-tokens",
"version": "7.0.0",
"version": "7.1.0",
"description": "Design token support for the graph engine",
"license": "MPL-2.0",
"author": "[email protected]",
Expand Down
6 changes: 6 additions & 0 deletions packages/nodes-figma/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @tokens-studio/graph-engine-nodes-figma

## 2.0.1

### Patch Changes

- 809ef95: Upgrade @tokens-studio dependencies to latest, to avoid un-dedupable shared deps with Studio App and stitches styles from old UI leaking through.

## 2.0.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/nodes-figma/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tokens-studio/graph-engine-nodes-figma",
"version": "2.0.0",
"version": "2.0.1",
"description": "Figma-specific nodes for the graph engine",
"license": "MPL-2.0",
"author": "[email protected]",
Expand Down
6 changes: 6 additions & 0 deletions packages/nodes-fs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @tokens-studio/graph-engine-nodes-fs

## 6.0.1

### Patch Changes

- 809ef95: Upgrade @tokens-studio dependencies to latest, to avoid un-dedupable shared deps with Studio App and stitches styles from old UI leaking through.

## 6.0.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/nodes-fs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tokens-studio/graph-engine-nodes-fs",
"version": "6.0.0",
"version": "6.0.1",
"description": "File system manipulation nodes for the graph engine",
"license": "MPL-2.0",
"author": "[email protected]",
Expand Down
7 changes: 7 additions & 0 deletions packages/storybook-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @tokens-studio/react-storybook-graph-engine

## 1.0.1

### Patch Changes

- 809ef95: Upgrade @tokens-studio dependencies to latest, to avoid un-dedupable shared deps with Studio App and stitches styles from old UI leaking through.
2 changes: 1 addition & 1 deletion packages/storybook-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tokens-studio/react-storybook-graph-engine",
"version": "1.0.0",
"version": "1.0.1",
"license": "MPL-2.0",
"author": "[email protected]",
"private": true,
Expand Down
15 changes: 15 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @tokens-studio/graph-engine-ui

## 3.3.1

### Patch Changes

- 2d8ceac: Add utils css to fix visuals
- 809ef95: Upgrade @tokens-studio dependencies to latest, to avoid un-dedupable shared deps with Studio App and stitches styles from old UI leaking through.
- Updated dependencies [809ef95]
- Updated dependencies [e306901]
- Updated dependencies [8b95696]
- Updated dependencies [433ddb5]
- @tokens-studio/graph-engine-nodes-design-tokens@7.1.0
- @tokens-studio/graph-editor@4.3.10
- @tokens-studio/graph-engine@4.5.0
- @tokens-studio/graph-engine-nodes-figma@2.0.1

## 3.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@tokens-studio/graph-engine-ui",
"version": "3.3.0",
"version": "3.3.1",
"description": "UI for the graph engine",
"author": "[email protected]",
"type": "module",
Expand Down

0 comments on commit 92dddfb

Please sign in to comment.