0
Fork 0
mirror of https://github.com/penpot/penpot-exporter-figma-plugin.git synced 2024-12-21 21:23:06 -05:00

Merge pull request #53 from penpot/changeset-release/main

Release
This commit is contained in:
Pablo Ruiz Múzquiz 2024-04-22 11:29:50 +02:00 committed by GitHub
commit 47c3e52016
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 24 additions and 46 deletions

View file

@ -1,5 +0,0 @@
---
"penpot-exporter": minor
---
Solid Fills

View file

@ -1,5 +0,0 @@
---
"penpot-exporter": minor
---
Initial plugin release

View file

@ -1,5 +0,0 @@
---
"penpot-exporter": minor
---
Strokes

View file

@ -1,5 +0,0 @@
---
"penpot-exporter": minor
---
Vector - Line & Arrow

View file

@ -1,5 +0,0 @@
---
"penpot-exporter": minor
---
Frames & Sections

View file

@ -1,5 +0,0 @@
---
"penpot-exporter": minor
---
Vector - Pen & Pencil

View file

@ -1,5 +0,0 @@
---
"penpot-exporter": minor
---
Rectangle & Circle

View file

@ -1,5 +0,0 @@
---
"penpot-exporter": minor
---
Added support for background colors in pages

View file

@ -1,5 +0,0 @@
---
"penpot-exporter": minor
---
Lock and visibility

23
CHANGELOG.md Normal file
View 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

View file

@ -1,6 +1,6 @@
{
"name": "penpot-exporter",
"version": "0.0.0",
"version": "0.1.0",
"description": "Penpot exporter",
"type": "module",
"scripts": {