Skip to content

Commit

Permalink
v6.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
marcomontalbano committed Feb 28, 2025
1 parent cc54b65 commit d7a80c1
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 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.2",
"version": "6.0.3",
"npmClient": "yarn",
"command": {
"version": {
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@figma-export/cli",
"description": "Command line for @figma-export",
"version": "6.0.2",
"version": "6.0.3",
"author": "Marco Montalbano",
"bin": {
"figma-export": "./bin/run.js"
},
"bugs": "https://github.com/marcomontalbano/figma-export/issues",
"dependencies": {
"@figma-export/core": "^6.0.2",
"@figma-export/core": "^6.0.3",
"@figma-export/types": "^6.0.0",
"ora": "~8.1.0",
"sade": "~1.8.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@figma-export/core",
"version": "6.0.2",
"version": "6.0.3",
"description": "@figma-export core functionalities",
"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.2",
"version": "6.0.3",
"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.2",
"@figma-export/cli": "^6.0.3",
"@figma-export/utils": "^6.0.0",
"@types/react": "^18.3.5",
"eslint-config-next": "^14.2.7",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -524,11 +524,11 @@ __metadata:
languageName: node
linkType: hard

"@figma-export/cli@npm:^6.0.2, @figma-export/cli@workspace:packages/cli":
"@figma-export/cli@npm:^6.0.3, @figma-export/cli@workspace:packages/cli":
version: 0.0.0-use.local
resolution: "@figma-export/cli@workspace:packages/cli"
dependencies:
"@figma-export/core": "npm:^6.0.2"
"@figma-export/core": "npm:^6.0.3"
"@figma-export/types": "npm:^6.0.0"
ora: "npm:~8.1.0"
sade: "npm:~1.8.1"
Expand All @@ -537,7 +537,7 @@ __metadata:
languageName: unknown
linkType: soft

"@figma-export/core@npm:^6.0.2, @figma-export/core@workspace:packages/core":
"@figma-export/core@npm:^6.0.3, @figma-export/core@workspace:packages/core":
version: 0.0.0-use.local
resolution: "@figma-export/core@workspace:packages/core"
dependencies:
Expand Down Expand Up @@ -658,7 +658,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@figma-export/website@workspace:packages/website"
dependencies:
"@figma-export/cli": "npm:^6.0.2"
"@figma-export/cli": "npm:^6.0.3"
"@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 d7a80c1

Please sign in to comment.