mirror of
https://github.com/penpot/penpot-exporter-figma-plugin.git
synced 2024-12-21 21:23:06 -05:00
Version Packages (#198)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
bd36496023
commit
925e1e4b10
5 changed files with 13 additions and 16 deletions
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"penpot-exporter": patch
|
||||
---
|
||||
|
||||
Improve registering component properties
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"penpot-exporter": minor
|
||||
---
|
||||
|
||||
Rework remote components
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"penpot-exporter": minor
|
||||
---
|
||||
|
||||
Improvements in overrides management
|
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -1,5 +1,17 @@
|
|||
# penpot-exporter
|
||||
|
||||
## 0.9.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- [#197](https://github.com/penpot/penpot-exporter-figma-plugin/pull/197) [`c5dd5d0`](https://github.com/penpot/penpot-exporter-figma-plugin/commit/c5dd5d011e165bf00f3c01f76de4a797618c7fcb) Thanks [@Cenadros](https://github.com/Cenadros)! - Rework remote components
|
||||
|
||||
- [#200](https://github.com/penpot/penpot-exporter-figma-plugin/pull/200) [`303cc83`](https://github.com/penpot/penpot-exporter-figma-plugin/commit/303cc833a002f709e70e533cb641b720dad0ffd9) Thanks [@Cenadros](https://github.com/Cenadros)! - Improvements in overrides management
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#201](https://github.com/penpot/penpot-exporter-figma-plugin/pull/201) [`bd36496`](https://github.com/penpot/penpot-exporter-figma-plugin/commit/bd36496023bb6afead8180c77284fb4ee3df1f63) Thanks [@Cenadros](https://github.com/Cenadros)! - Improve registering component properties
|
||||
|
||||
## 0.8.1
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "penpot-exporter",
|
||||
"version": "0.8.1",
|
||||
"version": "0.9.0",
|
||||
"description": "Penpot exporter",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
|
Loading…
Reference in a new issue