Skip to content

Commit 30a027e

Browse files
Version Packages (#1316)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b8215bd commit 30a027e

File tree

3 files changed

+22
-17
lines changed

3 files changed

+22
-17
lines changed

.changeset/fix-exports-compatibility.md

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

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# @autoguru/overdrive
22

3+
## 4.53.1
4+
5+
### Patch Changes
6+
7+
- b8215bd: fix(exports): add missing subpath exports and types condition for
8+
tsgo compatibility
9+
- Add `EAlignment` re-export from `Positioner` index (alongside existing
10+
`EPositionerAlignment`)
11+
- Add `useRadioContext` export from `Radio` index
12+
- Add `BadgeProps` type export from `Badge` index
13+
- Add `SprinklesColumnWidth` type export from `Columns` index
14+
- Add `ProviderProps` type export from `OverdriveProvider` index
15+
- Create public `HintText` component re-export (previously only available via
16+
private path)
17+
- Add `./themes` and `./utils` barrel exports to package.json exports field
18+
- Add explicit `./themes/base`, `./themes/flat_red`, `./themes/neutral`
19+
directory exports
20+
- Add `./package.json` self-reference export for tooling compatibility
21+
- Add `types` condition to `./dist/*` catch-all for strict TypeScript
22+
resolvers (tsgo)
23+
324
## 4.53.0
425

526
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@autoguru/overdrive",
3-
"version": "4.53.0",
3+
"version": "4.53.1",
44
"description": "Overdrive is a product component library, and design system for AutoGuru.",
55
"types": "dist/index.d.ts",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)