Skip to content

Commit

Permalink
Version Packages (#2109)
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.7

### Patch Changes

- f8235f7: Fixed a major performance issue that appeared after 1.37.
Times to apply and update nodes should now be down to 10% of what it was
before for some files.
- 4a2253d: Adds support for minWidth, maxWidth, minHeight, maxHeight,
counterAxisSpacing on Auto Layout frames and their direct children
Adds support for 'AUTO' in Spacing tokens to indicate space between on
Auto Layout frames

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jul 28, 2023
1 parent 4a2253d commit 805f150
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/breezy-trainers-hug.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/sweet-squids-tap.md

This file was deleted.

9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @tokens-studio/figma-plugin

## 1.37.7

### Patch Changes

- f8235f7b: Fixed a major performance issue that appeared after 1.37. Times to apply and update nodes should now be down to 10% of what it was before for some files.
- 4a2253d1: Adds support for minWidth, maxWidth, minHeight, maxHeight, counterAxisSpacing on Auto Layout frames and their direct children
Adds support for 'AUTO' in Spacing tokens to indicate space between on Auto Layout frames

## 1.37.6

### Patch Changes
Expand All @@ -10,7 +18,6 @@ Bugs addressed:
- 2c41a47f: Fix: Fixes sync tabs being displayed malformed
- fffdd673: Fix: Fixes Apply to document UI description


## 1.37.5

### 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.6",
"version": "1.37.7",
"description": "Tokens Studio plugin for Figma",
"license": "MIT",
"private": true,
Expand Down

0 comments on commit 805f150

Please sign in to comment.