Skip to content

Commit

Permalink
Version Packages (#304)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jun 18, 2024
1 parent 069b413 commit f7f4147
Show file tree
Hide file tree
Showing 10 changed files with 43 additions and 15 deletions.
6 changes: 0 additions & 6 deletions .changeset/major-major-major.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mighty-dancers-attack.md

This file was deleted.

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

## 3.0.0

### Major Changes

- 069b413: Major overhaul for strong typing v2

### Patch Changes

- Updated dependencies [069b413]
- Updated dependencies [069b413]
- @tokens-studio/graph-engine@1.0.0

## 2.10.0

### Minor 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": "2.10.0",
"version": "3.0.0",
"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

## 1.0.0

### Major Changes

- 069b413: Major overhaul for strong typing v2

### Patch Changes

- 069b413: Fixes the color wheel calculation.

## 0.17.5

### Patch 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": "0.17.5",
"version": "1.0.0",
"description": "An execution engine to handle Token Studios generators and resolvers",
"license": "MIT",
"author": "[email protected]",
Expand Down
8 changes: 8 additions & 0 deletions packages/nodes-audio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @tokens-studio/graph-engine

## 1.0.0

### Patch Changes

- Updated dependencies [069b413]
- Updated dependencies [069b413]
- @tokens-studio/graph-engine@1.0.0

## 0.17.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/nodes-audio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tokens-studio/graph-engine-nodes-audio",
"version": "0.0.1",
"version": "1.0.0",
"description": "Audio nodes for the graph engine",
"license": "MIT",
"author": "[email protected]",
Expand Down
9 changes: 9 additions & 0 deletions packages/nodes-design-tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @tokens-studio/graph-engine

## 1.0.0

### Patch Changes

- Updated dependencies [069b413]
- Updated dependencies [069b413]
- @tokens-studio/graph-engine@1.0.0
- @tokens-studio/graph-editor@3.0.0

## 0.17.4

### 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": "0.0.1",
"version": "1.0.0",
"description": "Design token support for the graph engine",
"license": "MIT",
"author": "[email protected]",
Expand Down

0 comments on commit f7f4147

Please sign in to comment.