Skip to content

Commit bb00b75

Browse files
Version Packages (#3529)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 803eb21 commit bb00b75

20 files changed

+568
-536
lines changed

.changeset/gentle-points-greet-2.md

-5
This file was deleted.

.changeset/gentle-points-greet.md

-5
This file was deleted.

.changeset/late-hotels-try.md

-5
This file was deleted.

@navikt/aksel-icons/CHANGELOG.md

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

3+
## 7.11.0
4+
5+
### Minor Changes
6+
7+
- Icons: Added new icons 'SortUp' and 'SortDown' 🎉. ([#3528](https://github.com/navikt/aksel/pull/3528))
8+
39
## 7.10.0
410

511
## 7.9.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.10.0",
3+
"version": "7.11.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.11.0
4+
35
## 7.10.0
46

57
## 7.9.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.10.0",
3+
"version": "7.11.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.10.0",
39-
"@navikt/ds-tokens": "^7.10.0",
38+
"@navikt/ds-css": "^7.11.0",
39+
"@navikt/ds-tokens": "^7.11.0",
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.11.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`c73db43`](https://github.com/navikt/aksel/commit/c73db43c9638b922388ef6684c016663a0a29873), [`c73db43`](https://github.com/navikt/aksel/commit/c73db43c9638b922388ef6684c016663a0a29873)]:
8+
- @navikt/ds-css@7.11.0
9+
310
## 7.10.0
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.10.0",
3+
"version": "7.11.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.10.0",
32+
"@navikt/ds-css": "^7.11.0",
3333
"axios": "1.7.4",
3434
"chalk": "4.1.0",
3535
"clipboardy": "^2.3.0",

@navikt/core/css/CHANGELOG.md

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

3+
## 7.11.0
4+
5+
### Patch Changes
6+
7+
- ExpansionCard: Removed dynamic padding on button-element. ([#3532](https://github.com/navikt/aksel/pull/3532))
8+
9+
- Modal: Defaults to `margin: auto` for tailwind 4 support. ([#3532](https://github.com/navikt/aksel/pull/3532))
10+
311
## 7.10.0
412

513
### Minor 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.10.0",
3+
"version": "7.11.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.10.0",
31+
"@navikt/ds-tokens": "^7.11.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.11.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`6c81fc0`](https://github.com/navikt/aksel/commit/6c81fc0b239a02499412d350af65389833d59b26)]:
8+
- @navikt/aksel-icons@7.11.0
9+
- @navikt/ds-tokens@7.11.0
10+
311
## 7.10.0
412

513
### 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": "7.10.0",
3+
"version": "7.11.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",
@@ -615,8 +615,8 @@
615615
"dependencies": {
616616
"@floating-ui/react": "0.25.4",
617617
"@floating-ui/react-dom": "^2.0.9",
618-
"@navikt/aksel-icons": "^7.10.0",
619-
"@navikt/ds-tokens": "^7.10.0",
618+
"@navikt/aksel-icons": "^7.11.0",
619+
"@navikt/ds-tokens": "^7.11.0",
620620
"clsx": "^2.1.0",
621621
"date-fns": "^3.0.0",
622622
"react-day-picker": "8.10.1"

@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.11.0
4+
35
## 7.10.0
46

57
## 7.9.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.10.0",
3+
"version": "7.11.0",
44
"description": "Tailwind config based on @navikt/ds-tokens",
55
"author": "Aksel | Nav designsystem team",
66
"keywords": [
@@ -24,7 +24,7 @@
2424
"directory": "@navikt/core/tailwind"
2525
},
2626
"devDependencies": {
27-
"@navikt/ds-tokens": "^7.10.0",
27+
"@navikt/ds-tokens": "^7.11.0",
2828
"color": "4.2.3",
2929
"lodash": "^4.17.21",
3030
"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.11.0
4+
35
## 7.10.0
46

57
## 7.9.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.10.0",
3+
"version": "7.11.0",
44
"description": "Design-tokens for Nav designsystem",
55
"author": "Aksel | Nav designsystem team",
66
"keywords": [

0 commit comments

Comments
 (0)