Skip to content

Commit

Permalink
Version Packages (#2197)
Browse files Browse the repository at this point in the history
This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and publish to npm
yourself or [setup this action to publish
automatically](https://github.com/changesets/action#with-publishing). If
you're not ready to do a release yet, that's fine, whenever you add more
changesets to main, this PR will be updated.


# Releases
## @tokens-studio/figma-plugin@1.37.9

### Patch Changes

- b52519e: Fixes a bug that caused token set order to be ignored when
syncing with Supernova
- b5e7b88: Improves performance of most operations by utilizing a new
findAll function to faster traverse the tree of nodes.
-   00bf10e: Adds support for 2 Supernova environments
- 4aa6e8b: Changed behavior of editing, duplicating or creating tokens
to no longer automatically apply changes. You now need to run `Apply
to..` if you want tokens to be updated.
- 0f5ffa3: Cut down speed of `Apply to..` operations to around 40% of
where we were before
- b3a0e5b: - Improved performance of applying by removing unnecessary
calls to check if we need to apply a variable.
- Fixed an issue that caused local variables to be applied if they
matched name of an applied token
- 03aa9d0: Slight change of colors as we've detached from Figma's
internal tokens
-   dd608a7: Improved performance of the bulk remap function
- dd608a7: Improves performance of attaching/creating variables for
large token sets

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Aug 29, 2023
1 parent b3a0e5b commit 61b8094
Show file tree
Hide file tree
Showing 11 changed files with 16 additions and 47 deletions.
5 changes: 0 additions & 5 deletions .changeset/breezy-spiders-cross.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/calm-oranges-vanish.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chatty-kids-check.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/kind-lizards-occur.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/moody-chairs-eat.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/shaggy-games-draw.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/short-years-pump.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twenty-coats-cover.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/witty-spies-exercise.md

This file was deleted.

15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @tokens-studio/figma-plugin

## 1.37.9

### Patch Changes

- b52519ef: Fixes a bug that caused token set order to be ignored when syncing with Supernova
- b5e7b88b: Improves performance of most operations by utilizing a new findAll function to faster traverse the tree of nodes.
- 00bf10e2: Adds support for 2 Supernova environments
- 4aa6e8bb: Changed behavior of editing, duplicating or creating tokens to no longer automatically apply changes. You now need to run `Apply to..` if you want tokens to be updated.
- 0f5ffa33: Cut down speed of `Apply to..` operations to around 40% of where we were before
- b3a0e5bc: - Improved performance of applying by removing unnecessary calls to check if we need to apply a variable.
- Fixed an issue that caused local variables to be applied if they matched name of an applied token
- 03aa9d05: Slight change of colors as we've detached from Figma's internal tokens
- dd608a7f: Improved performance of the bulk remap function
- dd608a7f: Improves performance of attaching/creating variables for large token sets

## 1.37.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tokens-studio/figma-plugin",
"version": "1.37.8",
"version": "1.37.9",
"description": "Tokens Studio plugin for Figma",
"license": "MIT",
"private": true,
Expand Down

0 comments on commit 61b8094

Please sign in to comment.