Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcomontalbano committed Jan 23, 2020
1 parent 5d88b08 commit b084462
Show file tree
Hide file tree
Showing 11 changed files with 16 additions and 14 deletions.
6 changes: 4 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.1.1",
"version": "1.2.0",
"changelog": {
"cacheDir": ".changelog",
"labels": {
Expand All @@ -16,7 +16,9 @@
],
"command": {
"bootstrap": {
"npmClientArgs": ["--no-package-lock"]
"npmClientArgs": [
"--no-package-lock"
]
},
"create": {
"license": "MIT",
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,14 +1,14 @@
{
"name": "@figma-export/cli",
"description": "Command line for @figma-export",
"version": "1.1.1",
"version": "1.2.0",
"author": "Marco Montalbano @marcomontalbano",
"bin": {
"figma-export": "./bin/run"
},
"bugs": "https://github.com/marcomontalbano/figma-export/issues",
"dependencies": {
"@figma-export/core": "^1.1.1",
"@figma-export/core": "^1.2.0",
"@oclif/command": "~1.5.19",
"@oclif/config": "~1.13.3",
"@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": "1.1.1",
"version": "1.2.0",
"description": "@figma-export core functionalities",
"main": "index.js",
"repository": {
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.

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": "1.1.1",
"version": "1.2.0",
"description": "Outputter for @figma-export that exports components in javascript file",
"main": "index.js",
"repository": {
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@figma-export/output-components-as-svg",
"version": "1.1.1",
"version": "1.2.0",
"description": "Outputter for @figma-export that exports components as svg",
"main": "index.js",
"repository": {
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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@figma-export/website",
"version": "1.1.1",
"version": "1.2.0",
"description": "Website for @figma-export",
"author": "Marco Montalbano <marcomontalbano.work@gmail.com>",
"homepage": "http://marcomontalbano.github.io/figma-export",
Expand All @@ -15,7 +15,7 @@
"devDependencies": {
"@babel/core": "~7.8.3",
"@babel/plugin-transform-react-jsx": "~7.8.3",
"@figma-export/cli": "^1.1.1",
"@figma-export/cli": "^1.2.0",
"babel-plugin-jsx-pragmatic": "~1.0.2",
"parcel-bundler": "~1.12.4",
"sass": "~1.25.0"
Expand Down

0 comments on commit b084462

Please sign in to comment.