mirror of
https://github.com/penpot/penpot-exporter-figma-plugin.git
synced 2024-12-22 05:33:02 -05:00
Version Packages (#97)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
9355f282d0
commit
7cae18460c
4 changed files with 9 additions and 11 deletions
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
"penpot-exporter": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Fixed correct size for line nodes
|
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
"penpot-exporter": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Fixed line node export when using opacity 0 on the line
|
|
|
@ -1,5 +1,13 @@
|
||||||
# penpot-exporter
|
# penpot-exporter
|
||||||
|
|
||||||
|
## 0.3.1
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- [#96](https://github.com/penpot/penpot-exporter-figma-plugin/pull/96) [`9355f28`](https://github.com/penpot/penpot-exporter-figma-plugin/commit/9355f282d00562aad1adef50fce61829ae9b08ec) Thanks [@Cenadros](https://github.com/Cenadros)! - Fixed correct size for line nodes
|
||||||
|
|
||||||
|
- [#96](https://github.com/penpot/penpot-exporter-figma-plugin/pull/96) [`9355f28`](https://github.com/penpot/penpot-exporter-figma-plugin/commit/9355f282d00562aad1adef50fce61829ae9b08ec) Thanks [@Cenadros](https://github.com/Cenadros)! - Fixed line node export when using opacity 0 on the line
|
||||||
|
|
||||||
## 0.3.0
|
## 0.3.0
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "penpot-exporter",
|
"name": "penpot-exporter",
|
||||||
"version": "0.3.0",
|
"version": "0.3.1",
|
||||||
"description": "Penpot exporter",
|
"description": "Penpot exporter",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
Loading…
Reference in a new issue