mirror of
https://github.com/penpot/penpot-plugins.git
synced 2025-02-08 08:09:18 -05:00
chore(release): publish 0.9.0 [skip ci]
This commit is contained in:
parent
95afbf300e
commit
a59a30c7b0
4 changed files with 28 additions and 4 deletions
24
CHANGELOG.md
24
CHANGELOG.md
|
@ -0,0 +1,24 @@
|
|||
## 0.9.0 (2024-07-10)
|
||||
|
||||
### 🚀 Features
|
||||
|
||||
- change permissions names ([99126f8](https://github.com/penpot/penpot-plugins/commit/99126f8))
|
||||
- stop offering icons in the style library ([5a219e9](https://github.com/penpot/penpot-plugins/commit/5a219e9))
|
||||
- new publish script ([5114e78](https://github.com/penpot/penpot-plugins/commit/5114e78))
|
||||
- **plugin-types:** update API types ([bffa467](https://github.com/penpot/penpot-plugins/commit/bffa467))
|
||||
- **plugins-runtime:** update selection ([f36fa23](https://github.com/penpot/penpot-plugins/commit/f36fa23))
|
||||
- **plugins-types:** expose new attributes ([9ce45a2](https://github.com/penpot/penpot-plugins/commit/9ce45a2))
|
||||
|
||||
### 🩹 Fixes
|
||||
|
||||
- typo checkox > checkbox ([877a3f2](https://github.com/penpot/penpot-plugins/commit/877a3f2))
|
||||
- avoid plugin location question ([b4c6165](https://github.com/penpot/penpot-plugins/commit/b4c6165))
|
||||
- fix runtime version ([2401a77](https://github.com/penpot/penpot-plugins/commit/2401a77))
|
||||
- **styles:** input, button & select worksans font family ([1b9d3b2](https://github.com/penpot/penpot-plugins/commit/1b9d3b2))
|
||||
|
||||
### ❤️ Thank You
|
||||
|
||||
- alonso.torres
|
||||
- Juanfran @juanfran
|
||||
- Marina López @cocotime
|
||||
- Xaviju @xaviju
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@penpot/plugin-types",
|
||||
"version": "0.8.0",
|
||||
"version": "0.9.0",
|
||||
"typings": "./index.d.ts",
|
||||
"type": "module"
|
||||
}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"name": "@penpot/plugins-runtime",
|
||||
"version": "0.8.0",
|
||||
"version": "0.9.0",
|
||||
"dependencies": {
|
||||
"@penpot/plugin-types": "^0.8.0",
|
||||
"@penpot/plugin-types": "^0.9.0",
|
||||
"ses": "^1.1.0",
|
||||
"zod": "^3.22.4"
|
||||
},
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "@penpot/plugin-styles",
|
||||
"version": "0.8.0",
|
||||
"version": "0.9.0",
|
||||
"dependencies": {}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue