diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index df8e00a1e..94a7272e9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 }} diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 000000000..058fbf7f1 --- /dev/null +++ b/CHANGELOG.md @@ -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