Skip to content

Commit

Permalink
fix: release injection (#2041)
Browse files Browse the repository at this point in the history
Missed var in release
  • Loading branch information
SorsOps authored Jul 7, 2023
1 parent 38e53cd commit 2d908d6
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
envkey_ENVIRONMENT: ${{ inputs.environment }}
envkey_LICENSE_API_URL: ${{ vars.LICENSE_API_URL }}
envkey_SECOND_SCREEN_APP_URL: ${{ vars.SECOND_SCREEN_APP_URL }}
envkey_LAUNCHDARKLY_SDK_CLIENT: ${{ steps.secrets.outputs.LAUNCHDARKLY_SDK_CLIENT }}
envkey_LAUNCHDARKLY_SDK_CLIENT: ${{ vars.LAUNCHDARKLY_SDK_CLIENT }}
envkey_TOKEN_FLOW_APP_URL: ${{ vars.TOKEN_FLOW_APP_URL }}
envkey_SENTRY_DSN: ${{ vars.SENTRY_DSN }}
envkey_SENTRY_ORG: ${{ vars.SENTRY_ORG }}
Expand Down
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# @tokens-studio/figma-plugin

## 1.37.3

### Patch Changes

- This release focused on addressing some bugs that was causing theme groups to disappear and other improvements

Bugs addressed:

- Fixed an issue where theme groups were not respected for ADO, JSONBin sync and local import
- Fixed an issue where border color is applied as a style even when variables are present
- Fixed an issue where color tokens with modifiers were being showing strange behavior on edit
- Fixed an issue where dragging and dropping a theme from ‘No Group’ to a ‘Group’ hides the ungrouped themes
- Fixed an issue where the plugin forgets credentials for Second Screen

Improvements:

- Introduced internationalisation support on the plugin for French, Dutch, Chinese, Hindi and Spanish
- Introducing feature to send anonymised crash recordings (needs to be opted in) for better crash analytics

Other features:

- Open beta for Second Screen and Token Flow

0 comments on commit 2d908d6

Please sign in to comment.