From eab080b9338abfcaebf127bedddd8a784f1e2647 Mon Sep 17 00:00:00 2001 From: SorsOps <80043879+SorsOps@users.noreply.github.com> Date: Fri, 21 Jul 2023 13:19:21 +0200 Subject: [PATCH] fix: incorrect changelog (#2089) Versioning was incorrectly set to 1.37.7 instead of 1.37.6 Co-authored-by: Tiamarch --- CHANGELOG.md | 13 +++---------- package.json | 2 +- 2 files changed, 4 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 992a2f073..85ec1dd80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index d6b989377..b4948ca9d 100644 --- a/package.json +++ b/package.json @@ -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,