Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

lucaseduoli
Copy link
Collaborator

This pull request includes changes to update the versioning of the langflow project across various components. The most important changes are:

Version updates:

@lucaseduoli lucaseduoli requested a review from ogabrielluiz March 6, 2025 15:22
@lucaseduoli lucaseduoli self-assigned this Mar 6, 2025
@dosubot dosubot bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label Mar 6, 2025
@github-actions github-actions bot added the bug Something isn't working label Mar 6, 2025
@@ -39,6 +39,7 @@ patch: ## bump the version in langflow and langflow-base
@poetry version patch
@echo 'Patching the version in langflow-base'
@cd src/backend/base && poetry version patch
@cd src/frontend && npm version patch
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No need for this because this command is not used anymore (since we don't use poetry anymore)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working size:XS This PR changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants