fix: bump frontend version to current version and add command to bump frontend version in Makefile (#6948)

Bump frontend version
This commit is contained in:
Lucas Oliveira 2025-03-11 12:39:08 -03:00 committed by GitHub
commit 14d3b02ecd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{
"name": "langflow",
"version": "0.1.2",
"version": "1.2.0",
"lockfileVersion": 3,
"requires": true,
"packages": {

View file

@ -1,6 +1,6 @@
{
"name": "langflow",
"version": "0.1.2",
"version": "1.2.0",
"private": true,
"dependencies": {
"@chakra-ui/number-input": "^2.1.2",