Skip to content

Commit

Permalink
versions bump
Browse files Browse the repository at this point in the history
  • Loading branch information
PavelLaptev committed Dec 30, 2024
1 parent 0fecf27 commit 0224084
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -671,4 +671,8 @@ If you have any questions or suggestions, feel free to [create an issue](https:/

**2.2.3**

- Convert `OPACITY` scope to valid value using this formula `value / 100`.
- Convert `OPACITY` scope to valid value using this formula `value / 100`.

**2.3.0**

- Added `codeSyntax` property to variables. See this PR — [include variable's "codeSyntax" property in exported token json](https://github.com/tokens-bruecke/figma-plugin/pull/28)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tokens-bruecke",
"version": "2.2.3",
"version": "2.3.0",
"license": "MIT",
"author": {
"name": "Pavel Laptev",
Expand Down
2 changes: 1 addition & 1 deletion src/app/SettingsView/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@ export const SettingsView = (props: ViewProps) => {
<Text>Documentation</Text>
</a>
<a href={config.changelogLink} target="_blank">
<Text>v.2.2.3</Text>
<Text>v.2.3.0</Text>
</a>
</Stack>
</Panel>
Expand Down

0 comments on commit 0224084

Please sign in to comment.