From a59a30c7b0a5e3b120cbd9803e461bd7daec6ebe Mon Sep 17 00:00:00 2001 From: Juanfran Date: Wed, 10 Jul 2024 14:41:44 +0200 Subject: [PATCH] chore(release): publish 0.9.0 [skip ci] --- CHANGELOG.md | 24 ++++++++++++++++++++++++ libs/plugin-types/package.json | 2 +- libs/plugins-runtime/package.json | 4 ++-- libs/plugins-styles/package.json | 2 +- 4 files changed, 28 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..90294b0 100644 --- a/CHANGELOG.md +++ b/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 diff --git a/libs/plugin-types/package.json b/libs/plugin-types/package.json index 69605be..70f9260 100644 --- a/libs/plugin-types/package.json +++ b/libs/plugin-types/package.json @@ -1,6 +1,6 @@ { "name": "@penpot/plugin-types", - "version": "0.8.0", + "version": "0.9.0", "typings": "./index.d.ts", "type": "module" } diff --git a/libs/plugins-runtime/package.json b/libs/plugins-runtime/package.json index 7b5f090..503e320 100644 --- a/libs/plugins-runtime/package.json +++ b/libs/plugins-runtime/package.json @@ -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" }, diff --git a/libs/plugins-styles/package.json b/libs/plugins-styles/package.json index 33c53d0..0e880b7 100644 --- a/libs/plugins-styles/package.json +++ b/libs/plugins-styles/package.json @@ -1,5 +1,5 @@ { "name": "@penpot/plugin-styles", - "version": "0.8.0", + "version": "0.9.0", "dependencies": {} }