Skip to content

Commit 5d6ccd8

Browse files
authored
Merge pull request #240 from qualcomm/dev
release
2 parents 709200d + b8b4b33 commit 5d6ccd8

22 files changed

Lines changed: 173 additions & 102 deletions

.changeset/better-falcons-stay.md

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

.changeset/common-camels-wear.md

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

.changeset/green-planets-argue.md

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

packages/common/core/CHANGELOG.md

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

3+
## 1.9.0
4+
5+
Apr 19th, 2026
6+
7+
### Features
8+
9+
- [menu]: menu button & icon menu button ([0508c4d](https://github.com/qualcomm/qualcomm-ui/commit/0508c4d))
10+
- [floating-ui]: read gutter from CSS --gutter custom property ([0db5e35](https://github.com/qualcomm/qualcomm-ui/commit/0db5e35))
11+
12+
### Miscellaneous Chores
13+
14+
- **deps:** update dependencies [@qualcomm-ui/dom]
15+
316
## 1.8.0
417

518
Apr 19th, 2026

packages/common/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/core",
3-
"version": "1.8.0",
3+
"version": "1.9.0",
44
"description": "core components",
55
"author": "Ryan Bower",
66
"license": "BSD-3-Clause-Clear",
@@ -43,7 +43,7 @@
4343
"@internationalized/number": "^3.6.4",
4444
"@qualcomm-ui/cli": "catalog:",
4545
"@qualcomm-ui/css-utils": "catalog:",
46-
"@qualcomm-ui/dom": "workspace:^1.0.12",
46+
"@qualcomm-ui/dom": "workspace:^1.1.0",
4747
"@qualcomm-ui/esbuild": "catalog:",
4848
"@qualcomm-ui/tsconfig": "catalog:",
4949
"@qualcomm-ui/utils": "workspace:^1.2.3",
@@ -58,7 +58,7 @@
5858
},
5959
"peerDependencies": {
6060
"@internationalized/number": ">=3.6.4",
61-
"@qualcomm-ui/dom": "workspace:^1.0.12",
61+
"@qualcomm-ui/dom": "workspace:^1.1.0",
6262
"@qualcomm-ui/utils": "workspace:^1.2.3"
6363
}
6464
}

packages/common/dom/CHANGELOG.md

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

3+
## 1.1.0
4+
5+
Apr 19th, 2026
6+
7+
### Features
8+
9+
- [floating-ui]: read gutter from CSS --gutter custom property ([0db5e35](https://github.com/qualcomm/qualcomm-ui/commit/0db5e35))
10+
11+
### Code Refactoring
12+
13+
- [floating-ui]: replace arrow rotation with clip-path diamond ([7717aa9](https://github.com/qualcomm/qualcomm-ui/commit/7717aa9))
14+
315
## 1.0.12
416

517
Apr 19th, 2026

packages/common/dom/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/dom",
3-
"version": "1.0.12",
3+
"version": "1.1.0",
44
"description": "DOM utilities and helpers.",
55
"author": "Ryan Bower",
66
"license": "BSD-3-Clause-Clear",

packages/common/qds-core/CHANGELOG.md

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

3+
## 1.25.0
4+
5+
Apr 19th, 2026
6+
7+
### Features
8+
9+
- [menu]: menu button & icon menu button ([0508c4d](https://github.com/qualcomm/qualcomm-ui/commit/0508c4d))
10+
- [floating-ui]: read gutter from CSS --gutter custom property ([0db5e35](https://github.com/qualcomm/qualcomm-ui/commit/0db5e35))
11+
12+
### Code Refactoring
13+
14+
- [floating-ui]: replace arrow rotation with clip-path diamond ([7717aa9](https://github.com/qualcomm/qualcomm-ui/commit/7717aa9))
15+
16+
### Miscellaneous Chores
17+
18+
- **deps:** update dependencies [@qualcomm-ui/core]
19+
320
## 1.24.1
421

522
Apr 19th, 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.24.1",
3+
"version": "1.25.0",
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.8.0",
74+
"@qualcomm-ui/core": "workspace:^1.9.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.8.0",
98+
"@qualcomm-ui/core": "workspace:^1.9.0",
9999
"@qualcomm-ui/utils": "workspace:^1.2.3"
100100
}
101101
}

packages/frameworks/angular-core/CHANGELOG.md

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

3+
## 2.1.2
4+
5+
Apr 19th, 2026
6+
7+
### Miscellaneous Chores
8+
9+
- **deps:** update dependencies [@qualcomm-ui/dom, @qualcomm-ui/core]
10+
311
## 2.1.1
412

513
Apr 19th, 2026

0 commit comments

Comments
 (0)