Skip to content

Commit a98bfb7

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

19 files changed

+75
-47
lines changed

.changeset/heavy-snails-draw.md

-5
This file was deleted.

.changeset/heavy-snails-draws.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.15.0
4+
35
## 7.14.3
46

57
## 7.14.2

@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.14.3",
3+
"version": "7.15.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+
## 7.15.0
4+
35
## 7.14.3
46

57
## 7.14.2

@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.14.3",
3+
"version": "7.15.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": "^7.14.3",
39-
"@navikt/ds-tokens": "^7.14.3",
38+
"@navikt/ds-css": "^7.15.0",
39+
"@navikt/ds-tokens": "^7.15.0",
4040
"concurrently": "9.0.1",
4141
"postcss-selector-parser": "^6.0.13",
4242
"postcss-value-parser": "^4.2.0",

@navikt/aksel/CHANGELOG.md

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

3+
## 7.15.0
4+
5+
### Minor Changes
6+
7+
- CLI: Added primitives migration to new space-tokens. Run `npx @navikt/aksel migration primitive-spacing` to start migrating now. This update is supported for old and new (darkside) system. ([#3597](https://github.com/navikt/aksel/pull/3597))
8+
9+
- CLI: Added js/ts migration to new space-tokens. Run `npx @navikt/aksel migration token-spacing-js` to start migrating now. This update is supported for old and new (darkside) system. ([#3597](https://github.com/navikt/aksel/pull/3597))
10+
11+
### Patch Changes
12+
13+
- Updated dependencies []:
14+
- @navikt/ds-css@7.15.0
15+
316
## 7.14.3
417

518
### 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.14.3",
3+
"version": "7.15.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": "^7.14.3",
32+
"@navikt/ds-css": "^7.15.0",
3333
"axios": "1.7.4",
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+
## 7.15.0
4+
35
## 7.14.3
46

57
### 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.14.3",
3+
"version": "7.15.0",
44
"description": "CSS for Nav Designsystem",
55
"author": "Aksel | Nav designsystem team",
66
"keywords": [
@@ -28,7 +28,7 @@
2828
"test": "yarn build && vitest run"
2929
},
3030
"devDependencies": {
31-
"@navikt/ds-tokens": "^7.14.3",
31+
"@navikt/ds-tokens": "^7.15.0",
3232
"@types/clean-css": "4.2.11",
3333
"autoprefixer": "^10.4.20",
3434
"browserslist": "^4.24.2",

@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.15.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @navikt/ds-tokens@7.15.0
9+
- @navikt/aksel-icons@7.15.0
10+
311
## 7.14.3
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.14.3",
3+
"version": "7.15.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",
@@ -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.14.3",
629-
"@navikt/ds-tokens": "^7.14.3",
628+
"@navikt/aksel-icons": "^7.15.0",
629+
"@navikt/ds-tokens": "^7.15.0",
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.15.0
4+
35
## 7.14.3
46

57
## 7.14.2

@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.14.3",
3+
"version": "7.15.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": "^7.14.3",
28+
"@navikt/ds-tokens": "^7.15.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+
## 7.15.0
4+
35
## 7.14.3
46

57
## 7.14.2

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

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 7.15
4+
5+
### @navikt/aksel
6+
7+
- CLI: Added primitives migration to new space-tokens. Run `npx @navikt/aksel migration primitive-spacing` to start migrating now. This update is supported for old and new (darkside) system. ([#3597](https://github.com/navikt/aksel/pull/3597))
8+
9+
- CLI: Added js/ts migration to new space-tokens. Run `npx @navikt/aksel migration token-spacing-js` to start migrating now. This update is supported for old and new (darkside) system. ([#3597](https://github.com/navikt/aksel/pull/3597))
10+
311
## 7.14
412

513
### @navikt/ds-react

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

yarn.lock

+17-18
Original file line numberDiff line numberDiff line change
@@ -3675,7 +3675,7 @@ __metadata:
36753675
languageName: node
36763676
linkType: hard
36773677

3678-
"@navikt/aksel-icons@npm:^7.14.3, @navikt/aksel-icons@workspace:@navikt/aksel-icons":
3678+
"@navikt/aksel-icons@npm:^7.15.0, @navikt/aksel-icons@workspace:@navikt/aksel-icons":
36793679
version: 0.0.0-use.local
36803680
resolution: "@navikt/aksel-icons@workspace:@navikt/aksel-icons"
36813681
dependencies:
@@ -3706,8 +3706,8 @@ __metadata:
37063706
version: 0.0.0-use.local
37073707
resolution: "@navikt/aksel-stylelint@workspace:@navikt/aksel-stylelint"
37083708
dependencies:
3709-
"@navikt/ds-css": "npm:^7.14.3"
3710-
"@navikt/ds-tokens": "npm:^7.14.3"
3709+
"@navikt/ds-css": "npm:^7.15.0"
3710+
"@navikt/ds-tokens": "npm:^7.15.0"
37113711
concurrently: "npm:9.0.1"
37123712
postcss-selector-parser: "npm:^6.0.13"
37133713
postcss-value-parser: "npm:^4.2.0"
@@ -3722,13 +3722,12 @@ __metadata:
37223722
version: 0.0.0-use.local
37233723
resolution: "@navikt/aksel@workspace:@navikt/aksel"
37243724
dependencies:
3725-
"@navikt/ds-css": "npm:^7.14.3"
3725+
"@navikt/ds-css": "npm:^7.15.0"
37263726
axios: "npm:1.7.4"
37273727
chalk: "npm:4.1.0"
37283728
clipboardy: "npm:^2.3.0"
37293729
commander: "npm:10.0.1"
37303730
enquirer: "npm:^2.3.6"
3731-
esbuild: "npm:^0.24.0"
37323731
fast-glob: "npm:3.2.11"
37333732
figlet: "npm:1.6.0"
37343733
is-git-clean: "npm:1.1.0"
@@ -3744,11 +3743,11 @@ __metadata:
37443743
languageName: unknown
37453744
linkType: soft
37463745

3747-
"@navikt/ds-css@npm:*, @navikt/ds-css@npm:^7.14.3, @navikt/ds-css@workspace:@navikt/core/css":
3746+
"@navikt/ds-css@npm:*, @navikt/ds-css@npm:^7.15.0, @navikt/ds-css@workspace:@navikt/core/css":
37483747
version: 0.0.0-use.local
37493748
resolution: "@navikt/ds-css@workspace:@navikt/core/css"
37503749
dependencies:
3751-
"@navikt/ds-tokens": "npm:^7.14.3"
3750+
"@navikt/ds-tokens": "npm:^7.15.0"
37523751
"@types/clean-css": "npm:4.2.11"
37533752
autoprefixer: "npm:^10.4.20"
37543753
browserslist: "npm:^4.24.2"
@@ -3768,14 +3767,14 @@ __metadata:
37683767
languageName: unknown
37693768
linkType: soft
37703769

3771-
"@navikt/ds-react@npm:*, @navikt/ds-react@npm:^7.14.3, @navikt/ds-react@workspace:@navikt/core/react":
3770+
"@navikt/ds-react@npm:*, @navikt/ds-react@npm:^7.15.0, @navikt/ds-react@workspace:@navikt/core/react":
37723771
version: 0.0.0-use.local
37733772
resolution: "@navikt/ds-react@workspace:@navikt/core/react"
37743773
dependencies:
37753774
"@floating-ui/react": "npm:0.25.4"
37763775
"@floating-ui/react-dom": "npm:^2.0.9"
3777-
"@navikt/aksel-icons": "npm:^7.14.3"
3778-
"@navikt/ds-tokens": "npm:^7.14.3"
3776+
"@navikt/aksel-icons": "npm:^7.15.0"
3777+
"@navikt/ds-tokens": "npm:^7.15.0"
37793778
"@testing-library/dom": "npm:10.4.0"
37803779
"@testing-library/jest-dom": "npm:^6.6.3"
37813780
"@testing-library/react": "npm:^16.1.0"
@@ -3806,11 +3805,11 @@ __metadata:
38063805
languageName: unknown
38073806
linkType: soft
38083807

3809-
"@navikt/ds-tailwind@npm:^7.14.3, @navikt/ds-tailwind@workspace:@navikt/core/tailwind":
3808+
"@navikt/ds-tailwind@npm:^7.15.0, @navikt/ds-tailwind@workspace:@navikt/core/tailwind":
38103809
version: 0.0.0-use.local
38113810
resolution: "@navikt/ds-tailwind@workspace:@navikt/core/tailwind"
38123811
dependencies:
3813-
"@navikt/ds-tokens": "npm:^7.14.3"
3812+
"@navikt/ds-tokens": "npm:^7.15.0"
38143813
color: "npm:4.2.3"
38153814
lodash: "npm:^4.17.21"
38163815
tailwindcss: "npm:^3.3.3"
@@ -3820,7 +3819,7 @@ __metadata:
38203819
languageName: unknown
38213820
linkType: soft
38223821

3823-
"@navikt/ds-tokens@npm:^7.14.3, @navikt/ds-tokens@workspace:@navikt/core/tokens":
3822+
"@navikt/ds-tokens@npm:^7.15.0, @navikt/ds-tokens@workspace:@navikt/core/tokens":
38243823
version: 0.0.0-use.local
38253824
resolution: "@navikt/ds-tokens@workspace:@navikt/core/tokens"
38263825
dependencies:
@@ -7622,11 +7621,11 @@ __metadata:
76227621
version: 0.0.0-use.local
76237622
resolution: "aksel.nav.no@workspace:aksel.nav.no"
76247623
dependencies:
7625-
"@navikt/aksel-icons": "npm:^7.14.3"
7626-
"@navikt/ds-css": "npm:^7.14.3"
7627-
"@navikt/ds-react": "npm:^7.14.3"
7628-
"@navikt/ds-tailwind": "npm:^7.14.3"
7629-
"@navikt/ds-tokens": "npm:^7.14.3"
7624+
"@navikt/aksel-icons": "npm:^7.15.0"
7625+
"@navikt/ds-css": "npm:^7.15.0"
7626+
"@navikt/ds-react": "npm:^7.15.0"
7627+
"@navikt/ds-tailwind": "npm:^7.15.0"
7628+
"@navikt/ds-tokens": "npm:^7.15.0"
76307629
languageName: unknown
76317630
linkType: soft
76327631

0 commit comments

Comments
 (0)