Skip to content

Commit 09c44ed

Browse files
Version Packages (#3584)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 2fab45f commit 09c44ed

20 files changed

+278
-237
lines changed

.changeset/great-beds-jump.md

-5
This file was deleted.

.changeset/lovely-tables-argue.md

-5
This file was deleted.

.changeset/wicked-teachers-exercise.md

-6
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.13.0
4+
5+
### Minor Changes
6+
7+
- Icons: :tada: New icons `ExpandVertical` and `QuestionmarkCircle` ([#3583](https://github.com/navikt/aksel/pull/3583))
8+
39
## 7.12.2
410

511
## 7.12.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": "7.12.2",
3+
"version": "7.13.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.13.0
4+
35
## 7.12.2
46

57
## 7.12.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": "7.12.2",
3+
"version": "7.13.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.12.2",
39-
"@navikt/ds-tokens": "^7.12.2",
38+
"@navikt/ds-css": "^7.13.0",
39+
"@navikt/ds-tokens": "^7.13.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.13.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`1ba5d9b`](https://github.com/navikt/aksel/commit/1ba5d9b5a2fb74ee2c1fdb8d498520ad85323a12)]:
8+
- @navikt/ds-css@7.13.0
9+
310
## 7.12.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": "7.12.2",
3+
"version": "7.13.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.12.2",
32+
"@navikt/ds-css": "^7.13.0",
3333
"axios": "1.7.4",
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.13.0
4+
5+
### Patch Changes
6+
7+
- Darkside: Added support for `ConfirmationpPanel`, `Linkpanel`, `Panel` and `Dropdown`. Note that all of these will be deprecated in the future. ([#3581](https://github.com/navikt/aksel/pull/3581))
8+
39
## 7.12.2
410

511
## 7.12.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": "7.12.2",
3+
"version": "7.13.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.12.2",
31+
"@navikt/ds-tokens": "^7.13.0",
3232
"@types/clean-css": "4.2.11",
3333
"autoprefixer": "^10.4.20",
3434
"browserslist": "^4.24.2",

@navikt/core/react/CHANGELOG.md

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

3+
## 7.13.0
4+
5+
### Patch Changes
6+
7+
- Darkside: Added support for `ConfirmationpPanel`, `Linkpanel`, `Panel` and `Dropdown`. Note that all of these will be deprecated in the future. ([#3581](https://github.com/navikt/aksel/pull/3581))
8+
9+
- Updated dependencies [[`636eb05`](https://github.com/navikt/aksel/commit/636eb05bf56ba2c8513704c61882fde369c2e67b)]:
10+
- @navikt/aksel-icons@7.13.0
11+
- @navikt/ds-tokens@7.13.0
12+
313
## 7.12.2
414

515
### 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.12.2",
3+
"version": "7.13.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.12.2",
629-
"@navikt/ds-tokens": "^7.12.2",
628+
"@navikt/aksel-icons": "^7.13.0",
629+
"@navikt/ds-tokens": "^7.13.0",
630630
"clsx": "^2.1.0",
631631
"date-fns": "^3.0.0",
632632
"react-day-picker": "8.10.1"

@navikt/core/tailwind/CHANGELOG.md

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

3+
## 7.13.0
4+
5+
### Patch Changes
6+
7+
- Tailwind: Added `darkside`-support with import `@navikt/ds-tailwind/darkside-tw3`. ([#3580](https://github.com/navikt/aksel/pull/3580))
8+
39
## 7.12.2
410

511
## 7.12.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": "7.12.2",
3+
"version": "7.13.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.12.2",
28+
"@navikt/ds-tokens": "^7.13.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.13.0
4+
35
## 7.12.2
46

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

0 commit comments

Comments
 (0)