Skip to content

Commit

Permalink
Pakkeoppdateringer - minor/patch (#2261)
Browse files Browse the repository at this point in the history
* Pakkeoppdateringer - minor/patch

* Changelog

* Korrigere test etter endring
  • Loading branch information
frodehansen2 authored Sep 26, 2024
1 parent 63fd8e6 commit 4f63393
Show file tree
Hide file tree
Showing 55 changed files with 635 additions and 331 deletions.
5 changes: 0 additions & 5 deletions .changeset/nervous-cats-develop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tame-paws-teach.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/young-llamas-marry.md

This file was deleted.

13 changes: 13 additions & 0 deletions apps/dine-pleiepenger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @navikt/dine-pleiepenger

## 1.6.16

### Patch Changes

- Pakkeoppdateringer - minor/patch
- Updated dependencies [ad46a6b]
- Updated dependencies
- @navikt/sif-common-core-ds@9.18.16
- @navikt/sif-common-amplitude@2.26.13
- @navikt/appstatus-react-ds@2.19.13
- @navikt/sif-common-sentry@0.27.11
- @navikt/sif-common-utils@3.47.13

## 1.6.15

### Patch Changes
Expand Down
14 changes: 7 additions & 7 deletions apps/dine-pleiepenger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@navikt/dine-pleiepenger",
"version": "1.6.15",
"version": "1.6.16",
"private": true,
"scripts": {
"build-storybook": "storybook build",
Expand All @@ -17,8 +17,8 @@
"test-w": "vitest"
},
"dependencies": {
"@grafana/faro-web-sdk": "1.10.0",
"@grafana/faro-web-tracing": "1.10.0",
"@grafana/faro-web-sdk": "1.10.1",
"@grafana/faro-web-tracing": "1.10.1",
"@navikt/appstatus-react-ds": "*",
"@navikt/nav-dekoratoren-moduler": "2.1.6",
"@navikt/next-logger": "1.32.0",
Expand Down Expand Up @@ -47,10 +47,10 @@
},
"devDependencies": {
"@axe-core/playwright": "4.10.0",
"@navikt/ds-css": "7.0.1",
"@navikt/ds-css": "7.1.0",
"@navikt/ds-icons": "3.4.3",
"@navikt/ds-react": "7.0.1",
"@navikt/ds-tailwind": "7.0.1",
"@navikt/ds-react": "7.1.0",
"@navikt/ds-tailwind": "7.1.0",
"@playwright/test": "1.47.2",
"@sif/eslint-config": "*",
"@storybook/addon-essentials": "8.3.3",
Expand Down Expand Up @@ -83,7 +83,7 @@
"typescript": "5.6.2",
"uuid": "10.0.0",
"vitest": "2.1.1",
"webpack": "5.94.0"
"webpack": "5.95.0"
},
"_id": "@navikt/[email protected]"
}
16 changes: 16 additions & 0 deletions apps/ekstra-omsorgsdager-andre-forelder-ikke-tilsyn/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @navikt/ekstra-omsorgsdager-andre-forelder-ikke-tilsyn

## 1.26.24

### Patch Changes

- Pakkeoppdateringer - minor/patch
- Updated dependencies [ad46a6b]
- Updated dependencies
- @navikt/sif-common-core-ds@9.18.16
- @navikt/sif-common-amplitude@2.26.13
- @navikt/sif-common-formik-ds@1.12.16
- @navikt/sif-common-soknad-ds@14.0.11
- @navikt/sif-common-forms-ds@10.1.11
- @navikt/sif-common-sentry@0.27.11
- @navikt/sif-common-utils@3.47.13
- @navikt/sif-common-ui@0.8.17

