mirror of
https://github.com/penpot/penpot-exporter-figma-plugin.git
synced 2024-12-22 13:43:03 -05:00
Version Packages (#222)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
638817a1d6
commit
54f78637fa
4 changed files with 14 additions and 11 deletions
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'penpot-exporter': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Figma typings update
|
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'penpot-exporter': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Fixed issue where big vectors are making the plugin crash
|
|
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -1,5 +1,18 @@
|
||||||
# penpot-exporter
|
# penpot-exporter
|
||||||
|
|
||||||
|
## 0.10.1
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- [#221](https://github.com/penpot/penpot-exporter-figma-plugin/pull/221)
|
||||||
|
[`638817a`](https://github.com/penpot/penpot-exporter-figma-plugin/commit/638817a1d6f5b4a21b266d73d797b677ce2ebac7)
|
||||||
|
Thanks [@Cenadros](https://github.com/Cenadros)! - Figma typings update
|
||||||
|
|
||||||
|
- [#220](https://github.com/penpot/penpot-exporter-figma-plugin/pull/220)
|
||||||
|
[`c95d442`](https://github.com/penpot/penpot-exporter-figma-plugin/commit/c95d442e74b2e59ab8873dab808f9f95cdfb4021)
|
||||||
|
Thanks [@Cenadros](https://github.com/Cenadros)! - Fixed issue where big vectors are making the
|
||||||
|
plugin crash
|
||||||
|
|
||||||
## 0.10.0
|
## 0.10.0
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "penpot-exporter",
|
"name": "penpot-exporter",
|
||||||
"version": "0.10.0",
|
"version": "0.10.1",
|
||||||
"description": "Penpot exporter",
|
"description": "Penpot exporter",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
Loading…
Reference in a new issue