0
Fork 0
mirror of https://github.com/penpot/penpot-exporter-figma-plugin.git synced 2024-12-22 13:43:03 -05:00

Version Packages (#59)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2024-04-25 17:19:36 +02:00 committed by GitHub
parent 92e0b6f026
commit e42ff510aa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 13 additions and 16 deletions

View file

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

View file

@ -1,5 +0,0 @@
---
"penpot-exporter": patch
---
Fixed strokecaps for arrows that were showing even when not configured in figma

View file

@ -1,5 +0,0 @@
---
"penpot-exporter": minor
---
Added support for corner radius

View file

@ -1,5 +1,17 @@
# penpot-exporter # penpot-exporter
## 0.2.0
### Minor Changes
- [#58](https://github.com/penpot/penpot-exporter-figma-plugin/pull/58) [`e732887`](https://github.com/penpot/penpot-exporter-figma-plugin/commit/e73288739987d67135dc20ebb97fd165b3da0c79) Thanks [@jordisala1991](https://github.com/jordisala1991)! - Shadows
- [#57](https://github.com/penpot/penpot-exporter-figma-plugin/pull/57) [`c464ff9`](https://github.com/penpot/penpot-exporter-figma-plugin/commit/c464ff9bda24ef1660f2a58ecb39f76f1e8151a8) Thanks [@Cenadros](https://github.com/Cenadros)! - Added support for corner radius
### Patch Changes
- [#68](https://github.com/penpot/penpot-exporter-figma-plugin/pull/68) [`92e0b6f`](https://github.com/penpot/penpot-exporter-figma-plugin/commit/92e0b6f026c8f05d1581bd6d3774e20f6992cb92) Thanks [@Cenadros](https://github.com/Cenadros)! - Fixed strokecaps for arrows that were showing even when not configured in figma
## 0.1.0 ## 0.1.0
### Minor Changes ### Minor Changes

View file

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