Skip to content

Commit 054b885

Browse files
chore(release): publish
- @sourceloop/search-element@7.0.0 - @sourceloop/search-client@7.0.0
1 parent 4c9ccd1 commit 054b885

File tree

6 files changed

+43
-6
lines changed

6 files changed

+43
-6
lines changed

packages/search/projects/search-element/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,27 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [7.0.0](https://github.com/sourcefuse/arc-ng-components/compare/@sourceloop/search-element@6.1.0...@sourceloop/search-element@7.0.0) (2025-07-18)
7+
8+
9+
### Documentation
10+
11+
* **search-client:** update readme after upgrading to angular 17 ([#34](https://github.com/sourcefuse/arc-ng-components/issues/34)) ([2471785](https://github.com/sourcefuse/arc-ng-components/commit/247178534a7c5a4561fd54d38f19412e3b58beac)), closes [#30](https://github.com/sourcefuse/arc-ng-components/issues/30) [#30](https://github.com/sourcefuse/arc-ng-components/issues/30)
12+
13+
14+
### Features
15+
16+
* **sandbox:** add ai-assistant sandbox example in package ([#22](https://github.com/sourcefuse/arc-ng-components/issues/22)) ([cfa4d20](https://github.com/sourcefuse/arc-ng-components/commit/cfa4d20bc9fc4fa93dbaf31b6a68ebe9a9f326ee))
17+
18+
19+
### BREAKING CHANGES
20+
21+
* **search-client:**
22+
23+
24+
25+
26+
627
# [6.1.0](https://github.com/sourcefuse/arc-ng-components/compare/@sourceloop/search-element@6.0.1...@sourceloop/search-element@6.1.0) (2024-04-10)
728

829

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

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sourceloop/search-element",
3-
"version": "6.1.0",
3+
"version": "7.0.0",
44
"description": "A global search element for search microservice. ",
55
"main": "./search-element.js",
66
"private": false,
@@ -20,4 +20,4 @@
2020
"author": "Sourcefuse",
2121
"license": "MIT",
2222
"hash": "14887bf1eef115c88a9b6190f474802cc238a658114e8a9bc759ea89dd6a2925"
23-
}
23+
}

packages/search/projects/search-lib/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [7.0.0](https://github.com/sourcefuse/arc-ng-components/compare/@sourceloop/search-client@6.1.0...@sourceloop/search-client@7.0.0) (2025-07-18)
7+
8+
9+
### Documentation
10+
11+
* **search-client:** update readme after upgrading to angular 17 ([#34](https://github.com/sourcefuse/arc-ng-components/issues/34)) ([2471785](https://github.com/sourcefuse/arc-ng-components/commit/247178534a7c5a4561fd54d38f19412e3b58beac)), closes [#30](https://github.com/sourcefuse/arc-ng-components/issues/30) [#30](https://github.com/sourcefuse/arc-ng-components/issues/30)
12+
13+
14+
### BREAKING CHANGES
15+
16+
* **search-client:**
17+
18+
19+
20+
21+
622
# [6.1.0](https://github.com/sourcefuse/arc-ng-components/compare/@sourceloop/search-client@6.0.1...@sourceloop/search-client@6.1.0) (2024-04-10)
723

824

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

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

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

0 commit comments

Comments
 (0)