Skip to content

Commit fc422cf

Browse files
committed
version bumps, ready to ship
Signed-off-by: Ryan Bower <rbower@qti.qualcomm.com>
1 parent 44fa672 commit fc422cf

55 files changed

Lines changed: 535 additions & 161 deletions

File tree

Some content is hidden

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

packages/common/core/CHANGELOG.md

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

3+
## 1.11.5
4+
5+
Jun 10th, 2026
6+
7+
### Code Refactoring
8+
9+
- support nodenext resolution ([5259f2e](https://github.com/qualcomm/qualcomm-ui/commit/5259f2e))
10+
11+
### Styles
12+
13+
- apply lint updates ([c37eff5](https://github.com/qualcomm/qualcomm-ui/commit/c37eff5))
14+
15+
### Miscellaneous Chores
16+
17+
- **deps:** update dependencies [@qualcomm-ui/utils@1.3.2, @qualcomm-ui/dom@1.1.4]
18+
319
## 1.11.4
420

521
Jun 5th, 2026

packages/common/core/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@qualcomm-ui/core",
3-
"version": "1.11.4",
3+
"version": "1.11.5",
44
"description": "core components",
55
"license": "BSD-3-Clause-Clear",
66
"author": "Ryan Bower",
@@ -43,9 +43,9 @@
4343
"@internationalized/number": "^3.6.4",
4444
"@qualcomm-ui/cli": "catalog:",
4545
"@qualcomm-ui/css-utils": "catalog:",
46-
"@qualcomm-ui/dom": "workspace:^1.1.3",
46+
"@qualcomm-ui/dom": "workspace:^1.1.4",
4747
"@qualcomm-ui/tsconfig": "catalog:",
48-
"@qualcomm-ui/utils": "workspace:^1.3.1",
48+
"@qualcomm-ui/utils": "workspace:^1.3.2",
4949
"@qualcomm-ui/vite": "catalog:",
5050
"@types/node": "catalog:",
5151
"@vitest/coverage-v8": "catalog:",
@@ -58,7 +58,7 @@
5858
},
5959
"peerDependencies": {
6060
"@internationalized/number": ">=3.6.4",
61-
"@qualcomm-ui/dom": "workspace:^1.1.3",
62-
"@qualcomm-ui/utils": "workspace:^1.3.1"
61+
"@qualcomm-ui/dom": "workspace:^1.1.4",
62+
"@qualcomm-ui/utils": "workspace:^1.3.2"
6363
}
6464
}

packages/common/dom/CHANGELOG.md

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

3+
## 1.1.4
4+
5+
Jun 10th, 2026
6+
7+
### Styles
8+
9+
- apply lint updates ([277ab8d](https://github.com/qualcomm/qualcomm-ui/commit/277ab8d))
10+
11+
### Code Refactoring
12+
13+
- support nodenext resolution ([8cf0690](https://github.com/qualcomm/qualcomm-ui/commit/8cf0690))
14+
15+
### Miscellaneous Chores
16+
17+
- **deps:** update dependencies [@qualcomm-ui/utils@1.3.2]
18+
319
## 1.1.3
420

521
Jun 3rd, 2026

packages/common/dom/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/dom",
3-
"version": "1.1.3",
3+
"version": "1.1.4",
44
"description": "DOM utilities and helpers.",
55
"license": "BSD-3-Clause-Clear",
66
"author": "Ryan Bower",
@@ -38,7 +38,7 @@
3838
"@floating-ui/dom": "^1.7.0",
3939
"@qualcomm-ui/cli": "catalog:",
4040
"@qualcomm-ui/tsconfig": "catalog:",
41-
"@qualcomm-ui/utils": "workspace:^1.3.1",
41+
"@qualcomm-ui/utils": "workspace:^1.3.2",
4242
"@qualcomm-ui/vite": "catalog:",
4343
"@types/node": "catalog:",
4444
"shx": "catalog:",
@@ -48,6 +48,6 @@
4848
},
4949
"peerDependencies": {
5050
"@floating-ui/dom": ">=1.7.0",
51-
"@qualcomm-ui/utils": "workspace:^1.3.1"
51+
"@qualcomm-ui/utils": "workspace:^1.3.2"
5252
}
5353
}

packages/common/mdx-common/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# @qualcomm-ui/mdx-common Changelog
22

3+
## 2.4.2
4+
5+
Jun 10th, 2026
6+
7+
### Styles
8+
9+
- apply lint updates ([4826561](https://github.com/qualcomm/qualcomm-ui/commit/4826561))
10+
11+
### Code Refactoring
12+
13+
- support nodenext resolution ([4056254](https://github.com/qualcomm/qualcomm-ui/commit/4056254))
14+
15+
### Miscellaneous Chores
16+
17+
- **deps:** update dependencies [@qualcomm-ui/typedoc-common@1.0.8]
18+
319
## 2.4.1
420

521
Jun 3rd, 2026

packages/common/mdx-common/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/mdx-common",
3-
"version": "2.4.1",
3+
"version": "2.4.2",
44
"description": "MDX common types and utilities",
55
"license": "BSD-3-Clause-Clear",
66
"author": "Ryan Bower",
@@ -37,15 +37,15 @@
3737
"devDependencies": {
3838
"@qualcomm-ui/cli": "catalog:",
3939
"@qualcomm-ui/tsconfig": "catalog:",
40-
"@qualcomm-ui/typedoc-common": "workspace:^1.0.7",
40+
"@qualcomm-ui/typedoc-common": "workspace:^1.0.8",
4141
"@qualcomm-ui/vite": "catalog:",
4242
"fuzzysort": "^3.0.1",
4343
"shx": "catalog:",
4444
"tsx": "catalog:",
4545
"vite": "catalog:"
4646
},
4747
"peerDependencies": {
48-
"@qualcomm-ui/typedoc-common": "workspace:^1.0.7",
48+
"@qualcomm-ui/typedoc-common": "workspace:^1.0.8",
4949
"fuzzysort": ">=3"
5050
}
5151
}

packages/common/mdx-vite/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# @qualcomm-ui/mdx-vite Changelog
22

3+
## 3.8.4
4+
5+
Jun 10th, 2026
6+
7+
### Bug Fixes
8+
9+
- [shiki]: remove diffed code from copyable examples ([834d30a](https://github.com/qualcomm/qualcomm-ui/commit/834d30a))
10+
11+
### Code Refactoring
12+
13+
- [open-web-ui]: remove unused class ([96c6399](https://github.com/qualcomm/qualcomm-ui/commit/96c6399))
14+
- support nodenext resolution ([bb2a702](https://github.com/qualcomm/qualcomm-ui/commit/bb2a702))
15+
16+
### Styles
17+
18+
- apply lint updates ([a70177d](https://github.com/qualcomm/qualcomm-ui/commit/a70177d))
19+
20+
### Miscellaneous Chores
21+
22+
- **deps:** update dependencies [@qualcomm-ui/typedoc-common@1.0.8, @qualcomm-ui/utils@1.3.2, @qualcomm-ui/mdx-common@2.4.2]
23+
324
## 3.8.3
425

526
Jun 5th, 2026

packages/common/mdx-vite/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@qualcomm-ui/mdx-vite",
3-
"version": "3.8.3",
3+
"version": "3.8.4",
44
"description": "Vite documentation plugin for applications that use MDX",
55
"license": "BSD-3-Clause-Clear",
66
"author": "Ryan Bower",
@@ -89,11 +89,11 @@
8989
},
9090
"devDependencies": {
9191
"@qualcomm-ui/cli": "catalog:",
92-
"@qualcomm-ui/mdx-common": "workspace:^2.4.1",
93-
"@qualcomm-ui/tailwind-plugin": "workspace:^1.7.3",
92+
"@qualcomm-ui/mdx-common": "workspace:^2.4.2",
93+
"@qualcomm-ui/tailwind-plugin": "workspace:^1.7.4",
9494
"@qualcomm-ui/tsconfig": "catalog:",
95-
"@qualcomm-ui/typedoc-common": "workspace:^1.0.7",
96-
"@qualcomm-ui/utils": "workspace:^1.3.1",
95+
"@qualcomm-ui/typedoc-common": "workspace:^1.0.8",
96+
"@qualcomm-ui/utils": "workspace:^1.3.2",
9797
"@qualcomm-ui/vite": "catalog:",
9898
"@types/hast": "^3.0.4",
9999
"@types/lodash-es": "catalog:",
@@ -125,9 +125,9 @@
125125
"zod": "^4.1.13"
126126
},
127127
"peerDependencies": {
128-
"@qualcomm-ui/mdx-common": "workspace:^2.4.1",
129-
"@qualcomm-ui/typedoc-common": "workspace:^1.0.7",
130-
"@qualcomm-ui/utils": "workspace:^1.3.1",
128+
"@qualcomm-ui/mdx-common": "workspace:^2.4.2",
129+
"@qualcomm-ui/typedoc-common": "workspace:^1.0.8",
130+
"@qualcomm-ui/utils": "workspace:^1.3.2",
131131
"lodash-es": ">=4.17.21 <5",
132132
"minimatch": ">=10",
133133
"rehype-mdx-code-props": ">=3 <4",
@@ -140,7 +140,7 @@
140140
"zod": ">=4.1.0"
141141
},
142142
"optionalDependencies": {
143-
"@qualcomm-ui/tailwind-plugin": "workspace:^1.7.3",
143+
"@qualcomm-ui/tailwind-plugin": "workspace:^1.7.4",
144144
"postcss": "^8.5.6",
145145
"postcss-selector-parser": "^7.1.1",
146146
"tailwindcss": "^4.1.17"

packages/common/node-utils/CHANGELOG.md

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

3+
## 1.0.4
4+
5+
Jun 10th, 2026
6+
7+
### Styles
8+
9+
- apply lint updates ([071fdf4](https://github.com/qualcomm/qualcomm-ui/commit/071fdf4))
10+
11+
### Code Refactoring
12+
13+
- support nodenext resolution ([8198e32](https://github.com/qualcomm/qualcomm-ui/commit/8198e32))
14+
315
## 1.0.3
416

517
Jun 3rd, 2026

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.3",
3+
"version": "1.0.4",
44
"description": "A Node.js utility library",
55
"license": "BSD-3-Clause-Clear",
66
"author": "Ryan Bower",

0 commit comments

Comments
 (0)