Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/search/projects/search-lib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ An Angular module that exports a component that can enable users to search over

### Deprecation Notice

Search-client now supports angular v14, we will provide support for the older version that is based on angular v13 till 30th June 2024.
Search-client now supports Angular v17, we will provide support for the older version that is based on Angular v14 till 30th August 2025 .

## Angular Module

Expand Down
4 changes: 2 additions & 2 deletions packages/search/projects/search-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sourceloop/search-client",
"version": "7.0.0",
"description": "A global search component for search microservice. ",
"description": "A global search component for search microservice.",
"peerDependencies": {
"@angular/animations": "^17.3.0",
"@angular/cdk": "^17.3.0",
Expand Down Expand Up @@ -50,4 +50,4 @@
"author": "Sourcefuse",
"license": "MIT",
"private": false
}
}