Skip to content

Commit

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

- 7c6b039: Fix: Changes frequency where we check for git updates in the
background to once every 60 seconds
-   2c41a47: Fix: Fixes sync tabs being displayed malformed
-   fffdd67: Fix: Fixes Apply to document UI description

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 21, 2023
1 parent ec2b207 commit 31dd4ae
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/flat-onions-allow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/proud-cheetahs-float.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/unlucky-apples-eat.md

This file was deleted.

11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
# @tokens-studio/figma-plugin

## 1.37.7

### Patch Changes

- 7c6b0391: Fix: Changes frequency where we check for git updates in the background to once every 60 seconds
- 2c41a47f: Fix: Fixes sync tabs being displayed malformed
- fffdd673: Fix: Fixes Apply to document UI description

## 1.37.6

### Patch Changes

Bugs addressed:

- Fixed Apply to document text
- Fixed Apply to document text
- Change the sync frequency to remote providers from 3 seconds to 60 seconds to avoid hitting the rate limit
- Fixed a bug that was introduced with i18n

Expand All @@ -32,6 +40,7 @@ Bugs addressed:
- Fixed border tokens not working properly inside composition tokens

Improvements:

- Introduced an option to rename tokens in other sets when renaming a single token

## 1.37.3
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 31dd4ae

Please sign in to comment.