Skip to content

Commit

Permalink
Merge branch 'master' into i33-typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
marcomontalbano committed Feb 25, 2020
2 parents 1530376 + 5829e7c commit d9eb952
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,5 +1,5 @@
{
"version": "1.2.0",
"version": "2.0.0-alpha.0",
"changelog": {
"cacheDir": ".changelog",
"labels": {
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
@@ -1,6 +1,6 @@
{
"name": "@figma-export/output-components-as-es6",
"version": "1.2.0",
"version": "2.0.0-alpha.0",
"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": "^1.2.0",
"@figma-export/output-components-utils": "^2.0.0-alpha.0",
"@figma-export/types": "^1.2.0",
"make-dir": "~3.0.0",
"mini-svg-data-uri": "~1.1.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/output-components-as-svg/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-as-svg/package.json
@@ -1,6 +1,6 @@
{
"name": "@figma-export/output-components-as-svg",
"version": "1.2.0",
"version": "2.0.0-alpha.0",
"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-svgstore/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-as-svgstore/package.json
@@ -1,6 +1,6 @@
{
"name": "@figma-export/output-components-as-svgstore",
"version": "1.1.1",
"version": "2.0.0-alpha.0",
"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-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
@@ -1,6 +1,6 @@
{
"name": "@figma-export/output-components-utils",
"version": "1.2.0",
"version": "2.0.0-alpha.0",
"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.

4 changes: 2 additions & 2 deletions packages/website/package.json
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@figma-export/website",
"version": "1.2.0",
"version": "2.0.0-alpha.0",
"description": "Website for @figma-export",
"author": "Marco Montalbano <marcomontalbano.work@gmail.com>",
"homepage": "http://marcomontalbano.github.io/figma-export",
Expand All @@ -16,7 +16,7 @@
"@babel/core": "~7.8.3",
"@babel/plugin-transform-react-jsx": "~7.8.3",
"@figma-export/cli": "^1.2.0",
"@figma-export/output-components-utils": "^1.2.0",
"@figma-export/output-components-utils": "^2.0.0-alpha.0",
"babel-plugin-jsx-pragmatic": "~1.0.2",
"parcel-bundler": "~1.12.4",
"sass": "~1.25.0"
Expand Down

0 comments on commit d9eb952

Please sign in to comment.