Skip to content

Commit

Permalink
v6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marcomontalbano committed May 11, 2024
1 parent 1dc487f commit bd8cc66
Show file tree
Hide file tree
Showing 13 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "6.0.0",
"version": "6.0.1",
"npmClient": "yarn",
"command": {
"version": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion packages/output-components-as-es6/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/output-components-as-svg/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/output-components-as-svgr/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/output-components-as-svgstore/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/output-styles-as-css/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/output-styles-as-less/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/output-styles-as-sass/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/output-styles-as-style-dictionary/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/transform-svg-with-svgo/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/website/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand All @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit bd8cc66

Please sign in to comment.