Skip to content

Commit ab75e09

Browse files
authored
ui: Oidc trusted publishing potential fix (#6114)
* touch ui packages * OIdc trusted publishing potential fix * Touch packages
1 parent 0bdf394 commit ab75e09

File tree

10 files changed

+11
-10
lines changed

10 files changed

+11
-10
lines changed

ui/lerna.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"tagVersionPrefix": "ui-v",
55
"command": {
66
"publish": {
7-
"conventionalCommits": true
7+
"conventionalCommits": true,
8+
"provenance": true
89
},
910
"version": {
1011
"allowBranch": "main"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# Parca API Client
1+
## Parca API Client
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
## Parca Component Library
1+
# Parca Component Library
22

33
A package with all react components that are used in Parca.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# Dynamically resize Parca components
1+
## Dynamically resize Parca components
22

33
Library all around dynamically sizing components.

ui/packages/shared/hooks/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# Parca Hooks
1+
## Parca Hooks
22

33
A library containing React hooks used in the Parca UI

ui/packages/shared/icons/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# Parca Icons
1+
## Parca Icons
22

33
These are some of the commonly used icons in the Parca project.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# JS Parser for continuous profiling language
1+
## JS Parser for continuous profiling language
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# Parca Profile Libraries
1+
## Parca Profile Libraries

ui/packages/shared/store/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# Parca Store
1+
## Parca Store
22

33
State management for the Parca UI
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# Parca Shared Functions
1+
## Parca Shared Functions

0 commit comments

Comments
 (0)