Skip to content

Commit 5bd18b3

Browse files
authored
fix(ci/cd): publish script path in workflow (#5111)
* fix(ci/cd): publish script path in workflow * Revert "chore(release): version packages (#5105)" This reverts commit aeed401. * refactor: formatting
1 parent aeed401 commit 5bd18b3

File tree

19 files changed

+39
-95
lines changed

19 files changed

+39
-95
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
"@db-ux/core-components": patch
3+
"@db-ux/ngx-core-components": patch
4+
"@db-ux/react-core-components": patch
5+
"@db-ux/v-core-components": patch
6+
"@db-ux/wc-core-components": patch
7+
---
8+
9+
fix(custom-select): keyboard navigation for option groups in single-select mode:
10+
11+
- Fixes a keyboard accessibility issue where users could not navigate to options in subsequent option groups using arrow keys in single-select mode.
12+
- Now, all options are accessible via keyboard regardless of group boundaries.

.changeset/shaggy-ligers-grow.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
"@db-ux/core-components": patch
3+
"@db-ux/ngx-core-components": patch
4+
"@db-ux/react-core-components": patch
5+
"@db-ux/wc-core-components": patch
6+
"@db-ux/v-core-components": patch
7+
---
8+
9+
fix: JS framework core-components packages are missing `@db-ux` dependencies

.github/workflows/changesets-release-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ jobs:
5454
- name: 🆙 Publish
5555
if: steps.changesets.outputs.hasChangesets == 'false'
5656
run: |
57-
npx --no tsx scripts/github/publish.ts
57+
npx --no tsx scripts/github/changesets/publish.ts
5858
env:
5959
GITHUB_TOKEN: ${{ steps.generate-token.outputs.token }}

output/angular/CHANGELOG.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,5 @@
11
# @db-ux/ngx-core-components
22

3-
## 3.1.16
4-
5-
### Patch Changes
6-
7-
- 6d60bab: - fix(custom-select): keyboard navigation for option groups in single-select mode:
8-
- Fixes a keyboard accessibility issue where users could not navigate to options in subsequent option groups using arrow keys in single-select mode.
9-
- Now, all options are accessible via keyboard regardless of group boundaries.
10-
- 49df866: fix: JS framework core-components packages are missing `@db-ux` dependencies
11-
- Updated dependencies [6d60bab]
12-
- Updated dependencies [49df866]
13-
- @db-ux/core-components@3.1.16
14-
- @db-ux/core-foundations@3.1.16
15-
163
## 3.1.15
174

185
### Patch Changes

output/angular/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@db-ux/ngx-core-components",
3-
"version": "3.1.16",
3+
"version": "3.1.15",
44
"description": "Angular components @db-ux/core-components",
55
"type": "module",
66
"repository": {
@@ -24,7 +24,7 @@
2424
"access": "public"
2525
},
2626
"dependencies": {
27-
"@db-ux/core-components": "3.1.16",
28-
"@db-ux/core-foundations": "3.1.16"
27+
"@db-ux/core-components": "3.1.15",
28+
"@db-ux/core-foundations": "3.1.15"
2929
}
3030
}

output/react/CHANGELOG.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,5 @@
11
# @db-ux/react-core-components
22

3-
## 3.1.16
4-
5-
### Patch Changes
6-
7-
- 6d60bab: - fix(custom-select): keyboard navigation for option groups in single-select mode:
8-
- Fixes a keyboard accessibility issue where users could not navigate to options in subsequent option groups using arrow keys in single-select mode.
9-
- Now, all options are accessible via keyboard regardless of group boundaries.
10-
- 49df866: fix: JS framework core-components packages are missing `@db-ux` dependencies
11-
- Updated dependencies [6d60bab]
12-
- Updated dependencies [49df866]
13-
- @db-ux/core-components@3.1.16
14-
- @db-ux/core-foundations@3.1.16
15-
163
## 3.1.15
174

185
### Patch Changes

output/react/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@db-ux/react-core-components",
3-
"version": "3.1.16",
3+
"version": "3.1.15",
44
"description": "React components for @db-ux/core-components",
55
"repository": {
66
"type": "git",
@@ -38,7 +38,7 @@
3838
},
3939
"sideEffects": false,
4040
"dependencies": {
41-
"@db-ux/core-components": "3.1.16",
42-
"@db-ux/core-foundations": "3.1.16"
41+
"@db-ux/core-components": "3.1.15",
42+
"@db-ux/core-foundations": "3.1.15"
4343
}
4444
}

output/stencil/CHANGELOG.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,5 @@
11
# @db-ux/wc-core-components
22

3-
## 3.1.16
4-
5-
### Patch Changes
6-
7-
- 6d60bab: - fix(custom-select): keyboard navigation for option groups in single-select mode:
8-
- Fixes a keyboard accessibility issue where users could not navigate to options in subsequent option groups using arrow keys in single-select mode.
9-
- Now, all options are accessible via keyboard regardless of group boundaries.
10-
- 49df866: fix: JS framework core-components packages are missing `@db-ux` dependencies
11-
- Updated dependencies [6d60bab]
12-
- Updated dependencies [49df866]
13-
- @db-ux/core-components@3.1.16
14-
- @db-ux/core-foundations@3.1.16
15-
163
## 3.1.15
174

185
### Patch Changes

output/stencil/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@db-ux/wc-core-components",
3-
"version": "3.1.16",
3+
"version": "3.1.15",
44
"description": "Stencil components for @db-ux/core-components",
55
"repository": {
66
"type": "git",
@@ -43,7 +43,7 @@
4343
"web-types": "./dist/web-types.json",
4444
"customElements": "dist/custom-elements.json",
4545
"dependencies": {
46-
"@db-ux/core-components": "3.1.16",
47-
"@db-ux/core-foundations": "3.1.16"
46+
"@db-ux/core-components": "3.1.15",
47+
"@db-ux/core-foundations": "3.1.15"
4848
}
4949
}

output/vue/CHANGELOG.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,5 @@
11
# @db-ux/v-core-components
22

3-
## 3.1.16
4-
5-
### Patch Changes
6-
7-
- 6d60bab: - fix(custom-select): keyboard navigation for option groups in single-select mode:
8-
- Fixes a keyboard accessibility issue where users could not navigate to options in subsequent option groups using arrow keys in single-select mode.
9-
- Now, all options are accessible via keyboard regardless of group boundaries.
10-
- 49df866: fix: JS framework core-components packages are missing `@db-ux` dependencies
11-
- Updated dependencies [6d60bab]
12-
- Updated dependencies [49df866]
13-
- @db-ux/core-components@3.1.16
14-
- @db-ux/core-foundations@3.1.16
15-
163
## 3.1.15
174

185
### Patch Changes

0 commit comments

Comments
 (0)