Release/3.0.3 (#4746)

flowise@3.0.3
This commit is contained in:
Henry Heng 2025-06-27 09:58:49 +01:00 committed by GitHub
parent 4c3b729b79
commit be7599542b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "flowise", "name": "flowise",
"version": "3.0.2", "version": "3.0.3",
"private": true, "private": true,
"homepage": "https://flowiseai.com", "homepage": "https://flowiseai.com",
"workspaces": [ "workspaces": [

View File

@ -1,6 +1,6 @@
{ {
"name": "flowise-api", "name": "flowise-api",
"version": "1.0.2", "version": "1.0.3",
"description": "Flowise API documentation server", "description": "Flowise API documentation server",
"scripts": { "scripts": {
"build": "tsc", "build": "tsc",

View File

@ -1,6 +1,6 @@
{ {
"name": "flowise-components", "name": "flowise-components",
"version": "3.0.2", "version": "3.0.3",
"description": "Flowiseai Components", "description": "Flowiseai Components",
"main": "dist/src/index", "main": "dist/src/index",
"types": "dist/src/index.d.ts", "types": "dist/src/index.d.ts",

View File

@ -1,6 +1,6 @@
{ {
"name": "flowise", "name": "flowise",
"version": "3.0.2", "version": "3.0.3",
"description": "Flowiseai Server", "description": "Flowiseai Server",
"main": "dist/index", "main": "dist/index",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",

View File

@ -1,6 +1,6 @@
{ {
"name": "flowise-ui", "name": "flowise-ui",
"version": "3.0.2", "version": "3.0.3",
"license": "SEE LICENSE IN LICENSE.md", "license": "SEE LICENSE IN LICENSE.md",
"homepage": "https://flowiseai.com", "homepage": "https://flowiseai.com",
"author": { "author": {