Skip to content

Commit 16de31a

Browse files
committed
chore(release): publish
- @sourceloop/[email protected] - @sourceloop/[email protected]
1 parent 26486e8 commit 16de31a

File tree

6 files changed

+56
-5
lines changed

6 files changed

+56
-5
lines changed

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

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,29 @@
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+
# [10.0.0](https://github.com/sourcefuse/arc-ng-components/compare/@sourceloop/[email protected]...@sourceloop/[email protected]) (2025-12-11)
7+
8+
9+
### Features
10+
11+
* **search-client:** add support for angular v21 ([#52](https://github.com/sourcefuse/arc-ng-components/issues/52)) ([26486e8](https://github.com/sourcefuse/arc-ng-components/commit/26486e8c683f63e37b29e7a41bb9c806f9ffc90c)), closes [#50](https://github.com/sourcefuse/arc-ng-components/issues/50)
12+
13+
14+
### BREAKING CHANGES
15+
16+
* **search-client:** YES
17+
18+
## Description
19+
20+
This pull request upgrades the Angular dependencies for the search
21+
module and related packages from Angular v20 to Angular v21. It also
22+
updates the deprecation notice in documentation to reflect this new
23+
support window.
24+
25+
26+
27+
28+
629
## [9.0.1](https://github.com/sourcefuse/arc-ng-components/compare/@sourceloop/[email protected]...@sourceloop/[email protected]) (2025-12-10)
730

831
**Note:** Version bump only for package @sourceloop/search-element

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": "9.0.1",
3+
"version": "10.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": "a1648818b320e5d599f4dc220108c2256060a5c076f294707f0c4be75c967c67"
23-
}
23+
}

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

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,34 @@
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+
# [10.0.0](https://github.com/sourcefuse/arc-ng-components/compare/@sourceloop/[email protected]...@sourceloop/[email protected]) (2025-12-11)
7+
8+
9+
### Bug Fixes
10+
11+
* **sandbox:** version upgrade ([ca924ed](https://github.com/sourcefuse/arc-ng-components/commit/ca924edbaf68c53675728c8edad8d1c60f299013))
12+
13+
14+
### Features
15+
16+
* **search-client:** add support for angular v21 ([#52](https://github.com/sourcefuse/arc-ng-components/issues/52)) ([26486e8](https://github.com/sourcefuse/arc-ng-components/commit/26486e8c683f63e37b29e7a41bb9c806f9ffc90c)), closes [#50](https://github.com/sourcefuse/arc-ng-components/issues/50)
17+
18+
19+
### BREAKING CHANGES
20+
21+
* **search-client:** YES
22+
23+
## Description
24+
25+
This pull request upgrades the Angular dependencies for the search
26+
module and related packages from Angular v20 to Angular v21. It also
27+
updates the deprecation notice in documentation to reflect this new
28+
support window.
29+
30+
31+
32+
33+
634
## [9.0.1](https://github.com/sourcefuse/arc-ng-components/compare/@sourceloop/[email protected]...@sourceloop/[email protected]) (2025-12-10)
735

836
**Note:** Version bump only for package @sourceloop/search-client

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sourceloop/search-client",
3-
"version": "9.0.1",
3+
"version": "10.0.0",
44
"description": "A global search component for search microservice.",
55
"peerDependencies": {
66
"@angular/animations": "^21.0.3",

0 commit comments

Comments
 (0)