Skip to content

Commit

Permalink
v3.0.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marcomontalbano committed Aug 27, 2020
1 parent 2d020bf commit 3731521
Show file tree
Hide file tree
Showing 11 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.0.0-alpha.0",
"version": "3.0.0-alpha.1",
"changelog": {
"cacheDir": ".changelog",
"labels": {
Expand Down
6 changes: 3 additions & 3 deletions 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": "3.0.0-alpha.0",
"version": "3.0.0-alpha.1",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "Marco Montalbano <me@marcomontalbano.com>",
Expand All @@ -10,8 +10,8 @@
},
"bugs": "https://github.com/marcomontalbano/figma-export/issues",
"dependencies": {
"@figma-export/core": "^3.0.0-alpha.0",
"@figma-export/types": "^3.0.0-alpha.0",
"@figma-export/core": "^3.0.0-alpha.1",
"@figma-export/types": "^3.0.0-alpha.1",
"@oclif/command": "~1.8.0",
"@oclif/config": "~1.17.0",
"@oclif/errors": "~1.3.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@figma-export/core",
"version": "3.0.0-alpha.0",
"version": "3.0.0-alpha.1",
"description": "@figma-export core functionalities",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -15,7 +15,7 @@
"access": "public"
},
"dependencies": {
"@figma-export/types": "^3.0.0-alpha.0",
"@figma-export/types": "^3.0.0-alpha.1",
"axios": "~0.19.2",
"figma-js": "~1.11.0"
},
Expand Down
4 changes: 2 additions & 2 deletions 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": "3.0.0-alpha.0",
"version": "3.0.0-alpha.1",
"description": "Outputter for @figma-export that exports components in javascript file",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -16,7 +16,7 @@
},
"dependencies": {
"@figma-export/output-components-utils": "^3.0.0-alpha.0",
"@figma-export/types": "^3.0.0-alpha.0",
"@figma-export/types": "^3.0.0-alpha.1",
"make-dir": "~3.1.0",
"mini-svg-data-uri": "~1.2.3"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/output-components-as-stdout/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@figma-export/output-components-as-stdout",
"version": "3.0.0-alpha.0",
"version": "3.0.0-alpha.1",
"description": "Outputter for @figma-export that outputs components in console as json",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -15,7 +15,7 @@
"access": "public"
},
"dependencies": {
"@figma-export/types": "^3.0.0-alpha.0"
"@figma-export/types": "^3.0.0-alpha.1"
},
"engines": {
"node": ">= 10.13 <= 14.x"
Expand Down
4 changes: 2 additions & 2 deletions 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": "3.0.0-alpha.0",
"version": "3.0.0-alpha.1",
"description": "Outputter for @figma-export that exports components as svg",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -15,7 +15,7 @@
"access": "public"
},
"dependencies": {
"@figma-export/types": "^3.0.0-alpha.0",
"@figma-export/types": "^3.0.0-alpha.1",
"make-dir": "~3.1.0"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions 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": "3.0.0-alpha.0",
"version": "3.0.0-alpha.1",
"description": "Outputter for @figma-export that exports components as React components using svgr",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -16,7 +16,7 @@
},
"dependencies": {
"@figma-export/output-components-utils": "^3.0.0-alpha.0",
"@figma-export/types": "^3.0.0-alpha.0",
"@figma-export/types": "^3.0.0-alpha.1",
"@svgr/core": "~5.4.0",
"make-dir": "~3.1.0"
},
Expand Down
4 changes: 2 additions & 2 deletions 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": "3.0.0-alpha.0",
"version": "3.0.0-alpha.1",
"description": "Outputter for @figma-export that exports components in svg file ( SVG Sprites )",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -15,7 +15,7 @@
"access": "public"
},
"dependencies": {
"@figma-export/types": "^3.0.0-alpha.0",
"@figma-export/types": "^3.0.0-alpha.1",
"make-dir": "~3.1.0",
"svgstore": "~3.0.0-2"
},
Expand Down
4 changes: 2 additions & 2 deletions 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": "3.0.0-alpha.0",
"version": "3.0.0-alpha.1",
"description": "Transformer for @figma-export that optimizes svgs using svgo tool",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -15,7 +15,7 @@
"access": "public"
},
"dependencies": {
"@figma-export/types": "^3.0.0-alpha.0",
"@figma-export/types": "^3.0.0-alpha.1",
"@types/svgo": "~1.3.3",
"svgo": "~1.3.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@figma-export/types",
"version": "3.0.0-alpha.0",
"version": "3.0.0-alpha.1",
"description": "Type definition for @figma-export",
"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": "3.0.0-alpha.0",
"version": "3.0.0-alpha.1",
"description": "Website for @figma-export",
"author": "Marco Montalbano <marcomontalbano.work@gmail.com>",
"homepage": "https://figma-export.marcomontalbano.com/",
Expand All @@ -22,7 +22,7 @@
"devDependencies": {
"@babel/core": "~7.11.1",
"@babel/plugin-transform-react-jsx": "~7.10.4",
"@figma-export/cli": "^3.0.0-alpha.0",
"@figma-export/cli": "^3.0.0-alpha.1",
"@figma-export/output-components-utils": "^3.0.0-alpha.0",
"babel-plugin-jsx-pragmatic": "~1.0.2",
"npm-run-all": "~4.1.5",
Expand Down

0 comments on commit 3731521

Please sign in to comment.