Skip to content

Commit 8c70a8a

Browse files
Chore/test publish workflow 4 (#4012)
* Fix publish * Flyttet prop for å trigge endring og teste publisering * Publish - @navikt/ft-plattform-komponenter@10.2.5 - @navikt/ft-prosess-beregning@0.0.3-alpha.0
1 parent dc1b775 commit 8c70a8a

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414

1515
steps:
1616
- uses: actions/checkout@v5
17+
with:
18+
fetch-depth: 0
1719

1820
- uses: navikt/fp-gha-workflows/.github/actions/setup-yarnrc@main
1921
with:

packages/plattform-komponenter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@navikt/ft-plattform-komponenter",
33
"description": "Pakke som tilbyr sammensatte komponenter som f.eks. menyer",
4-
"version": "10.2.4",
4+
"version": "10.2.5",
55
"license": "MIT",
66
"type": "module",
77
"module": "./dist/index.es.js",

packages/plattform-komponenter/src/Autocomplete/AutocompleteSuggestion.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ interface Props {
1010
id: string;
1111
index: number;
1212
onClick: (value: Suggestion) => void;
13-
value: Suggestion;
1413
match: string;
1514
setSuggestionIndex: (index: number) => void;
15+
value: Suggestion;
1616
}
1717

1818
interface State {

packages/prosess-beregning/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@navikt/ft-prosess-beregning",
33
"description": "Prosesspanel for beregningsgrunnlaget med aksjonspunkter relatert til avvik for arbeid, frilans og næring",
4-
"version": "0.0.2-alpha.0",
4+
"version": "0.0.3-alpha.0",
55
"private": true,
66
"license": "MIT",
77
"type": "module",

0 commit comments

Comments
 (0)