Skip to content

Commit 5ea20a8

Browse files
committed
changelogs, version bumps
Signed-off-by: Ryan Bower <rbower@qti.qualcomm.com>
1 parent d534f3c commit 5ea20a8

6 files changed

Lines changed: 29 additions & 80 deletions

File tree

packages/common/mdx-vite/CHANGELOG.md

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

3+
## 2.17.2 (2026/03/02)
4+
5+
### Performance Improvements
6+
7+
- [mdx-vite]: batch git metadata lookups into a single command ([dbb2b9b](https://github.com/qualcomm/qualcomm-ui/commit/dbb2b9b))
8+
39
## 2.17.1 (2026/02/26)
410

511
### Bug Fixes

packages/common/mdx-vite/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/mdx-vite",
3-
"version": "2.17.1",
3+
"version": "2.17.2",
44
"description": "Vite documentation plugin for applications that use MDX",
55
"author": "Ryan Bower",
66
"license": "BSD-3-Clause-Clear",

packages/frameworks/react-mdx/CHANGELOG.md

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

3+
## 1.13.2 (2026/03/02)
4+
5+
### Styles
6+
7+
- [react-mdx]: update updated-on typography to use heading font with italic ([d534f3c](https://github.com/qualcomm/qualcomm-ui/commit/d534f3c))
8+
9+
### Code Refactoring
10+
11+
- [react-mdx]: extract UpdatedOnDate into its own component ([7d4f5e4](https://github.com/qualcomm/qualcomm-ui/commit/7d4f5e4))
12+
313
## 1.13.1 (2026/02/27)
414

515
### Miscellaneous Chores

packages/frameworks/react-mdx/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/react-mdx",
3-
"version": "1.13.1",
3+
"version": "1.13.2",
44
"description": "React components and utilities for MDX documentation sites based on QUI Docs",
55
"author": "Ryan Bower",
66
"license": "BSD-3-Clause-Clear",

packages/frameworks/react-swagger/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@qualcomm-ui/qds-core": "workspace:^1.20.0",
4949
"@qualcomm-ui/react": "workspace:^1.15.0",
5050
"@qualcomm-ui/react-core": "workspace:^1.3.0",
51-
"@qualcomm-ui/react-mdx": "workspace:^1.13.1",
51+
"@qualcomm-ui/react-mdx": "workspace:^1.13.2",
5252
"@qualcomm-ui/react-test-utils": "workspace:^1.0.0",
5353
"@qualcomm-ui/tsconfig": "catalog:",
5454
"@qualcomm-ui/utils": "workspace:^1.1.0",

pnpm-lock.yaml

Lines changed: 10 additions & 77 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)