Skip to content

Commit 31ec44d

Browse files
Version Packages (#3650)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e769eed commit 31ec44d

18 files changed

+68
-42
lines changed

.changeset/slow-plants-yell.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+
## 7.17.2
4+
35
## 7.17.1
46

57
## 7.17.0

@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": "7.17.1",
3+
"version": "7.17.2",
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+
## 7.17.2
4+
35
## 7.17.1
46

57
## 7.17.0

@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": "7.17.1",
3+
"version": "7.17.2",
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": "^7.17.1",
39-
"@navikt/ds-tokens": "^7.17.1",
38+
"@navikt/ds-css": "^7.17.2",
39+
"@navikt/ds-tokens": "^7.17.2",
4040
"concurrently": "9.0.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+
## 7.17.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`e769eed`](https://github.com/navikt/aksel/commit/e769eed269d327403b89935502f8fe431eca8cc9)]:
8+
- @navikt/ds-css@7.17.2
9+
310
## 7.17.1
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": "7.17.1",
3+
"version": "7.17.2",
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": "^7.17.1",
32+
"@navikt/ds-css": "^7.17.2",
3333
"axios": "1.8.2",
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+
## 7.17.2
4+
5+
### Patch Changes
6+
7+
- Darkside: Removed stacking backgrounds with transparency in Combobox. ([`e769eed`](https://github.com/navikt/aksel/commit/e769eed269d327403b89935502f8fe431eca8cc9))
8+
39
## 7.17.1
410

511
### Patch Changes

@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": "7.17.1",
3+
"version": "7.17.2",
44
"description": "CSS for Nav Designsystem",
55
"author": "Aksel | Nav designsystem team",
66
"keywords": [
@@ -27,7 +27,7 @@
2727
"test": "yarn build && vitest run"
2828
},
2929
"devDependencies": {
30-
"@navikt/ds-tokens": "^7.17.1",
30+
"@navikt/ds-tokens": "^7.17.2",
3131
"@types/clean-css": "4.2.11",
3232
"autoprefixer": "^10.4.20",
3333
"browserslist": "^4.24.4",

@navikt/core/react/CHANGELOG.md

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

3+
## 7.17.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @navikt/ds-tokens@7.17.2
9+
- @navikt/aksel-icons@7.17.2
10+
311
## 7.17.1
412

513
### 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": "7.17.1",
3+
"version": "7.17.2",
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",
@@ -625,8 +625,8 @@
625625
"dependencies": {
626626
"@floating-ui/react": "0.25.4",
627627
"@floating-ui/react-dom": "^2.0.9",
628-
"@navikt/aksel-icons": "^7.17.1",
629-
"@navikt/ds-tokens": "^7.17.1",
628+
"@navikt/aksel-icons": "^7.17.2",
629+
"@navikt/ds-tokens": "^7.17.2",
630630
"clsx": "^2.1.0",
631631
"date-fns": "^4.0.0",
632632
"react-day-picker": "9.5.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+
## 7.17.2
4+
35
## 7.17.1
46

57
## 7.17.0

@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": "7.17.1",
3+
"version": "7.17.2",
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": "^7.17.1",
28+
"@navikt/ds-tokens": "^7.17.2",
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+
## 7.17.2
4+
35
## 7.17.1
46

57
## 7.17.0

@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": "7.17.1",
3+
"version": "7.17.2",
44
"description": "Design-tokens for Nav designsystem",
55
"author": "Aksel | Nav designsystem team",
66
"keywords": [

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88

99
### @navikt/ds-css
1010

11-
- ExpansionCard: Fixed bug where `@media print` would hide header content. ([#3634](https://github.com/navikt/aksel/pull/3634))
11+
- Darkside: Removed stacking backgrounds with transparency in Combobox. ([`e769eed`](https://github.com/navikt/aksel/commit/e769eed269d327403b89935502f8fe431eca8cc9))
12+
13+
* ExpansionCard: Fixed bug where `@media print` would hide header content. ([#3634](https://github.com/navikt/aksel/pull/3634))
1214

1315
## 7.16
1416

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": "^7.17.1",
19-
"@navikt/ds-css": "^7.17.1",
20-
"@navikt/ds-react": "^7.17.1",
21-
"@navikt/ds-tailwind": "^7.17.1",
22-
"@navikt/ds-tokens": "^7.17.1"
18+
"@navikt/aksel-icons": "^7.17.2",
19+
"@navikt/ds-css": "^7.17.2",
20+
"@navikt/ds-react": "^7.17.2",
21+
"@navikt/ds-tailwind": "^7.17.2",
22+
"@navikt/ds-tokens": "^7.17.2"
2323
}
2424
}

yarn.lock

+17-17
Original file line numberDiff line numberDiff line change
@@ -4274,7 +4274,7 @@ __metadata:
42744274
languageName: node
42754275
linkType: hard
42764276

4277-
"@navikt/aksel-icons@npm:^7.17.1, @navikt/aksel-icons@workspace:@navikt/aksel-icons":
4277+
"@navikt/aksel-icons@npm:^7.17.2, @navikt/aksel-icons@workspace:@navikt/aksel-icons":
42784278
version: 0.0.0-use.local
42794279
resolution: "@navikt/aksel-icons@workspace:@navikt/aksel-icons"
42804280
dependencies:
@@ -4305,8 +4305,8 @@ __metadata:
43054305
version: 0.0.0-use.local
43064306
resolution: "@navikt/aksel-stylelint@workspace:@navikt/aksel-stylelint"
43074307
dependencies:
4308-
"@navikt/ds-css": "npm:^7.17.1"
4309-
"@navikt/ds-tokens": "npm:^7.17.1"
4308+
"@navikt/ds-css": "npm:^7.17.2"
4309+
"@navikt/ds-tokens": "npm:^7.17.2"
43104310
concurrently: "npm:9.0.1"
43114311
postcss-selector-parser: "npm:^6.0.13"
43124312
postcss-value-parser: "npm:^4.2.0"
@@ -4321,7 +4321,7 @@ __metadata:
43214321
version: 0.0.0-use.local
43224322
resolution: "@navikt/aksel@workspace:@navikt/aksel"
43234323
dependencies:
4324-
"@navikt/ds-css": "npm:^7.17.1"
4324+
"@navikt/ds-css": "npm:^7.17.2"
43254325
axios: "npm:1.8.2"
43264326
chalk: "npm:4.1.0"
43274327
clipboardy: "npm:^2.3.0"
@@ -4342,11 +4342,11 @@ __metadata:
43424342
languageName: unknown
43434343
linkType: soft
43444344

4345-
"@navikt/ds-css@npm:*, @navikt/ds-css@npm:^7.17.1, @navikt/ds-css@workspace:@navikt/core/css":
4345+
"@navikt/ds-css@npm:*, @navikt/ds-css@npm:^7.17.2, @navikt/ds-css@workspace:@navikt/core/css":
43464346
version: 0.0.0-use.local
43474347
resolution: "@navikt/ds-css@workspace:@navikt/core/css"
43484348
dependencies:
4349-
"@navikt/ds-tokens": "npm:^7.17.1"
4349+
"@navikt/ds-tokens": "npm:^7.17.2"
43504350
"@types/clean-css": "npm:4.2.11"
43514351
autoprefixer: "npm:^10.4.20"
43524352
browserslist: "npm:^4.24.4"
@@ -4365,14 +4365,14 @@ __metadata:
43654365
languageName: unknown
43664366
linkType: soft
43674367

4368-
"@navikt/ds-react@npm:*, @navikt/ds-react@npm:^7.17.1, @navikt/ds-react@workspace:@navikt/core/react":
4368+
"@navikt/ds-react@npm:*, @navikt/ds-react@npm:^7.17.2, @navikt/ds-react@workspace:@navikt/core/react":
43694369
version: 0.0.0-use.local
43704370
resolution: "@navikt/ds-react@workspace:@navikt/core/react"
43714371
dependencies:
43724372
"@floating-ui/react": "npm:0.25.4"
43734373
"@floating-ui/react-dom": "npm:^2.0.9"
4374-
"@navikt/aksel-icons": "npm:^7.17.1"
4375-
"@navikt/ds-tokens": "npm:^7.17.1"
4374+
"@navikt/aksel-icons": "npm:^7.17.2"
4375+
"@navikt/ds-tokens": "npm:^7.17.2"
43764376
"@testing-library/dom": "npm:10.4.0"
43774377
"@testing-library/jest-dom": "npm:^6.6.3"
43784378
"@testing-library/react": "npm:^16.1.0"
@@ -4403,11 +4403,11 @@ __metadata:
44034403
languageName: unknown
44044404
linkType: soft
44054405

4406-
"@navikt/ds-tailwind@npm:^7.17.1, @navikt/ds-tailwind@workspace:@navikt/core/tailwind":
4406+
"@navikt/ds-tailwind@npm:^7.17.2, @navikt/ds-tailwind@workspace:@navikt/core/tailwind":
44074407
version: 0.0.0-use.local
44084408
resolution: "@navikt/ds-tailwind@workspace:@navikt/core/tailwind"
44094409
dependencies:
4410-
"@navikt/ds-tokens": "npm:^7.17.1"
4410+
"@navikt/ds-tokens": "npm:^7.17.2"
44114411
color: "npm:4.2.3"
44124412
lodash: "npm:^4.17.21"
44134413
tailwindcss: "npm:^3.3.3"
@@ -4417,7 +4417,7 @@ __metadata:
44174417
languageName: unknown
44184418
linkType: soft
44194419

4420-
"@navikt/ds-tokens@npm:^7.17.1, @navikt/ds-tokens@workspace:@navikt/core/tokens":
4420+
"@navikt/ds-tokens@npm:^7.17.2, @navikt/ds-tokens@workspace:@navikt/core/tokens":
44214421
version: 0.0.0-use.local
44224422
resolution: "@navikt/ds-tokens@workspace:@navikt/core/tokens"
44234423
dependencies:
@@ -9022,11 +9022,11 @@ __metadata:
90229022
version: 0.0.0-use.local
90239023
resolution: "aksel.nav.no@workspace:aksel.nav.no"
90249024
dependencies:
9025-
"@navikt/aksel-icons": "npm:^7.17.1"
9026-
"@navikt/ds-css": "npm:^7.17.1"
9027-
"@navikt/ds-react": "npm:^7.17.1"
9028-
"@navikt/ds-tailwind": "npm:^7.17.1"
9029-
"@navikt/ds-tokens": "npm:^7.17.1"
9025+
"@navikt/aksel-icons": "npm:^7.17.2"
9026+
"@navikt/ds-css": "npm:^7.17.2"
9027+
"@navikt/ds-react": "npm:^7.17.2"
9028+
"@navikt/ds-tailwind": "npm:^7.17.2"
9029+
"@navikt/ds-tokens": "npm:^7.17.2"
90309030
languageName: unknown
90319031
linkType: soft
90329032

0 commit comments

Comments
 (0)