Skip to content

Commit 75e706f

Browse files
authored
Merge pull request #172 from lambda-curry/changeset-release/main
2 parents 782bb72 + ec7f2da commit 75e706f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
with:
2525
node-version: '22'
2626
registry-url: 'https://registry.npmjs.org'
27+
# registry-url enables OIDC authentication for npm publish
2728

2829
- name: Enable Corepack
2930
run: corepack enable
@@ -43,3 +44,5 @@ jobs:
4344
env:
4445
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4546
# No NPM_TOKEN needed - using trusted publishing via OIDC
47+
# The registry-url in setup-node@v4 enables OIDC authentication
48+
# npm CLI 11.5.1+ automatically detects OIDC and uses it for publish

packages/components/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
- 39156a7: Enable typing to open and search select dropdowns. When focused on a select trigger, typing any printable character will open the dropdown, focus the search input, and pre-populate the search with the typed character.
88
- 6921b25: Fix cursor positioning when focusing search input in select dropdowns. Prevents text selection when opening select dropdown via typing, allowing users to continue typing without overwriting the first character.
9+
- 1860649: Fix circular dependency in DataTableFilter import by importing directly from component file instead of index.
910
- bca6619: Add uncontrolled mode to FormError component via a manual `message` prop.
1011

1112
## 0.22.2

0 commit comments

Comments
 (0)