Skip to content

Commit a882a8a

Browse files
Version Packages (#2807)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent d1606d3 commit a882a8a

18 files changed

+56
-33
lines changed

.changeset/famous-panthers-appear.md

-5
This file was deleted.

.changeset/large-wombats-rule.md

-5
This file was deleted.

@navikt/aksel-icons/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @navikt/aksel-icons
22

3+
## 6.3.3
4+
35
## 6.3.2
46

57
## 6.3.1

@navikt/aksel-icons/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@navikt/aksel-icons",
3-
"version": "6.3.2",
3+
"version": "6.3.3",
44
"author": "Aksel | NAV",
55
"homepage": "https://aksel.nav.no/ikoner",
66
"repository": {

@navikt/aksel-stylelint/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @navikt/aksel-stylelint
22

3+
## 6.3.3
4+
35
## 6.3.2
46

57
## 6.3.1

@navikt/aksel-stylelint/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@navikt/aksel-stylelint",
3-
"version": "6.3.2",
3+
"version": "6.3.3",
44
"author": "Aksel | NAV",
55
"homepage": "https://aksel.nav.no/grunnleggende/kode/stylelint",
66
"repository": {
@@ -35,8 +35,8 @@
3535
"dev": "yarn watch:lint"
3636
},
3737
"devDependencies": {
38-
"@navikt/ds-css": "^6.3.2",
39-
"@navikt/ds-tokens": "^6.3.2",
38+
"@navikt/ds-css": "^6.3.3",
39+
"@navikt/ds-tokens": "^6.3.3",
4040
"concurrently": "7.2.1",
4141
"postcss-selector-parser": "^6.0.13",
4242
"postcss-value-parser": "^4.2.0",

@navikt/aksel/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @navikt/aksel
22

3+
## 6.3.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @navikt/ds-css@6.3.3
9+
310
## 6.3.2
411

512
### Patch Changes

@navikt/aksel/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@navikt/aksel",
3-
"version": "6.3.2",
3+
"version": "6.3.3",
44
"description": "Aksel command line interface. Handles css-imports, codemods and more",
55
"author": "Aksel | NAV designsystem team",
66
"license": "MIT",
@@ -29,7 +29,7 @@
2929
},
3030
"homepage": "https://aksel.nav.no/grunnleggende/kode/kommandolinje",
3131
"dependencies": {
32-
"@navikt/ds-css": "6.3.2",
32+
"@navikt/ds-css": "6.3.3",
3333
"axios": "1.6.0",
3434
"chalk": "4.1.0",
3535
"clipboardy": "^2.3.0",

@navikt/core/css/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @navikt/ds-css
22

3+
## 6.3.3
4+
35
## 6.3.2
46

57
## 6.3.1

@navikt/core/css/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@navikt/ds-css",
3-
"version": "6.3.2",
3+
"version": "6.3.3",
44
"description": "CSS for NAV Designsystem",
55
"author": "Aksel | NAV designsystem team",
66
"keywords": [
@@ -27,7 +27,7 @@
2727
"css:get-version": "node config/get-version.js"
2828
},
2929
"devDependencies": {
30-
"@navikt/ds-tokens": "^6.3.2",
30+
"@navikt/ds-tokens": "^6.3.3",
3131
"cssnano": "6.0.0",
3232
"fast-glob": "3.2.11",
3333
"lodash": "4.17.21",

@navikt/core/react/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @navikt/ds-react
22

3+
## 6.3.3
4+
5+
### Patch Changes
6+
7+
- FileUpload.Dropzone: Fiks feil med duplisert id ([#2805](https://github.com/navikt/aksel/pull/2805))
8+
9+
- useDatePicker: `isInvalid`-key i onValidate var hadde flipper boolean i noen tilfeller ([#2809](https://github.com/navikt/aksel/pull/2809))
10+
11+
- Updated dependencies []:
12+
- @navikt/ds-tokens@6.3.3
13+
- @navikt/aksel-icons@6.3.3
14+
315
## 6.3.2
416

517
### Patch Changes

@navikt/core/react/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@navikt/ds-react",
3-
"version": "6.3.2",
3+
"version": "6.3.3",
44
"description": "React components from the Norwegian Labour and Welfare Administration.",
55
"author": "Aksel, a team part of the Norwegian Labour and Welfare Administration.",
66
"license": "MIT",
@@ -562,8 +562,8 @@
562562
},
563563
"dependencies": {
564564
"@floating-ui/react": "0.25.4",
565-
"@navikt/aksel-icons": "^6.3.2",
566-
"@navikt/ds-tokens": "^6.3.2",
565+
"@navikt/aksel-icons": "^6.3.3",
566+
"@navikt/ds-tokens": "^6.3.3",
567567
"@radix-ui/react-tabs": "1.0.0",
568568
"@radix-ui/react-toggle-group": "1.0.0",
569569
"clsx": "^2.1.0",

@navikt/core/tailwind/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @navikt/ds-tailwind
22

3+
## 6.3.3
4+
35
## 6.3.2
46

57
## 6.3.1

@navikt/core/tailwind/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@navikt/ds-tailwind",
3-
"version": "6.3.2",
3+
"version": "6.3.3",
44
"description": "Tailwind config based on @navikt/ds-tokens",
55
"author": "Aksel | NAV designsystem team",
66
"keywords": [
@@ -25,7 +25,7 @@
2525
"directory": "@navikt/core/tailwind"
2626
},
2727
"devDependencies": {
28-
"@navikt/ds-tokens": "^6.3.2",
28+
"@navikt/ds-tokens": "^6.3.3",
2929
"color": "4.2.3",
3030
"lodash": "^4.17.21",
3131
"tailwindcss": "^3.3.3",

@navikt/core/tokens/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @navikt/ds-tokens
22

3+
## 6.3.3
4+
35
## 6.3.2
46

57
## 6.3.1

@navikt/core/tokens/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@navikt/ds-tokens",
3-
"version": "6.3.2",
3+
"version": "6.3.3",
44
"description": "Design-tokens for NAV designsystem",
55
"author": "Aksel | NAV designsystem team",
66
"keywords": [

CHANGELOG.md

+8-4
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,17 @@
88

99
### @navikt/ds-react
1010

11-
- FileUpload: Fiks feil ved import av json ([#2803](https://github.com/navikt/aksel/pull/2803))
11+
- FileUpload.Dropzone: Fiks feil med duplisert id ([#2805](https://github.com/navikt/aksel/pull/2805))
1212

13-
* FileUpload: Disabled dropzone stopper opplasting ([#2798](https://github.com/navikt/aksel/pull/2798))
13+
- useDatePicker: `isInvalid`-key i onValidate var hadde flipper boolean i noen tilfeller ([#2809](https://github.com/navikt/aksel/pull/2809))
1414

15-
- Allow Combobox options as objects to support separate display text and value ([#2716](https://github.com/navikt/aksel/pull/2716))
15+
* FileUpload: Fiks feil ved import av json ([#2803](https://github.com/navikt/aksel/pull/2803))
1616

17-
- FileUpload: Ny komponent `FileUpload` for å håndtere opplasting av filer, Dropzone og fil-visning ([#2504](https://github.com/navikt/aksel/pull/2504))
17+
- FileUpload: Disabled dropzone stopper opplasting ([#2798](https://github.com/navikt/aksel/pull/2798))
18+
19+
* Allow Combobox options as objects to support separate display text and value ([#2716](https://github.com/navikt/aksel/pull/2716))
20+
21+
* FileUpload: Ny komponent `FileUpload` for å håndtere opplasting av filer, Dropzone og fil-visning ([#2504](https://github.com/navikt/aksel/pull/2504))
1822

1923
## 6.2
2024

aksel.nav.no/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
"playroom"
1616
],
1717
"dependencies": {
18-
"@navikt/aksel-icons": "^6.3.2",
19-
"@navikt/ds-css": "^6.3.2",
20-
"@navikt/ds-react": "^6.3.2",
21-
"@navikt/ds-tailwind": "^6.3.2",
22-
"@navikt/ds-tokens": "^6.3.2"
18+
"@navikt/aksel-icons": "^6.3.3",
19+
"@navikt/ds-css": "^6.3.3",
20+
"@navikt/ds-react": "^6.3.3",
21+
"@navikt/ds-tailwind": "^6.3.3",
22+
"@navikt/ds-tokens": "^6.3.3"
2323
}
2424
}

0 commit comments

Comments
 (0)