Skip to content

Commit 8826a79

Browse files
Version Packages (#2850)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent c2f3da8 commit 8826a79

19 files changed

+429
-392
lines changed

.changeset/happy-stingrays-judge.md

-6
This file was deleted.

.changeset/rotten-windows-cover.md

-5
This file was deleted.

.changeset/wet-books-end.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.6.0
4+
35
## 6.5.0
46

57
## 6.4.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.5.0",
3+
"version": "6.6.0",
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.6.0
4+
35
## 6.5.0
46

57
## 6.4.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.5.0",
3+
"version": "6.6.0",
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.5.0",
39-
"@navikt/ds-tokens": "^6.5.0",
38+
"@navikt/ds-css": "^6.6.0",
39+
"@navikt/ds-tokens": "^6.6.0",
4040
"concurrently": "7.2.1",
4141
"postcss-selector-parser": "^6.0.13",
4242
"postcss-value-parser": "^4.2.0",

@navikt/aksel/CHANGELOG.md

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

3+
## 6.6.0
4+
5+
### Patch Changes
6+
7+
- Aksel CLI: Fjernet deprecated komponenter fra css oversikt. ([#2860](https://github.com/navikt/aksel/pull/2860))
8+
9+
- Updated dependencies [[`3a73a029f`](https://github.com/navikt/aksel/commit/3a73a029f6272f76e10cb6baefbaa2040feaef6b)]:
10+
- @navikt/ds-css@6.6.0
11+
312
## 6.5.0
413

514
### 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.5.0",
3+
"version": "6.6.0",
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.5.0",
32+
"@navikt/ds-css": "6.6.0",
3333
"axios": "1.6.0",
3434
"chalk": "4.1.0",
3535
"clipboardy": "^2.3.0",

@navikt/core/css/CHANGELOG.md

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

3+
## 6.6.0
4+
5+
### Minor Changes
6+
7+
- :sparkles: Ny komponent FormSummary ([#2802](https://github.com/navikt/aksel/pull/2802))
8+
39
## 6.5.0
410

511
## 6.4.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.5.0",
3+
"version": "6.6.0",
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.5.0",
30+
"@navikt/ds-tokens": "^6.6.0",
3131
"cssnano": "6.0.0",
3232
"fast-glob": "3.2.11",
3333
"lodash": "4.17.21",

@navikt/core/react/CHANGELOG.md

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

3+
## 6.6.0
4+
5+
### Minor Changes
6+
7+
- :sparkles: Ny komponent FormSummary ([#2802](https://github.com/navikt/aksel/pull/2802))
8+
9+
### Patch Changes
10+
11+
- Combobox: Prevents "Enter" while Combobox is focused from submitting form. ([#2861](https://github.com/navikt/aksel/pull/2861))
12+
13+
- Updated dependencies []:
14+
- @navikt/ds-tokens@6.6.0
15+
- @navikt/aksel-icons@6.6.0
16+
317
## 6.5.0
418

519
### Minor 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.5.0",
3+
"version": "6.6.0",
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",
@@ -573,8 +573,8 @@
573573
},
574574
"dependencies": {
575575
"@floating-ui/react": "0.25.4",
576-
"@navikt/aksel-icons": "^6.5.0",
577-
"@navikt/ds-tokens": "^6.5.0",
576+
"@navikt/aksel-icons": "^6.6.0",
577+
"@navikt/ds-tokens": "^6.6.0",
578578
"clsx": "^2.1.0",
579579
"date-fns": "^3.0.0",
580580
"react-day-picker": "8.10.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.6.0
4+
35
## 6.5.0
46

57
## 6.4.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.5.0",
3+
"version": "6.6.0",
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.5.0",
28+
"@navikt/ds-tokens": "^6.6.0",
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.6.0
4+
35
## 6.5.0
46

57
## 6.4.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.5.0",
3+
"version": "6.6.0",
44
"description": "Design-tokens for NAV designsystem",
55
"author": "Aksel | NAV designsystem team",
66
"keywords": [

0 commit comments

Comments
 (0)