chore: Update version to 1.4.2 for langflow and langflow-base (#8113)

* chore: update version to 1.4.2 in package.json and package-lock.json

* chore: update version to 1.4.2 for langflow and langflow-base in project files
This commit is contained in:
Gabriel Luiz Freitas Almeida 2025-05-19 09:29:02 -03:00 committed by GitHub
commit fc2eee8fa5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 73 additions and 73 deletions

View file

@ -1,6 +1,6 @@
[project]
name = "langflow-base"
version = "0.4.1"
version = "0.4.2"
description = "A Python package with a built-in web application"
requires-python = ">=3.10,<3.14"
license = "MIT"

View file

@ -1,12 +1,12 @@
{
"name": "langflow",
"version": "1.4.1",
"version": "1.4.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "langflow",
"version": "1.4.1",
"version": "1.4.2",
"dependencies": {
"@chakra-ui/number-input": "^2.1.2",
"@headlessui/react": "^2.0.4",

View file

@ -1,6 +1,6 @@
{
"name": "langflow",
"version": "1.4.1",
"version": "1.4.2",
"private": true,
"dependencies": {
"@chakra-ui/number-input": "^2.1.2",
@ -147,4 +147,4 @@
"ua-parser-js": "^1.0.38",
"vite": "^5.4.19"
}
}
}