From 9757d7d829700436ab80c9feaabbd21eacf7bd94 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 15:28:46 +0100 Subject: [PATCH] Version Packages (#3283) Co-authored-by: github-actions[bot] --- .changeset/cool-peaches-look.md | 5 ----- .changeset/fifty-ghosts-poke.md | 5 ----- .changeset/silver-dingos-mate.md | 6 ------ .changeset/soft-planets-peel.md | 5 ----- .changeset/strong-apes-hope.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 | 18 ++++++++++++++++++ @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 | 24 +++++++++++++++++++----- aksel.nav.no/package.json | 10 +++++----- 21 files changed, 77 insertions(+), 50 deletions(-) delete mode 100644 .changeset/cool-peaches-look.md delete mode 100644 .changeset/fifty-ghosts-poke.md delete mode 100644 .changeset/silver-dingos-mate.md delete mode 100644 .changeset/soft-planets-peel.md delete mode 100644 .changeset/strong-apes-hope.md diff --git a/.changeset/cool-peaches-look.md b/.changeset/cool-peaches-look.md deleted file mode 100644 index 02fafb27dc..0000000000 --- a/.changeset/cool-peaches-look.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@navikt/ds-react": patch ---- - -Tabs.List: Remove redundant icon titles diff --git a/.changeset/fifty-ghosts-poke.md b/.changeset/fifty-ghosts-poke.md deleted file mode 100644 index b83d38f649..0000000000 --- a/.changeset/fifty-ghosts-poke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@navikt/ds-react": patch ---- - -Combobox: onToggleSelected is now called with correct value when autocomplete and new values are allowed. diff --git a/.changeset/silver-dingos-mate.md b/.changeset/silver-dingos-mate.md deleted file mode 100644 index ea0eed4fd4..0000000000 --- a/.changeset/silver-dingos-mate.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@navikt/ds-react": patch -"@navikt/ds-css": patch ---- - -Combobox: :bug: Fix scroll issue when using arrow keys to navigate list diff --git a/.changeset/soft-planets-peel.md b/.changeset/soft-planets-peel.md deleted file mode 100644 index 5b056089b2..0000000000 --- a/.changeset/soft-planets-peel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@navikt/ds-react": patch ---- - -Search: Remove redundant role attribute diff --git a/.changeset/strong-apes-hope.md b/.changeset/strong-apes-hope.md deleted file mode 100644 index 09e50286ed..0000000000 --- a/.changeset/strong-apes-hope.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@navikt/ds-react": patch ---- - -Monthpicker: Add allowed input format 'MMyyyy'. diff --git a/@navikt/aksel-icons/CHANGELOG.md b/@navikt/aksel-icons/CHANGELOG.md index 69f2ff20fa..4826cb8e41 100644 --- a/@navikt/aksel-icons/CHANGELOG.md +++ b/@navikt/aksel-icons/CHANGELOG.md @@ -1,5 +1,7 @@ # @navikt/aksel-icons +## 7.4.1 + ## 7.4.0 ## 7.3.1 diff --git a/@navikt/aksel-icons/package.json b/@navikt/aksel-icons/package.json index fd052873ad..b179283ec6 100644 --- a/@navikt/aksel-icons/package.json +++ b/@navikt/aksel-icons/package.json @@ -1,6 +1,6 @@ { "name": "@navikt/aksel-icons", - "version": "7.4.0", + "version": "7.4.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 8c4be2987d..fea7303357 100644 --- a/@navikt/aksel-stylelint/CHANGELOG.md +++ b/@navikt/aksel-stylelint/CHANGELOG.md @@ -1,5 +1,7 @@ # @navikt/aksel-stylelint +## 7.4.1 + ## 7.4.0 ## 7.3.1 diff --git a/@navikt/aksel-stylelint/package.json b/@navikt/aksel-stylelint/package.json index 7dce6d398a..c68890ad69 100644 --- a/@navikt/aksel-stylelint/package.json +++ b/@navikt/aksel-stylelint/package.json @@ -1,6 +1,6 @@ { "name": "@navikt/aksel-stylelint", - "version": "7.4.0", + "version": "7.4.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.4.0", - "@navikt/ds-tokens": "^7.4.0", + "@navikt/ds-css": "^7.4.1", + "@navikt/ds-tokens": "^7.4.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 f61ed64417..adeba7e76c 100644 --- a/@navikt/aksel/CHANGELOG.md +++ b/@navikt/aksel/CHANGELOG.md @@ -1,5 +1,12 @@ # @navikt/aksel +## 7.4.1 + +### Patch Changes + +- Updated dependencies [[`81c79d8`](https://github.com/navikt/aksel/commit/81c79d8355e5533bb85081d58f82f37202ff812c)]: + - @navikt/ds-css@7.4.1 + ## 7.4.0 ### Patch Changes diff --git a/@navikt/aksel/package.json b/@navikt/aksel/package.json index 73b7ff2719..f0e9749d6e 100644 --- a/@navikt/aksel/package.json +++ b/@navikt/aksel/package.json @@ -1,6 +1,6 @@ { "name": "@navikt/aksel", - "version": "7.4.0", + "version": "7.4.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.4.0", + "@navikt/ds-css": "7.4.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 c00f1ff084..f7015fa6f4 100644 --- a/@navikt/core/css/CHANGELOG.md +++ b/@navikt/core/css/CHANGELOG.md @@ -1,5 +1,11 @@ # @navikt/ds-css +## 7.4.1 + +### Patch Changes + +- Combobox: :bug: Fix scroll issue when using arrow keys to navigate list ([#3269](https://github.com/navikt/aksel/pull/3269)) + ## 7.4.0 ## 7.3.1 diff --git a/@navikt/core/css/package.json b/@navikt/core/css/package.json index 16fe1aa3f3..1abd5bfb1f 100644 --- a/@navikt/core/css/package.json +++ b/@navikt/core/css/package.json @@ -1,6 +1,6 @@ { "name": "@navikt/ds-css", - "version": "7.4.0", + "version": "7.4.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.4.0", + "@navikt/ds-tokens": "^7.4.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 3aefc1221e..8c9a8d762b 100644 --- a/@navikt/core/react/CHANGELOG.md +++ b/@navikt/core/react/CHANGELOG.md @@ -1,5 +1,23 @@ # @navikt/ds-react +## 7.4.1 + +### Patch Changes + +- Tabs.List: Remove redundant icon titles ([#3282](https://github.com/navikt/aksel/pull/3282)) + +- Combobox: onToggleSelected is now called with correct value when autocomplete and new values are allowed. ([#3287](https://github.com/navikt/aksel/pull/3287)) + +- Combobox: :bug: Fix scroll issue when using arrow keys to navigate list ([#3269](https://github.com/navikt/aksel/pull/3269)) + +- Search: Remove redundant role attribute ([#3280](https://github.com/navikt/aksel/pull/3280)) + +- Monthpicker: Add allowed input format 'MMyyyy'. ([#3285](https://github.com/navikt/aksel/pull/3285)) + +- Updated dependencies []: + - @navikt/ds-tokens@7.4.1 + - @navikt/aksel-icons@7.4.1 + ## 7.4.0 ### Minor Changes diff --git a/@navikt/core/react/package.json b/@navikt/core/react/package.json index 93eb7c44d1..c5326b6c3a 100644 --- a/@navikt/core/react/package.json +++ b/@navikt/core/react/package.json @@ -1,6 +1,6 @@ { "name": "@navikt/ds-react", - "version": "7.4.0", + "version": "7.4.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.4.0", - "@navikt/ds-tokens": "^7.4.0", + "@navikt/aksel-icons": "^7.4.1", + "@navikt/ds-tokens": "^7.4.1", "clsx": "^2.1.0", "date-fns": "^3.0.0", "react-day-picker": "8.10.1" diff --git a/@navikt/core/tailwind/CHANGELOG.md b/@navikt/core/tailwind/CHANGELOG.md index ee9afaa5da..20252f5444 100644 --- a/@navikt/core/tailwind/CHANGELOG.md +++ b/@navikt/core/tailwind/CHANGELOG.md @@ -1,5 +1,7 @@ # @navikt/ds-tailwind +## 7.4.1 + ## 7.4.0 ## 7.3.1 diff --git a/@navikt/core/tailwind/package.json b/@navikt/core/tailwind/package.json index b148dd6236..99c62f54c2 100644 --- a/@navikt/core/tailwind/package.json +++ b/@navikt/core/tailwind/package.json @@ -1,6 +1,6 @@ { "name": "@navikt/ds-tailwind", - "version": "7.4.0", + "version": "7.4.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.4.0", + "@navikt/ds-tokens": "^7.4.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 6e6e1af47f..72a0182f6c 100644 --- a/@navikt/core/tokens/CHANGELOG.md +++ b/@navikt/core/tokens/CHANGELOG.md @@ -1,5 +1,7 @@ # @navikt/ds-tokens +## 7.4.1 + ## 7.4.0 ## 7.3.1 diff --git a/@navikt/core/tokens/package.json b/@navikt/core/tokens/package.json index 4c92e32613..20378dbc07 100644 --- a/@navikt/core/tokens/package.json +++ b/@navikt/core/tokens/package.json @@ -1,6 +1,6 @@ { "name": "@navikt/ds-tokens", - "version": "7.4.0", + "version": "7.4.1", "description": "Design-tokens for NAV designsystem", "author": "Aksel | NAV designsystem team", "keywords": [ diff --git a/CHANGELOG.md b/CHANGELOG.md index 45ed929b32..27158b5520 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,15 +4,29 @@ ### @navikt/ds-react -- Combobox: Enable option to add a new value while autocompleting and highlight matches in FilteredOptions. ([#3225](https://github.com/navikt/aksel/pull/3225)) +- Tabs.List: Remove redundant icon titles ([#3282](https://github.com/navikt/aksel/pull/3282)) -* Date/MonthPicker: Upgrade react-day-picker to fix issue with React 19 ([#3268](https://github.com/navikt/aksel/pull/3268)) +- Combobox: onToggleSelected is now called with correct value when autocomplete and new values are allowed. ([#3287](https://github.com/navikt/aksel/pull/3287)) -* Combobox: Don't scroll when browsing list with mouse ([#3265](https://github.com/navikt/aksel/pull/3265)) +- Combobox: :bug: Fix scroll issue when using arrow keys to navigate list ([#3269](https://github.com/navikt/aksel/pull/3269)) -* Avoid warning about element.ref in React 19 ([#3268](https://github.com/navikt/aksel/pull/3268)) +- Search: Remove redundant role attribute ([#3280](https://github.com/navikt/aksel/pull/3280)) -* Checkbox: Remove redundant attribute aria-checked ([#3274](https://github.com/navikt/aksel/pull/3274)) +- Monthpicker: Add allowed input format 'MMyyyy'. ([#3285](https://github.com/navikt/aksel/pull/3285)) + +* Combobox: Enable option to add a new value while autocompleting and highlight matches in FilteredOptions. ([#3225](https://github.com/navikt/aksel/pull/3225)) + +- Date/MonthPicker: Upgrade react-day-picker to fix issue with React 19 ([#3268](https://github.com/navikt/aksel/pull/3268)) + +- Combobox: Don't scroll when browsing list with mouse ([#3265](https://github.com/navikt/aksel/pull/3265)) + +- Avoid warning about element.ref in React 19 ([#3268](https://github.com/navikt/aksel/pull/3268)) + +- Checkbox: Remove redundant attribute aria-checked ([#3274](https://github.com/navikt/aksel/pull/3274)) + +### @navikt/ds-css + +- Combobox: :bug: Fix scroll issue when using arrow keys to navigate list ([#3269](https://github.com/navikt/aksel/pull/3269)) ## 7.3 diff --git a/aksel.nav.no/package.json b/aksel.nav.no/package.json index e55ac00884..38c23d1ec5 100644 --- a/aksel.nav.no/package.json +++ b/aksel.nav.no/package.json @@ -15,10 +15,10 @@ "playroom" ], "dependencies": { - "@navikt/aksel-icons": "^7.4.0", - "@navikt/ds-css": "^7.4.0", - "@navikt/ds-react": "^7.4.0", - "@navikt/ds-tailwind": "^7.4.0", - "@navikt/ds-tokens": "^7.4.0" + "@navikt/aksel-icons": "^7.4.1", + "@navikt/ds-css": "^7.4.1", + "@navikt/ds-react": "^7.4.1", + "@navikt/ds-tailwind": "^7.4.1", + "@navikt/ds-tokens": "^7.4.1" } }