Skip to content

Commit

Permalink
fix: incorrect changelog (#2089)
Browse files Browse the repository at this point in the history
Versioning was incorrectly set to 1.37.7 instead of 1.37.6

Co-authored-by: Tiamarch <tiamarch@protonmail.com>
  • Loading branch information
SorsOps and Tiamarch authored Jul 21, 2023
1 parent 31dd4ae commit eab080b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
13 changes: 3 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,15 @@
# @tokens-studio/figma-plugin

## 1.37.7
## 1.37.6

### Patch Changes

Bugs addressed:

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

## 1.37.5

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

0 comments on commit eab080b

Please sign in to comment.