Skip to content

Conversation

@vaibhavbhalla2505
Copy link
Contributor

@vaibhavbhalla2505 vaibhavbhalla2505 commented Feb 10, 2026

Description

This pull request makes several important updates to the monorepo setup, CI workflows, and the search component package. The main changes include removing deprecated dependencies, updating build and test commands to use Lerna, improving documentation for theming and styling, and tightening branch restrictions for publishing. These updates streamline the codebase, enhance maintainability, and provide clearer guidance for customizing the search component.

Fixes #79

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Intermediate change (work in progress)

Checklist:

  • Performed a self-review of my own code
  • npm test passes on your machine
  • New tests added or existing tests modified to cover all changes
  • Code conforms with the style guide
  • API Documentation in code was updated
  • Any dependent changes have been merged and published in downstream modules

Copy link
Contributor

@yeshamavani yeshamavani left a comment

Choose a reason for hiding this comment

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

Also in the root create a developing.md write about how to link the package and its sandbox

lerna.json Outdated
"publish": {
"conventionalCommits": true,
"message": "chore: publish release",
"allowBranch": ["master", "search-v20","user-onboarding-v20"],
Copy link
Contributor

Choose a reason for hiding this comment

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

undo this change, take a latest pull

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done!

@vaibhavbhalla2505 vaibhavbhalla2505 force-pushed the GH-79 branch 2 times, most recently from 3f6d811 to 6cf9e77 Compare February 10, 2026 11:33
@vaibhavbhalla2505
Copy link
Contributor Author

Also in the root create a developing.md write about how to link the package and its sandbox

done! @yeshamavani ma'am

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

@sourceloop/search-client: remove flex layout dependency in v21

2 participants