Skip to content

Commit 30a6c8d

Browse files
allow transparent fills and fix for empty dashpattern
1 parent 73a7105 commit 30a6c8d

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

dist/plugin.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "design-tokens",
3-
"version": "6.2.3",
3+
"version": "6.2.4",
44
"description": "Export design tokens from Figma",
55
"main": "plugin.js",
66
"repository": {

src/utilities/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
/* istanbul ignore file */
2-
const version = '6.2.3'
2+
const version = '6.2.4'
33
export default version

0 commit comments

Comments
 (0)