Skip to content

Commit b949645

Browse files
committed
Merge branch 'main' into prefix-workflow
2 parents 5acbbb8 + 87540ac commit b949645

File tree

95 files changed

+11463
-10887
lines changed

Some content is hidden

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

95 files changed

+11463
-10887
lines changed

.changeset/gorgeous-beers-grow.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@orchestrator-ui/orchestrator-ui-components': patch
3+
---
4+
5+
1530 Navigate to task list page when clicking on the tasks count icon

.changeset/happy-rivers-attend.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@orchestrator-ui/orchestrator-ui-components': patch
3+
---
4+
5+
1577 Fixes uncheckable checkbox (only the label was clickable)

.changeset/modern-ads-film.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@orchestrator-ui/orchestrator-ui-components': patch
3+
---
4+
5+
1536 Hides inUseByIds in the list of product block instance values

.changeset/silent-plums-invite.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@orchestrator-ui/orchestrator-ui-components': patch
3+
---
4+
5+
1561 Fixes double copy icon in subscription detail page at the in-use-by-subscriptions section

.changeset/smart-pans-notice.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@orchestrator-ui/orchestrator-ui-components': minor
3+
---
4+
5+
1560 Table Header: for narrow columns, moving the sort icons as much as possible to the right

.changeset/sour-monkeys-collect.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@orchestrator-ui/orchestrator-ui-components': patch
3+
---
4+
5+
Fix WfoInlineNoteEdit showing cached value from the previous page on the next one

.changeset/twelve-crews-return.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@orchestrator-ui/orchestrator-ui-components': minor
3+
---
4+
5+
1556 Adds inline note editing for the subscription list page

.changeset/wild-pandas-hunt.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@orchestrator-ui/orchestrator-ui-components": patch
3+
---
4+
5+
new column width and customer fullname hidden

.github/workflows/publish-to-npm.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ concurrency: ${{ github.workflow }}-${{ github.ref }}
1010
jobs:
1111
publish:
1212
runs-on: ubuntu-latest
13+
permissions:
14+
id-token: write
15+
contents: write
1316
steps:
1417
- name: Create GitHub app token
1518
uses: actions/create-github-app-token@v1
@@ -18,7 +21,7 @@ jobs:
1821
app-id: ${{ vars.RW_REPOSITORY_CONTENT_APP_ID }}
1922
private-key: ${{ secrets.RW_REPOSITORY_CONTENT_PRIVATE_KEY }}
2023
owner: ${{ github.repository_owner }}
21-
repositories: "orchestrator-ui-library"
24+
repositories: 'orchestrator-ui-library'
2225
- uses: actions/checkout@v3
2326
- name: Use Node.js ${{ matrix.node-version }}
2427
uses: actions/setup-node@v3

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ npm-debug.log*
4040
*.iml
4141
.vscode
4242

43-
# ignore genreated ui version file
43+
# ignore generated ui version file
4444
packages/orchestrator-ui-components/src/configuration/version.ts
4545

4646
# Temporary fix for surf version

0 commit comments

Comments
 (0)