Skip to content

Commit 5a1d698

Browse files
committed
prep-release
Signed-off-by: Olaf Kappes <okappes@qti.qualcomm.com>
1 parent 6a5c430 commit 5a1d698

5 files changed

Lines changed: 21 additions & 5 deletions

File tree

packages/frameworks/angular-core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @qualcomm-ui/angular-core
22

3+
## 1.1.0 (2025/11/25)
4+
5+
### Features
6+
7+
- wire highlightMatchingText in angular combobox
8+
39
## 1.0.5 (2025/11/18)
410

511
### Miscellaneous Chores

packages/frameworks/angular-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@qualcomm-ui/angular-core",
33
"description": "Design-agnostic Angular building blocks and utilities.",
4-
"version": "1.0.5",
4+
"version": "1.1.0",
55
"author": "Ryan Bower",
66
"license": "BSD-3-Clause-Clear",
77
"repository": "https://github.com/qualcomm/qualcomm-ui",

packages/frameworks/angular/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @qualcomm-ui/angular
22

3+
## 1.5.0 (2025/11/25)
4+
5+
### Features
6+
7+
- wire highlightMatchingText in angular combobox
8+
9+
### Miscellaneous Chores
10+
11+
- **deps:** update dependencies [@qualcomm-ui/angular-core]
12+
313
## 1.4.0 (2025/11/24)
414

515
### Features

packages/frameworks/angular/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@qualcomm-ui/angular",
3-
"version": "1.4.0",
3+
"version": "1.5.0",
44
"author": "Ryan Bower",
55
"license": "BSD-3-Clause-Clear",
66
"description": "QUI Angular Components",
@@ -56,7 +56,7 @@
5656
"@floating-ui/dom": "^1.7.0",
5757
"@jsdevtools/coverage-istanbul-loader": "~3.0.5",
5858
"@module-federation/enhanced": "0.21.2",
59-
"@qualcomm-ui/angular-core": "workspace:^1.0.5",
59+
"@qualcomm-ui/angular-core": "workspace:^1.1.0",
6060
"@qualcomm-ui/cli": "workspace:^1",
6161
"@qualcomm-ui/core": "workspace:^1.0.7",
6262
"@qualcomm-ui/qds-core": "workspace:^1.5.0",
@@ -99,7 +99,7 @@
9999
"@angular/forms": ">=20.1.0 <21",
100100
"@angular/platform-browser": ">=20.1.0 <21",
101101
"@angular/platform-browser-dynamic": ">=20.1.0 <21",
102-
"@qualcomm-ui/angular-core": "workspace:^1.0.5",
102+
"@qualcomm-ui/angular-core": "workspace:^1.1.0",
103103
"@qualcomm-ui/core": "workspace:^1.0.7",
104104
"@qualcomm-ui/qds-core": "workspace:^1.5.0",
105105
"@qualcomm-ui/utils": "workspace:^1.0.3",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)