mirror of
https://github.com/penpot/penpot-exporter-figma-plugin.git
synced 2024-12-21 21:23:06 -05:00
Version Packages (#241)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
b44cbf2052
commit
a4de28390d
4 changed files with 16 additions and 11 deletions
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'penpot-exporter': minor
|
|
||||||
---
|
|
||||||
|
|
||||||
Remove custom font form since penpot now matches the fonts by fontName and fontFamily
|
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'penpot-exporter': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Minor updates
|
|
15
CHANGELOG.md
15
CHANGELOG.md
|
@ -1,5 +1,20 @@
|
||||||
# penpot-exporter
|
# penpot-exporter
|
||||||
|
|
||||||
|
## 0.13.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- [#243](https://github.com/penpot/penpot-exporter-figma-plugin/pull/243)
|
||||||
|
[`b44cbf2`](https://github.com/penpot/penpot-exporter-figma-plugin/commit/b44cbf2052e18d5d8a77447af48a77e2c3f54b9a)
|
||||||
|
Thanks [@Cenadros](https://github.com/Cenadros)! - Remove custom font form since penpot now
|
||||||
|
matches the fonts by fontName and fontFamily
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- [#239](https://github.com/penpot/penpot-exporter-figma-plugin/pull/239)
|
||||||
|
[`570aeee`](https://github.com/penpot/penpot-exporter-figma-plugin/commit/570aeee7b0a5298ca7ed4e99aaaf216ecd621cc8)
|
||||||
|
Thanks [@Cenadros](https://github.com/Cenadros)! - Minor updates
|
||||||
|
|
||||||
## 0.12.1
|
## 0.12.1
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "penpot-exporter",
|
"name": "penpot-exporter",
|
||||||
"version": "0.12.1",
|
"version": "0.13.0",
|
||||||
"description": "Penpot exporter",
|
"description": "Penpot exporter",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
Loading…
Reference in a new issue