Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
v1.1.0
  • Loading branch information
marcomontalbano committed Dec 2, 2019
1 parent 76c748e commit aa06b2e
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.0.0",
"version": "1.1.0",
"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
@@ -1,14 +1,14 @@
{
"name": "@figma-export/cli",
"description": "Command line for @figma-export",
"version": "1.0.0",
"version": "1.1.0",
"author": "Marco Montalbano @marcomontalbano",
"bin": {
"figma-export": "./bin/run"
},
"bugs": "https://github.com/marcomontalbano/figma-export/issues",
"dependencies": {
"@figma-export/core": "^1.0.0",
"@figma-export/core": "^1.1.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
@@ -1,6 +1,6 @@
{
"name": "@figma-export/core",
"version": "1.0.0",
"version": "1.1.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
@@ -1,6 +1,6 @@
{
"name": "@figma-export/output-components-as-es6",
"version": "1.0.0",
"version": "1.1.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-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.0.0",
"version": "1.1.0",
"description": "Outputter for @figma-export that exports components in svg file ( SVG Sprites )",
"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
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@figma-export/website",
"version": "0.0.1-alpha.12",
"version": "1.1.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.7.4",
"@babel/plugin-transform-react-jsx": "~7.7.4",
"@figma-export/cli": "^1.0.0",
"@figma-export/cli": "^1.1.0",
"babel-plugin-jsx-pragmatic": "~1.0.2",
"parcel-bundler": "~1.12.4",
"sass": "~1.23.7"
Expand Down

0 comments on commit aa06b2e

Please sign in to comment.