0
Fork 0
mirror of https://github.com/penpot/penpot-plugins.git synced 2025-01-21 06:02:34 -05:00

fix: fix runtime version

This commit is contained in:
Juanfran 2024-07-10 14:38:23 +02:00
parent 249ea62654
commit 95afbf300e
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@penpot/plugins-runtime",
"version": "0.0.0",
"version": "0.8.0",
"dependencies": {
"@penpot/plugin-types": "^0.8.0",
"ses": "^1.1.0",

View file

@ -5,7 +5,7 @@
}
},
"release": {
"projects": ["libs/plugins-styles", "libs/plugin-types"]
"projects": ["libs/plugins-styles", "libs/plugin-types", "libs/plugins-runtime"]
},
"extends": "nx/presets/npm.json",
"$schema": "./node_modules/nx/schemas/nx-schema.json",