## 1.26.23

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Søknad om ekstra omsorgsdager når den andre forelderen ikke kan ha tilsyn med barn",
"license": "MIT",
"name": "@navikt/ekstra-omsorgsdager-andre-forelder-ikke-tilsyn",
"version": "1.26.23",
"version": "1.26.24",
"repository": "https://github.com/navikt/sif-brukerdialog",
"private": true,
"type": "module",
Expand All @@ -24,9 +24,9 @@
"test": "vitest run"
},
"dependencies": {
"@navikt/ds-css": "7.0.1",
"@navikt/ds-react": "7.0.1",
"@navikt/ds-tailwind": "7.0.1",
"@navikt/ds-css": "7.1.0",
"@navikt/ds-react": "7.1.0",
"@navikt/ds-tailwind": "7.1.0",
"@navikt/sif-app-register": "*",
"@navikt/sif-common-amplitude": "*",
"@navikt/sif-common-core-ds": "*",
Expand Down
16 changes: 16 additions & 0 deletions apps/endringsmelding-pleiepenger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @navikt/endringsmelding-pleiepenger

## 2.31.24

### Patch Changes

- Pakkeoppdateringer - minor/patch
- Updated dependencies [ad46a6b]
- Updated dependencies
- @navikt/sif-common-core-ds@9.18.16
- @navikt/sif-common-amplitude@2.26.13
- @navikt/sif-common-formik-ds@1.12.16
- @navikt/sif-common-soknad-ds@14.0.11
- @navikt/sif-common-forms-ds@10.1.11
- @navikt/sif-common-sentry@0.27.11
- @navikt/sif-common-utils@3.47.13
- @navikt/sif-common-ui@0.8.17

## 2.31.23

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions apps/endringsmelding-pleiepenger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
"license": "MIT",
"name": "@navikt/endringsmelding-pleiepenger",
"repository": "https://github.com/navikt/sif-brukerdialog",
"version": "2.31.23",
"version": "2.31.24",
"private": true,
"dependencies": {
"@navikt/ds-css": "7.0.1",
"@navikt/ds-css": "7.1.0",
"@navikt/ds-icons": "3.4.3",
"@navikt/ds-react": "7.0.1",
"@navikt/ds-tailwind": "7.0.1",
"@navikt/ds-react": "7.1.0",
"@navikt/ds-tailwind": "7.1.0",
"@navikt/sif-common-amplitude": "*",
"@navikt/sif-common-core-ds": "*",
"@navikt/sif-common-formik-ds": "*",
Expand Down Expand Up @@ -55,7 +55,7 @@
"@babel/preset-react": "7.24.7",
"@babel/preset-typescript": "7.24.7",
"@mswjs/data": "0.16.2",
"@navikt/ds-tailwind": "7.0.1",
"@navikt/ds-tailwind": "7.1.0",
"@playwright/test": "1.47.2",
"@sentry/vite-plugin": "2.22.4",
"@sif/eslint-config": "*",
Expand Down
17 changes: 17 additions & 0 deletions apps/omsorgsdager-aleneomsorg-dialog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @navikt/omsorgsdager-aleneomsorg-dialog

## 2.20.24

### Patch Changes

- Pakkeoppdateringer - minor/patch
- Updated dependencies [ad46a6b]
- Updated dependencies
- @navikt/sif-common-core-ds@9.18.16
- @navikt/sif-common-amplitude@2.26.13
- @navikt/sif-common-formik-ds@1.12.16
- @navikt/sif-common-soknad-ds@14.0.11
- @navikt/sif-common-forms-ds@10.1.11
- @navikt/sif-common-sentry@0.27.11
- @navikt/sif-common-utils@3.47.13
- @navikt/sif-common-faro@0.1.3
- @navikt/sif-common-ui@0.8.17

## 2.20.23

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions apps/omsorgsdager-aleneomsorg-dialog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "MIT",
"name": "@navikt/omsorgsdager-aleneomsorg-dialog",
"repository": "https://github.com/navikt/sif-brukerdialog",
"version": "2.20.23",
"version": "2.20.24",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -22,9 +22,9 @@
"start-express": "node ./server.cjs"
},
"dependencies": {
"@navikt/ds-css": "7.0.1",
"@navikt/ds-react": "7.0.1",
"@navikt/ds-tailwind": "7.0.1",
"@navikt/ds-css": "7.1.0",
"@navikt/ds-react": "7.1.0",
"@navikt/ds-tailwind": "7.1.0",
"@navikt/sif-app-register": "*",
"@navikt/sif-common-amplitude": "*",
"@navikt/sif-common-core-ds": "*",
Expand Down
6 changes: 6 additions & 0 deletions apps/omsorgsdager-kalkulator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @navikt/omsorgsdager-kalkulator

## 3.8.14

### Patch Changes

- Pakkeoppdateringer - minor/patch

## 3.8.13

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions apps/omsorgsdager-kalkulator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "En kalkulator for beregning av omsorgsdager.",
"license": "MIT",
"name": "@navikt/omsorgsdager-kalkulator",
"version": "3.8.13",
"version": "3.8.14",
"private": true,
"scripts": {
"dev": "next dev -p 8080",
Expand All @@ -16,10 +16,10 @@
"test": "jest"
},
"dependencies": {
"@navikt/ds-css": "7.0.1",
"@navikt/ds-css": "7.1.0",
"@navikt/ds-icons": "3.4.3",
"@navikt/ds-react": "7.0.1",
"@navikt/ds-tailwind": "7.0.1",
"@navikt/ds-react": "7.1.0",
"@navikt/ds-tailwind": "7.1.0",
"@navikt/nav-dekoratoren-moduler": "2.1.6",
"classnames": "2.5.1",
"date-fns": "3.6.0",
Expand All @@ -37,7 +37,7 @@
"devDependencies": {
"@axe-core/playwright": "4.10.0",
"@playwright/test": "1.47.2",
"@types/node": "22.7.0",
"@types/node": "22.7.2",
"@types/react": "18.3.9",
"@types/react-dom": "18.3.0",
"@types/uuid": "10.0.0",
Expand Down
16 changes: 16 additions & 0 deletions apps/omsorgspengerutbetaling-arbeidstaker-soknad/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @navikt/omsorgspengerutbetaling-arbeidstaker-soknad

## 1.6.11

### Patch Changes

- Pakkeoppdateringer - minor/patch
- Updated dependencies [ad46a6b]
- Updated dependencies
- @navikt/sif-common-core-ds@9.18.16
- @navikt/sif-common-amplitude@2.26.13
- @navikt/sif-common-formik-ds@1.12.16
- @navikt/sif-common-soknad-ds@14.0.11
- @navikt/sif-common-forms-ds@10.1.11
- @navikt/sif-common-sentry@0.27.11
- @navikt/sif-common-utils@3.47.13
- @navikt/sif-common-ui@0.8.17

## 1.6.10

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions apps/omsorgspengerutbetaling-arbeidstaker-soknad/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"license": "MIT",
"name": "@navikt/omsorgspengerutbetaling-arbeidstaker-soknad",
"repository": "https://github.com/navikt/sif-brukerdialog",
"version": "1.6.10",
"version": "1.6.11",
"private": true,
"type": "module",
"dependencies": {
"@navikt/ds-css": "7.0.1",
"@navikt/ds-css": "7.1.0",
"@navikt/ds-icons": "3.4.3",
"@navikt/ds-react": "7.0.1",
"@navikt/ds-tailwind": "7.0.1",
"@navikt/ds-react": "7.1.0",
"@navikt/ds-tailwind": "7.1.0",
"@navikt/sif-app-register": "*",
"@navikt/sif-common-amplitude": "*",
"@navikt/sif-common-core-ds": "*",
Expand Down Expand Up @@ -65,7 +65,7 @@
"@storybook/react-vite": "8.3.3",
"@storybook/test": "8.3.3",
"@testing-library/dom": "10.4.0",
"@types/node": "22.7.0",
"@types/node": "22.7.2",
"@types/object-hash": "3.0.6",
"@types/react": "18.3.9",
"@types/react-dom": "18.3.0",
Expand Down
20 changes: 20 additions & 0 deletions apps/omsorgspengerutbetaling-soknad/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @navikt/omsorgspengerutbetaling-soknad

## 1.16.0

### Minor Changes

- ad46a6b: Gå over til å bruke nytt serveroppsett

### Patch Changes

- Pakkeoppdateringer - minor/patch
- Updated dependencies [ad46a6b]
- Updated dependencies
- @navikt/sif-common-core-ds@9.18.16
- @navikt/sif-common-amplitude@2.26.13
- @navikt/sif-common-formik-ds@1.12.16
- @navikt/sif-common-soknad-ds@14.0.11
- @navikt/sif-common-forms-ds@10.1.11
- @navikt/sif-common-sentry@0.27.11
- @navikt/sif-common-utils@3.47.13
- @navikt/sif-common-ui@0.8.17

## 1.15.10

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions apps/omsorgspengerutbetaling-soknad/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"license": "MIT",
"name": "@navikt/omsorgspengerutbetaling-soknad",
"repository": "https://github.com/navikt/sif-brukerdialog",
"version": "1.15.10",
"version": "1.16.0",
"private": true,
"type": "module",
"dependencies": {
"@navikt/ds-css": "7.0.1",
"@navikt/ds-css": "7.1.0",
"@navikt/ds-icons": "3.4.3",
"@navikt/ds-react": "7.0.1",
"@navikt/ds-tailwind": "7.0.1",
"@navikt/ds-react": "7.1.0",
"@navikt/ds-tailwind": "7.1.0",
"@navikt/sif-app-register": "*",
"@navikt/sif-common-amplitude": "*",
"@navikt/sif-common-core-ds": "*",
Expand Down Expand Up @@ -59,7 +59,7 @@
"@storybook/test": "8.3.3",
"@testing-library/dom": "10.4.0",
"@testing-library/react": "16.0.1",
"@types/node": "22.7.0",
"@types/node": "22.7.2",
"@types/object-hash": "3.0.6",
"@types/react": "18.3.9",
"@types/react-dom": "18.3.0",
Expand Down
16 changes: 16 additions & 0 deletions apps/omsorgspengesoknad/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @navikt/omsorgspengesoknad

## 1.29.26

### Patch Changes

- Pakkeoppdateringer - minor/patch
- Updated dependencies [ad46a6b]
- Updated dependencies
- @navikt/sif-common-core-ds@9.18.16
- @navikt/sif-common-amplitude@2.26.13
- @navikt/sif-common-formik-ds@1.12.16
- @navikt/sif-common-soknad-ds@14.0.11
- @navikt/sif-common-forms-ds@10.1.11
- @navikt/sif-common-sentry@0.27.11
- @navikt/sif-common-utils@3.47.13
- @navikt/sif-common-ui@0.8.17

## 1.29.25

### Patch Changes
Expand Down
Loading

0 comments on commit 4f63393

Please sign in to comment.