Skip to content

Commit

Permalink
v2.0.0-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
marcomontalbano committed Feb 28, 2020
1 parent 9da0e6a commit fb2b34d
Show file tree
Hide file tree
Showing 13 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.0.0-alpha.1",
"version": "2.0.0-alpha.2",
"changelog": {
"cacheDir": ".changelog",
"labels": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package-lock.json

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

4 changes: 2 additions & 2 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": "2.0.0-alpha.1",
"version": "2.0.0-alpha.2",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "Marco Montalbano <me@marcomontalbano.com>",
Expand All @@ -10,7 +10,7 @@
},
"bugs": "https://github.com/marcomontalbano/figma-export/issues",
"dependencies": {
"@figma-export/core": "^2.0.0-alpha.1",
"@figma-export/core": "^2.0.0-alpha.2",
"@oclif/command": "~1.5.19",
"@oclif/config": "~1.14.0",
"@oclif/errors": "~1.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/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 packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@figma-export/core",
"version": "2.0.0-alpha.1",
"version": "2.0.0-alpha.2",
"description": "@figma-export core functionalities",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/output-components-as-es6/package-lock.json

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

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": "2.0.0-alpha.1",
"version": "2.0.0-alpha.2",
"description": "Outputter for @figma-export that exports components in javascript file",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -15,7 +15,7 @@
"access": "public"
},
"dependencies": {
"@figma-export/output-components-utils": "^2.0.0-alpha.1",
"@figma-export/output-components-utils": "^2.0.0-alpha.2",
"@figma-export/types": "^2.0.0-alpha.1",
"make-dir": "~3.0.0",
"mini-svg-data-uri": "~1.1.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/output-components-as-svgr/package-lock.json

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

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": "2.0.0-alpha.1",
"version": "2.0.0-alpha.2",
"description": "Outputter for @figma-export that exports components as React components using svgr",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -15,7 +15,7 @@
"access": "public"
},
"dependencies": {
"@figma-export/output-components-utils": "^2.0.0-alpha.1",
"@figma-export/output-components-utils": "^2.0.0-alpha.2",
"@figma-export/types": "^2.0.0-alpha.1",
"@svgr/core": "~5.2.0",
"make-dir": "~3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/output-components-utils/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 packages/output-components-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@figma-export/output-components-utils",
"version": "2.0.0-alpha.1",
"version": "2.0.0-alpha.2",
"description": "Utils for @figma-export outputters",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/website/package-lock.json

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

6 changes: 3 additions & 3 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": "2.0.0-alpha.1",
"version": "2.0.0-alpha.2",
"description": "Website for @figma-export",
"author": "Marco Montalbano <marcomontalbano.work@gmail.com>",
"homepage": "http://marcomontalbano.github.io/figma-export",
Expand All @@ -15,8 +15,8 @@
"devDependencies": {
"@babel/core": "~7.8.3",
"@babel/plugin-transform-react-jsx": "~7.8.3",
"@figma-export/cli": "^2.0.0-alpha.1",
"@figma-export/output-components-utils": "^2.0.0-alpha.1",
"@figma-export/cli": "^2.0.0-alpha.2",
"@figma-export/output-components-utils": "^2.0.0-alpha.2",
"babel-plugin-jsx-pragmatic": "~1.0.2",
"parcel-bundler": "~1.12.4",
"sass": "~1.25.0"
Expand Down

0 comments on commit fb2b34d

Please sign in to comment.