mirror of
https://github.com/penpot/penpot-exporter-figma-plugin.git
synced 2024-12-21 21:23:06 -05:00
commit
47c3e52016
11 changed files with 24 additions and 46 deletions
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"penpot-exporter": minor
|
||||
---
|
||||
|
||||
Solid Fills
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"penpot-exporter": minor
|
||||
---
|
||||
|
||||
Initial plugin release
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"penpot-exporter": minor
|
||||
---
|
||||
|
||||
Strokes
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"penpot-exporter": minor
|
||||
---
|
||||
|
||||
Vector - Line & Arrow
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"penpot-exporter": minor
|
||||
---
|
||||
|
||||
Frames & Sections
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"penpot-exporter": minor
|
||||
---
|
||||
|
||||
Vector - Pen & Pencil
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"penpot-exporter": minor
|
||||
---
|
||||
|
||||
Rectangle & Circle
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"penpot-exporter": minor
|
||||
---
|
||||
|
||||
Added support for background colors in pages
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"penpot-exporter": minor
|
||||
---
|
||||
|
||||
Lock and visibility
|
23
CHANGELOG.md
Normal file
23
CHANGELOG.md
Normal file
|
@ -0,0 +1,23 @@
|
|||
# penpot-exporter
|
||||
|
||||
## 0.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- [#54](https://github.com/penpot/penpot-exporter-figma-plugin/pull/54) [`e9ec609`](https://github.com/penpot/penpot-exporter-figma-plugin/commit/e9ec609a9ebc6c3dd4a5ca6a81d7d48ec769af1f) Thanks [@jordisala1991](https://github.com/jordisala1991)! - Solid Fills
|
||||
|
||||
- [#46](https://github.com/penpot/penpot-exporter-figma-plugin/pull/46) [`7a7ad6a`](https://github.com/penpot/penpot-exporter-figma-plugin/commit/7a7ad6ae60885bb71919780a43b60fa3ff2008e3) Thanks [@jordisala1991](https://github.com/jordisala1991)! - Initial plugin release
|
||||
|
||||
- [#54](https://github.com/penpot/penpot-exporter-figma-plugin/pull/54) [`e9ec609`](https://github.com/penpot/penpot-exporter-figma-plugin/commit/e9ec609a9ebc6c3dd4a5ca6a81d7d48ec769af1f) Thanks [@jordisala1991](https://github.com/jordisala1991)! - Strokes
|
||||
|
||||
- [#54](https://github.com/penpot/penpot-exporter-figma-plugin/pull/54) [`e9ec609`](https://github.com/penpot/penpot-exporter-figma-plugin/commit/e9ec609a9ebc6c3dd4a5ca6a81d7d48ec769af1f) Thanks [@jordisala1991](https://github.com/jordisala1991)! - Vector - Line & Arrow
|
||||
|
||||
- [#54](https://github.com/penpot/penpot-exporter-figma-plugin/pull/54) [`e9ec609`](https://github.com/penpot/penpot-exporter-figma-plugin/commit/e9ec609a9ebc6c3dd4a5ca6a81d7d48ec769af1f) Thanks [@jordisala1991](https://github.com/jordisala1991)! - Frames & Sections
|
||||
|
||||
- [#54](https://github.com/penpot/penpot-exporter-figma-plugin/pull/54) [`e9ec609`](https://github.com/penpot/penpot-exporter-figma-plugin/commit/e9ec609a9ebc6c3dd4a5ca6a81d7d48ec769af1f) Thanks [@jordisala1991](https://github.com/jordisala1991)! - Vector - Pen & Pencil
|
||||
|
||||
- [#54](https://github.com/penpot/penpot-exporter-figma-plugin/pull/54) [`e9ec609`](https://github.com/penpot/penpot-exporter-figma-plugin/commit/e9ec609a9ebc6c3dd4a5ca6a81d7d48ec769af1f) Thanks [@jordisala1991](https://github.com/jordisala1991)! - Rectangle & Circle
|
||||
|
||||
- [#56](https://github.com/penpot/penpot-exporter-figma-plugin/pull/56) [`30a64ed`](https://github.com/penpot/penpot-exporter-figma-plugin/commit/30a64ed1b35b62b9839f856cb3be36ee2b8fd7c0) Thanks [@Cenadros](https://github.com/Cenadros)! - Added support for background colors in pages
|
||||
|
||||
- [#54](https://github.com/penpot/penpot-exporter-figma-plugin/pull/54) [`e9ec609`](https://github.com/penpot/penpot-exporter-figma-plugin/commit/e9ec609a9ebc6c3dd4a5ca6a81d7d48ec769af1f) Thanks [@jordisala1991](https://github.com/jordisala1991)! - Lock and visibility
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "penpot-exporter",
|
||||
"version": "0.0.0",
|
||||
"version": "0.1.0",
|
||||
"description": "Penpot exporter",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
|
Loading…
Reference in a new issue