Skip to content

Commit 1e59262

Browse files
committed
changelogs, version bumps, jsdoc since tags
Signed-off-by: Ryan Bower <rbower@qti.qualcomm.com>
1 parent 4c22aa0 commit 1e59262

50 files changed

Lines changed: 274 additions & 115 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.changeset/rare-bars-fry.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/common/core/CHANGELOG.md

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

3+
## 1.11.0
4+
5+
May 22nd, 2026
6+
7+
### Features
8+
9+
- [number-input]: support aria labels ([cf182d6](https://github.com/qualcomm/qualcomm-ui/commit/cf182d6))
10+
- [select]: support aria labels ([e6f41e1](https://github.com/qualcomm/qualcomm-ui/commit/e6f41e1))
11+
- [combobox]: support aria labels ([cfaa97b](https://github.com/qualcomm/qualcomm-ui/commit/cfaa97b))
12+
313
## 1.10.0
414

515
May 14th, 2026

packages/common/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@qualcomm-ui/core",
3-
"version": "1.10.0",
3+
"version": "1.11.0",
44
"description": "core components",
55
"author": "Ryan Bower",
66
"license": "BSD-3-Clause-Clear",

packages/common/core/src/combobox/combobox.types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -818,7 +818,7 @@ export interface ComboboxInputBindings extends Part<"input"> {
818818
"aria-expanded": BooleanAriaAttr
819819
"aria-invalid": BooleanAriaAttr
820820
/**
821-
* @since next-release
821+
* @since 1.11.0
822822
*/
823823
"aria-labelledby": string | undefined
824824
autoCapitalize: "none"

packages/common/core/src/number-input/number-input.types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,7 @@ export interface NumberInputValueTextBindings extends Part<"valueText"> {
522522
export interface NumberInputInputBindings extends Part<"input"> {
523523
"aria-invalid": BooleanAriaAttr
524524
/**
525-
* @since next-release
525+
* @since 1.11.0
526526
*/
527527
"aria-labelledby": string | undefined
528528
"aria-roledescription": "numberfield"

packages/common/node-utils/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @qualcomm-ui/node-utils Changelog
22

3+
## 1.0.2
4+
5+
May 22nd, 2026
6+
7+
### Miscellaneous Chores
8+
9+
- update pnpm and test dependencies ([b175d6a](https://github.com/qualcomm/qualcomm-ui/commit/b175d6a))
10+
311
## 1.0.1
412

513
Dec 25th, 2025

packages/common/node-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@qualcomm-ui/node-utils",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "A Node.js utility library",
55
"author": "Ryan Bower",
66
"license": "BSD-3-Clause-Clear",

packages/common/qds-core/CHANGELOG.md

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

3+
## 1.28.1
4+
5+
May 22nd, 2026
6+
7+
### Miscellaneous Chores
8+
9+
- **deps:** update dependencies [@qualcomm-ui/core]
10+
311
## 1.28.0
412

513
May 14th, 2026

packages/common/qds-core/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/qds-core",
3-
"version": "1.28.0",
3+
"version": "1.28.1",
44
"description": "qds core components",
55
"author": "Ryan Bower",
66
"license": "BSD-3-Clause-Clear",
@@ -71,7 +71,7 @@
7171
"devDependencies": {
7272
"@figma/rest-api-spec": "^0.31.0",
7373
"@qualcomm-ui/cli": "catalog:",
74-
"@qualcomm-ui/core": "workspace:^1.10.0",
74+
"@qualcomm-ui/core": "workspace:^1.11.0",
7575
"@qualcomm-ui/css-utils": "catalog:",
7676
"@qualcomm-ui/esbuild": "catalog:",
7777
"@qualcomm-ui/tsconfig": "catalog:",
@@ -95,7 +95,7 @@
9595
"typescript": "catalog:"
9696
},
9797
"peerDependencies": {
98-
"@qualcomm-ui/core": "workspace:^1.10.0",
98+
"@qualcomm-ui/core": "workspace:^1.11.0",
9999
"@qualcomm-ui/utils": "workspace:^1.3.0"
100100
}
101101
}

packages/common/typedoc/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @qualcomm-ui/typedoc Changelog
22

3+
## 1.1.2
4+
5+
May 22nd, 2026
6+
7+
### Miscellaneous Chores
8+
9+
- update pnpm and test dependencies ([b175d6a](https://github.com/qualcomm/qualcomm-ui/commit/b175d6a))
10+
311
## 1.1.1
412

513
Apr 23rd, 2026

0 commit comments

Comments
 (0)