⬆️ Release plugins 1.5.0

This commit is contained in:
alonso.torres 2026-07-08 12:41:38 +02:00 committed by Andrey Antukh
parent f0cf8dca2a
commit b153748866
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@penpot/plugin-types",
"version": "1.4.2",
"version": "1.5.0",
"typings": "./index.d.ts",
"type": "module",
"scripts": {

View File

@ -1,6 +1,6 @@
{
"name": "@penpot/plugins-runtime",
"version": "1.4.2",
"version": "1.5.0",
"dependencies": {
"@penpot/plugin-types": "workspace:^",
"ses": "^2.1.0",

View File

@ -1,6 +1,6 @@
{
"name": "@penpot/plugin-styles",
"version": "1.4.2",
"version": "1.5.0",
"dependencies": {},
"scripts": {
"build": "node ../../tools/scripts/build-css.mjs",