Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #3249

Merged
merged 1 commit into from
Jan 17, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/friendly-geese-tell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/large-foxes-reply.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/many-geese-repeat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nervous-waves-move.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shiny-boats-collect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tender-jokes-jump.md

This file was deleted.

11 changes: 11 additions & 0 deletions packages/tokens-studio-for-figma/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @tokens-studio/figma-plugin

## 2.3.1

### Patch Changes

- daba40ff: Fix issue of lingering gitkeep files in non-empty gitlab directories
- 7ba9f467: Fix Tokens Studio sync missing theme metadata
- b08d2fde: Fix application of paragraph Indent property via typography tokens
- 35a0281d: Fix import of decimal values when importing styles and variables
- 62dced00: Fixes an issue in Gitlab sync where the Initial commit message caused an error due to non-conformance with the user's comapany's commit message rules.
- c83b514e: Fix ability to add a token with empty or nested empty token groups

## 2.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tokens-studio-for-figma/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tokens-studio/figma-plugin",
"version": "2.3.0",
"version": "2.3.1",
"description": "Tokens Studio plugin for Figma",
"license": "MIT",
"private": true,
Expand Down
Loading