Skip to content

Commit

Permalink
adding commit message option for send to url
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasoppermann committed Aug 27, 2022
1 parent 6046a55 commit da4973e
Show file tree
Hide file tree
Showing 6 changed files with 43 additions and 43 deletions.
2 changes: 1 addition & 1 deletion dist/plugin.js

Large diffs are not rendered by default.

38 changes: 19 additions & 19 deletions dist/ui.html

Large diffs are not rendered by default.

38 changes: 19 additions & 19 deletions dist/ui.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "design-tokens",
"version": "6.6.1",
"version": "6.7.0",
"description": "Export design tokens from Figma",
"main": "plugin.js",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/utilities/version.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
/* istanbul ignore file */
const version = '6.6.1'
const version = '6.7.0'
export default version

0 comments on commit da4973e

Please sign in to comment.