Skip to content

Commit 1402567

Browse files
Piyush Singh GaurPiyush Singh Gaur
authored andcommitted
fix(chore): updated the deprication notice
BREAKING CHANGE: Yes GH-30
1 parent 1a2e2e7 commit 1402567

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

packages/search/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ An Angular module that exports a component that can enable users to search over
44

55
### Deprecation Notice
66

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

99
## Angular Module
1010

packages/search/projects/search-element/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@sourceloop/search-element",
33
"version": "6.1.0",
4-
"description": "A global search element for search microservice.",
4+
"description": "A global search element for search microservice. ",
55
"main": "./search-element.js",
66
"private": false,
77
"scripts": {

packages/search/projects/search-lib/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@sourceloop/search-client",
33
"version": "6.1.0",
4-
"description": "A global search component for search microservice.",
4+
"description": "A global search component for search microservice. ",
55
"peerDependencies": {
66
"@angular/animations": "^17.3.0",
77
"@angular/cdk": "^17.3.0",
@@ -50,4 +50,4 @@
5050
"author": "Sourcefuse",
5151
"license": "MIT",
5252
"private": false
53-
}
53+
}

0 commit comments

Comments
 (0)