diff --git a/lerna.json b/lerna.json index 286857b..67421a7 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "6.0.0", + "version": "6.0.1", "npmClient": "yarn", "command": { "version": { diff --git a/packages/cli/package.json b/packages/cli/package.json index 6af08c7..ebb02e8 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,7 +1,7 @@ { "name": "@figma-export/cli", "description": "Command line for @figma-export", - "version": "6.0.0", + "version": "6.0.1", "author": "Marco Montalbano", "bin": { "figma-export": "./bin/run.js" diff --git a/packages/output-components-as-es6/package.json b/packages/output-components-as-es6/package.json index d9975c9..c4eacbc 100644 --- a/packages/output-components-as-es6/package.json +++ b/packages/output-components-as-es6/package.json @@ -1,6 +1,6 @@ { "name": "@figma-export/output-components-as-es6", - "version": "6.0.0", + "version": "6.0.1", "description": "Outputter for @figma-export that exports components in javascript file", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/output-components-as-svg/package.json b/packages/output-components-as-svg/package.json index 0c8592f..c60bfb4 100644 --- a/packages/output-components-as-svg/package.json +++ b/packages/output-components-as-svg/package.json @@ -1,6 +1,6 @@ { "name": "@figma-export/output-components-as-svg", - "version": "6.0.0", + "version": "6.0.1", "description": "Outputter for @figma-export that exports components as svg", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/output-components-as-svgr/package.json b/packages/output-components-as-svgr/package.json index 53cc393..66a0206 100644 --- a/packages/output-components-as-svgr/package.json +++ b/packages/output-components-as-svgr/package.json @@ -1,6 +1,6 @@ { "name": "@figma-export/output-components-as-svgr", - "version": "6.0.0", + "version": "6.0.1", "description": "Outputter for @figma-export that exports components as React components using svgr", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/output-components-as-svgstore/package.json b/packages/output-components-as-svgstore/package.json index 3280180..192ff60 100644 --- a/packages/output-components-as-svgstore/package.json +++ b/packages/output-components-as-svgstore/package.json @@ -1,6 +1,6 @@ { "name": "@figma-export/output-components-as-svgstore", - "version": "6.0.0", + "version": "6.0.1", "description": "Outputter for @figma-export that exports components in svg file ( SVG Sprites )", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/output-styles-as-css/package.json b/packages/output-styles-as-css/package.json index 192c3a5..ae723cf 100644 --- a/packages/output-styles-as-css/package.json +++ b/packages/output-styles-as-css/package.json @@ -1,6 +1,6 @@ { "name": "@figma-export/output-styles-as-css", - "version": "6.0.0", + "version": "6.0.1", "description": "Outputter for @figma-export that exports styles to CSS", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/output-styles-as-less/package.json b/packages/output-styles-as-less/package.json index ef286df..e92f792 100644 --- a/packages/output-styles-as-less/package.json +++ b/packages/output-styles-as-less/package.json @@ -1,6 +1,6 @@ { "name": "@figma-export/output-styles-as-less", - "version": "6.0.0", + "version": "6.0.1", "description": "Outputter for @figma-export that exports styles to LESS", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/output-styles-as-sass/package.json b/packages/output-styles-as-sass/package.json index 94455a1..531d000 100644 --- a/packages/output-styles-as-sass/package.json +++ b/packages/output-styles-as-sass/package.json @@ -1,6 +1,6 @@ { "name": "@figma-export/output-styles-as-sass", - "version": "6.0.0", + "version": "6.0.1", "description": "Outputter for @figma-export that exports styles to SASS and SCSS", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/output-styles-as-style-dictionary/package.json b/packages/output-styles-as-style-dictionary/package.json index 1b1d9ae..2e63880 100644 --- a/packages/output-styles-as-style-dictionary/package.json +++ b/packages/output-styles-as-style-dictionary/package.json @@ -1,6 +1,6 @@ { "name": "@figma-export/output-styles-as-style-dictionary", - "version": "6.0.0", + "version": "6.0.1", "description": "Outputter for @figma-export that exports styles to style-dictionary tokens", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/transform-svg-with-svgo/package.json b/packages/transform-svg-with-svgo/package.json index c077aa8..75fd633 100644 --- a/packages/transform-svg-with-svgo/package.json +++ b/packages/transform-svg-with-svgo/package.json @@ -1,6 +1,6 @@ { "name": "@figma-export/transform-svg-with-svgo", - "version": "6.0.0", + "version": "6.0.1", "description": "Transformer for @figma-export that optimizes svgs using svgo tool", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/website/package.json b/packages/website/package.json index e563a52..08dbdd5 100644 --- a/packages/website/package.json +++ b/packages/website/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@figma-export/website", - "version": "6.0.0", + "version": "6.0.1", "description": "Website for @figma-export", "author": "Marco Montalbano", "keywords": [ @@ -24,7 +24,7 @@ "build": "run-s clean figma:export next:build" }, "devDependencies": { - "@figma-export/cli": "^6.0.0", + "@figma-export/cli": "^6.0.1", "@figma-export/utils": "^6.0.0", "@types/react": "^18.3.1", "eslint-config-next": "^14.2.3", diff --git a/yarn.lock b/yarn.lock index 169bd48..e346f5f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -460,7 +460,7 @@ __metadata: languageName: node linkType: hard -"@figma-export/cli@npm:^6.0.0, @figma-export/cli@workspace:packages/cli": +"@figma-export/cli@npm:^6.0.1, @figma-export/cli@workspace:packages/cli": version: 0.0.0-use.local resolution: "@figma-export/cli@workspace:packages/cli" dependencies: @@ -594,7 +594,7 @@ __metadata: version: 0.0.0-use.local resolution: "@figma-export/website@workspace:packages/website" dependencies: - "@figma-export/cli": "npm:^6.0.0" + "@figma-export/cli": "npm:^6.0.1" "@figma-export/utils": "npm:^6.0.0" "@svgr/plugin-jsx": "npm:^8.1.0" "@types/prismjs": "npm:^1.26.4"