From 9f56b84a96b5aa665eaec8a13e38ef60180069da Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 15:28:43 +0200 Subject: [PATCH] Version Packages (#3259) Co-authored-by: github-actions[bot] --- .changeset/slimy-yaks-smash.md | 5 ----- .changeset/stale-pigs-doubt.md | 5 ----- @navikt/aksel-icons/CHANGELOG.md | 2 ++ @navikt/aksel-icons/package.json | 2 +- @navikt/aksel-stylelint/CHANGELOG.md | 2 ++ @navikt/aksel-stylelint/package.json | 6 +++--- @navikt/aksel/CHANGELOG.md | 7 +++++++ @navikt/aksel/package.json | 4 ++-- @navikt/core/css/CHANGELOG.md | 6 ++++++ @navikt/core/css/package.json | 4 ++-- @navikt/core/react/CHANGELOG.md | 10 ++++++++++ @navikt/core/react/package.json | 6 +++--- @navikt/core/tailwind/CHANGELOG.md | 2 ++ @navikt/core/tailwind/package.json | 4 ++-- @navikt/core/tokens/CHANGELOG.md | 2 ++ @navikt/core/tokens/package.json | 2 +- CHANGELOG.md | 14 +++++++++----- aksel.nav.no/package.json | 10 +++++----- 18 files changed, 59 insertions(+), 34 deletions(-) delete mode 100644 .changeset/slimy-yaks-smash.md delete mode 100644 .changeset/stale-pigs-doubt.md diff --git a/.changeset/slimy-yaks-smash.md b/.changeset/slimy-yaks-smash.md deleted file mode 100644 index f4c014f561..0000000000 --- a/.changeset/slimy-yaks-smash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@navikt/ds-css": patch ---- - -Updated to Selectors Level 4 syntax. diff --git a/.changeset/stale-pigs-doubt.md b/.changeset/stale-pigs-doubt.md deleted file mode 100644 index 9289f9e9ba..0000000000 --- a/.changeset/stale-pigs-doubt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@navikt/ds-react": patch ---- - -Combobox: :bug: Remove virtual focus on input blur instead of moving it diff --git a/@navikt/aksel-icons/CHANGELOG.md b/@navikt/aksel-icons/CHANGELOG.md index 8cb4373545..e736f01fda 100644 --- a/@navikt/aksel-icons/CHANGELOG.md +++ b/@navikt/aksel-icons/CHANGELOG.md @@ -1,5 +1,7 @@ # @navikt/aksel-icons +## 7.3.1 + ## 7.3.0 ## 7.2.1 diff --git a/@navikt/aksel-icons/package.json b/@navikt/aksel-icons/package.json index 85ffb326cd..efffdd1b3c 100644 --- a/@navikt/aksel-icons/package.json +++ b/@navikt/aksel-icons/package.json @@ -1,6 +1,6 @@ { "name": "@navikt/aksel-icons", - "version": "7.3.0", + "version": "7.3.1", "author": "Aksel | NAV", "homepage": "https://aksel.nav.no/ikoner", "repository": { diff --git a/@navikt/aksel-stylelint/CHANGELOG.md b/@navikt/aksel-stylelint/CHANGELOG.md index aee1d393cb..c971bc5fee 100644 --- a/@navikt/aksel-stylelint/CHANGELOG.md +++ b/@navikt/aksel-stylelint/CHANGELOG.md @@ -1,5 +1,7 @@ # @navikt/aksel-stylelint +## 7.3.1 + ## 7.3.0 ## 7.2.1 diff --git a/@navikt/aksel-stylelint/package.json b/@navikt/aksel-stylelint/package.json index 278881f1bd..4e5a85c4b2 100644 --- a/@navikt/aksel-stylelint/package.json +++ b/@navikt/aksel-stylelint/package.json @@ -1,6 +1,6 @@ { "name": "@navikt/aksel-stylelint", - "version": "7.3.0", + "version": "7.3.1", "author": "Aksel | NAV", "homepage": "https://aksel.nav.no/grunnleggende/kode/stylelint", "repository": { @@ -35,8 +35,8 @@ "dev": "yarn watch:lint" }, "devDependencies": { - "@navikt/ds-css": "^7.3.0", - "@navikt/ds-tokens": "^7.3.0", + "@navikt/ds-css": "^7.3.1", + "@navikt/ds-tokens": "^7.3.1", "concurrently": "9.0.1", "postcss-selector-parser": "^6.0.13", "postcss-value-parser": "^4.2.0", diff --git a/@navikt/aksel/CHANGELOG.md b/@navikt/aksel/CHANGELOG.md index 6d1fe057c2..548753277e 100644 --- a/@navikt/aksel/CHANGELOG.md +++ b/@navikt/aksel/CHANGELOG.md @@ -1,5 +1,12 @@ # @navikt/aksel +## 7.3.1 + +### Patch Changes + +- Updated dependencies [[`64aab73`](https://github.com/navikt/aksel/commit/64aab7361a512af93d93825c0b5c98a6fd39cf95)]: + - @navikt/ds-css@7.3.1 + ## 7.3.0 ### Patch Changes diff --git a/@navikt/aksel/package.json b/@navikt/aksel/package.json index 2419962bc1..ef33f1430d 100644 --- a/@navikt/aksel/package.json +++ b/@navikt/aksel/package.json @@ -1,6 +1,6 @@ { "name": "@navikt/aksel", - "version": "7.3.0", + "version": "7.3.1", "description": "Aksel command line interface. Handles css-imports, codemods and more", "author": "Aksel | NAV designsystem team", "license": "MIT", @@ -29,7 +29,7 @@ }, "homepage": "https://aksel.nav.no/grunnleggende/kode/kommandolinje", "dependencies": { - "@navikt/ds-css": "7.3.0", + "@navikt/ds-css": "7.3.1", "axios": "1.7.4", "chalk": "4.1.0", "clipboardy": "^2.3.0", diff --git a/@navikt/core/css/CHANGELOG.md b/@navikt/core/css/CHANGELOG.md index c4493e930f..824dbe3be8 100644 --- a/@navikt/core/css/CHANGELOG.md +++ b/@navikt/core/css/CHANGELOG.md @@ -1,5 +1,11 @@ # @navikt/ds-css +## 7.3.1 + +### Patch Changes + +- Updated to Selectors Level 4 syntax. ([#3250](https://github.com/navikt/aksel/pull/3250)) + ## 7.3.0 ### Minor Changes diff --git a/@navikt/core/css/package.json b/@navikt/core/css/package.json index aa72d2b593..00c46fb22d 100644 --- a/@navikt/core/css/package.json +++ b/@navikt/core/css/package.json @@ -1,6 +1,6 @@ { "name": "@navikt/ds-css", - "version": "7.3.0", + "version": "7.3.1", "description": "CSS for NAV Designsystem", "author": "Aksel | NAV designsystem team", "keywords": [ @@ -27,7 +27,7 @@ "css:get-version": "node config/get-version.js" }, "devDependencies": { - "@navikt/ds-tokens": "^7.3.0", + "@navikt/ds-tokens": "^7.3.1", "autoprefixer": "^10.4.20", "cssnano": "6.0.0", "fast-glob": "3.2.11", diff --git a/@navikt/core/react/CHANGELOG.md b/@navikt/core/react/CHANGELOG.md index 8e11c0fb0a..c96c623482 100644 --- a/@navikt/core/react/CHANGELOG.md +++ b/@navikt/core/react/CHANGELOG.md @@ -1,5 +1,15 @@ # @navikt/ds-react +## 7.3.1 + +### Patch Changes + +- Combobox: :bug: Remove virtual focus on input blur instead of moving it ([#3261](https://github.com/navikt/aksel/pull/3261)) + +- Updated dependencies []: + - @navikt/ds-tokens@7.3.1 + - @navikt/aksel-icons@7.3.1 + ## 7.3.0 ### Minor Changes diff --git a/@navikt/core/react/package.json b/@navikt/core/react/package.json index 29e2d1bcfd..a47463e5e9 100644 --- a/@navikt/core/react/package.json +++ b/@navikt/core/react/package.json @@ -1,6 +1,6 @@ { "name": "@navikt/ds-react", - "version": "7.3.0", + "version": "7.3.1", "description": "React components from the Norwegian Labour and Welfare Administration.", "author": "Aksel, a team part of the Norwegian Labour and Welfare Administration.", "license": "MIT", @@ -604,8 +604,8 @@ "dependencies": { "@floating-ui/react": "0.25.4", "@floating-ui/react-dom": "^2.0.9", - "@navikt/aksel-icons": "^7.3.0", - "@navikt/ds-tokens": "^7.3.0", + "@navikt/aksel-icons": "^7.3.1", + "@navikt/ds-tokens": "^7.3.1", "clsx": "^2.1.0", "date-fns": "^3.0.0", "react-day-picker": "8.10.0" diff --git a/@navikt/core/tailwind/CHANGELOG.md b/@navikt/core/tailwind/CHANGELOG.md index 2b8c5c73ac..05c3ff255e 100644 --- a/@navikt/core/tailwind/CHANGELOG.md +++ b/@navikt/core/tailwind/CHANGELOG.md @@ -1,5 +1,7 @@ # @navikt/ds-tailwind +## 7.3.1 + ## 7.3.0 ## 7.2.1 diff --git a/@navikt/core/tailwind/package.json b/@navikt/core/tailwind/package.json index 70ba5210fb..23765c7e9c 100644 --- a/@navikt/core/tailwind/package.json +++ b/@navikt/core/tailwind/package.json @@ -1,6 +1,6 @@ { "name": "@navikt/ds-tailwind", - "version": "7.3.0", + "version": "7.3.1", "description": "Tailwind config based on @navikt/ds-tokens", "author": "Aksel | NAV designsystem team", "keywords": [ @@ -25,7 +25,7 @@ "directory": "@navikt/core/tailwind" }, "devDependencies": { - "@navikt/ds-tokens": "^7.3.0", + "@navikt/ds-tokens": "^7.3.1", "color": "4.2.3", "lodash": "^4.17.21", "tailwindcss": "^3.3.3", diff --git a/@navikt/core/tokens/CHANGELOG.md b/@navikt/core/tokens/CHANGELOG.md index 84d7c6af08..4f5bcac8c1 100644 --- a/@navikt/core/tokens/CHANGELOG.md +++ b/@navikt/core/tokens/CHANGELOG.md @@ -1,5 +1,7 @@ # @navikt/ds-tokens +## 7.3.1 + ## 7.3.0 ## 7.2.1 diff --git a/@navikt/core/tokens/package.json b/@navikt/core/tokens/package.json index fd03bea786..98490936eb 100644 --- a/@navikt/core/tokens/package.json +++ b/@navikt/core/tokens/package.json @@ -1,6 +1,6 @@ { "name": "@navikt/ds-tokens", - "version": "7.3.0", + "version": "7.3.1", "description": "Design-tokens for NAV designsystem", "author": "Aksel | NAV designsystem team", "keywords": [ diff --git a/CHANGELOG.md b/CHANGELOG.md index 90bd29f43f..9bcd4855c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,17 +4,21 @@ ### @navikt/ds-react -- ActionMenu: :tada: New component! Replaces DropdownMenu as the go-to solution for floating menus. Includes support for grouping, sub-menus, checkboxes, radios and dividers. Read more in the [documentation](https://aksel.nav.no/komponenter/core/actionmenu). ([#3081](https://github.com/navikt/aksel/pull/3081)) +- Combobox: :bug: Remove virtual focus on input blur instead of moving it ([#3261](https://github.com/navikt/aksel/pull/3261)) -* Accordion: Remove redundant icon title ([#3230](https://github.com/navikt/aksel/pull/3230)) +* ActionMenu: :tada: New component! Replaces DropdownMenu as the go-to solution for floating menus. Includes support for grouping, sub-menus, checkboxes, radios and dividers. Read more in the [documentation](https://aksel.nav.no/komponenter/core/actionmenu). ([#3081](https://github.com/navikt/aksel/pull/3081)) -* Modal: Close button now avoids triggering when repeated keystrokes are detected. This helps stop accidental closing of Modal when 'Enter'-key is held down. ([#3081](https://github.com/navikt/aksel/pull/3081)) +- Accordion: Remove redundant icon title ([#3230](https://github.com/navikt/aksel/pull/3230)) + +- Modal: Close button now avoids triggering when repeated keystrokes are detected. This helps stop accidental closing of Modal when 'Enter'-key is held down. ([#3081](https://github.com/navikt/aksel/pull/3081)) ### @navikt/ds-css -- ActionMenu: :tada: New component! Replaces DropdownMenu as the go-to solution for floating menus. Includes support for grouping, sub-menus, checkboxes, radios and dividers. Read more in the [documentation](https://aksel.nav.no/komponenter/core/actionmenu). ([#3081](https://github.com/navikt/aksel/pull/3081)) +- Updated to Selectors Level 4 syntax. ([#3250](https://github.com/navikt/aksel/pull/3250)) + +* ActionMenu: :tada: New component! Replaces DropdownMenu as the go-to solution for floating menus. Includes support for grouping, sub-menus, checkboxes, radios and dividers. Read more in the [documentation](https://aksel.nav.no/komponenter/core/actionmenu). ([#3081](https://github.com/navikt/aksel/pull/3081)) -* List.Item: Center icon horizontally inside it's container ([#3253](https://github.com/navikt/aksel/pull/3253)) +- List.Item: Center icon horizontally inside it's container ([#3253](https://github.com/navikt/aksel/pull/3253)) ## 7.2 diff --git a/aksel.nav.no/package.json b/aksel.nav.no/package.json index daaf6724d8..a749d66740 100644 --- a/aksel.nav.no/package.json +++ b/aksel.nav.no/package.json @@ -15,10 +15,10 @@ "playroom" ], "dependencies": { - "@navikt/aksel-icons": "^7.3.0", - "@navikt/ds-css": "^7.3.0", - "@navikt/ds-react": "^7.3.0", - "@navikt/ds-tailwind": "^7.3.0", - "@navikt/ds-tokens": "^7.3.0" + "@navikt/aksel-icons": "^7.3.1", + "@navikt/ds-css": "^7.3.1", + "@navikt/ds-react": "^7.3.1", + "@navikt/ds-tailwind": "^7.3.1", + "@navikt/ds-tokens": "^7.3.1" } }