From 287d644e98802cdf4e1909ac3059d91b5d212c9b Mon Sep 17 00:00:00 2001 From: Pavel Laptev Date: Sun, 3 Mar 2024 21:20:02 +0100 Subject: [PATCH] version bump --- README.md | 4 ++++ package.json | 2 +- src/app/SettingsView/index.tsx | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8b62278..33647c7 100644 --- a/README.md +++ b/README.md @@ -632,3 +632,7 @@ If you have any questions or suggestions, feel free to [create an issue](https:/ **2.1.1** - `$meta` tag moved to `$extensions` object. See issue — [$meta is not valid DTCG](https://github.com/tokens-bruecke/figma-plugin/issues/13) + +**2.1.2** + +- Updated the function to generate text styles. Related PR — [Update textStylesToTokens.ts ](https://github.com/tokens-bruecke/figma-plugin/pull/19) diff --git a/package.json b/package.json index ba05f4c..abf5869 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tokens-bruecke", - "version": "2.1.1", + "version": "2.1.2", "license": "MIT", "author": { "name": "Pavel Laptev", diff --git a/src/app/SettingsView/index.tsx b/src/app/SettingsView/index.tsx index 2152789..0c24dbd 100644 --- a/src/app/SettingsView/index.tsx +++ b/src/app/SettingsView/index.tsx @@ -672,7 +672,7 @@ export const SettingsView = (props: ViewProps) => { Documentation - v.2.1.1 + v.2.1.2