From af39cbd79fdd4751614bc3fa5a7adb1d2a97c37c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 6 Feb 2025 12:41:35 +0100 Subject: [PATCH] Version Packages (#3557) Co-authored-by: github-actions[bot] --- .changeset/lemon-falcons-retire.md | 5 ---- .changeset/olive-buttons-train.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 | 2 ++ @navikt/core/css/package.json | 4 ++-- @navikt/core/react/CHANGELOG.md | 14 ++++++++++++ @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 | 8 +++++++ aksel.nav.no/package.json | 10 ++++---- yarn.lock | 34 ++++++++++++++-------------- 19 files changed, 75 insertions(+), 46 deletions(-) delete mode 100644 .changeset/lemon-falcons-retire.md delete mode 100644 .changeset/olive-buttons-train.md diff --git a/.changeset/lemon-falcons-retire.md b/.changeset/lemon-falcons-retire.md deleted file mode 100644 index be37a89d1c..0000000000 --- a/.changeset/lemon-falcons-retire.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@navikt/ds-react": minor ---- - -List: Marked `title`, `headingTag` and `description` properties as deprecated. These will not be supported in future versions and should be migrated from when possible. diff --git a/.changeset/olive-buttons-train.md b/.changeset/olive-buttons-train.md deleted file mode 100644 index b64b171f71..0000000000 --- a/.changeset/olive-buttons-train.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@navikt/ds-react": patch ---- - -Table: Updated sorting icons for ascending and descending. diff --git a/@navikt/aksel-icons/CHANGELOG.md b/@navikt/aksel-icons/CHANGELOG.md index f3e162cbbf..d24436fc55 100644 --- a/@navikt/aksel-icons/CHANGELOG.md +++ b/@navikt/aksel-icons/CHANGELOG.md @@ -1,5 +1,7 @@ # @navikt/aksel-icons +## 7.12.0 + ## 7.11.0 ### Minor Changes diff --git a/@navikt/aksel-icons/package.json b/@navikt/aksel-icons/package.json index 7c04a978d8..b766a3f59a 100644 --- a/@navikt/aksel-icons/package.json +++ b/@navikt/aksel-icons/package.json @@ -1,6 +1,6 @@ { "name": "@navikt/aksel-icons", - "version": "7.11.0", + "version": "7.12.0", "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 d1d222edd6..a4dd38f512 100644 --- a/@navikt/aksel-stylelint/CHANGELOG.md +++ b/@navikt/aksel-stylelint/CHANGELOG.md @@ -1,5 +1,7 @@ # @navikt/aksel-stylelint +## 7.12.0 + ## 7.11.0 ## 7.10.0 diff --git a/@navikt/aksel-stylelint/package.json b/@navikt/aksel-stylelint/package.json index d2b4173014..569d2ad576 100644 --- a/@navikt/aksel-stylelint/package.json +++ b/@navikt/aksel-stylelint/package.json @@ -1,6 +1,6 @@ { "name": "@navikt/aksel-stylelint", - "version": "7.11.0", + "version": "7.12.0", "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.11.0", - "@navikt/ds-tokens": "^7.11.0", + "@navikt/ds-css": "^7.12.0", + "@navikt/ds-tokens": "^7.12.0", "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 771c61a082..edfbe8ee55 100644 --- a/@navikt/aksel/CHANGELOG.md +++ b/@navikt/aksel/CHANGELOG.md @@ -1,5 +1,12 @@ # @navikt/aksel +## 7.12.0 + +### Patch Changes + +- Updated dependencies []: + - @navikt/ds-css@7.12.0 + ## 7.11.0 ### Patch Changes diff --git a/@navikt/aksel/package.json b/@navikt/aksel/package.json index 1b17c69e32..b797fbd897 100644 --- a/@navikt/aksel/package.json +++ b/@navikt/aksel/package.json @@ -1,6 +1,6 @@ { "name": "@navikt/aksel", - "version": "7.11.0", + "version": "7.12.0", "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.11.0", + "@navikt/ds-css": "^7.12.0", "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 b3379533e6..47d9f84006 100644 --- a/@navikt/core/css/CHANGELOG.md +++ b/@navikt/core/css/CHANGELOG.md @@ -1,5 +1,7 @@ # @navikt/ds-css +## 7.12.0 + ## 7.11.0 ### Patch Changes diff --git a/@navikt/core/css/package.json b/@navikt/core/css/package.json index b31ff7fa3c..61349ff80a 100644 --- a/@navikt/core/css/package.json +++ b/@navikt/core/css/package.json @@ -1,6 +1,6 @@ { "name": "@navikt/ds-css", - "version": "7.11.0", + "version": "7.12.0", "description": "CSS for Nav Designsystem", "author": "Aksel | Nav designsystem team", "keywords": [ @@ -28,7 +28,7 @@ "test": "yarn build && vitest run" }, "devDependencies": { - "@navikt/ds-tokens": "^7.11.0", + "@navikt/ds-tokens": "^7.12.0", "@types/clean-css": "4.2.11", "autoprefixer": "^10.4.20", "browserslist": "^4.24.2", diff --git a/@navikt/core/react/CHANGELOG.md b/@navikt/core/react/CHANGELOG.md index 4719f2db7b..05ebc51ae5 100644 --- a/@navikt/core/react/CHANGELOG.md +++ b/@navikt/core/react/CHANGELOG.md @@ -1,5 +1,19 @@ # @navikt/ds-react +## 7.12.0 + +### Minor Changes + +- List: Marked `title`, `headingTag` and `description` properties as deprecated. These will not be supported in future versions and should be migrated from when possible. ([#3537](https://github.com/navikt/aksel/pull/3537)) + +### Patch Changes + +- Table: Updated sorting icons for ascending and descending. ([#3536](https://github.com/navikt/aksel/pull/3536)) + +- Updated dependencies []: + - @navikt/ds-tokens@7.12.0 + - @navikt/aksel-icons@7.12.0 + ## 7.11.0 ### Patch Changes diff --git a/@navikt/core/react/package.json b/@navikt/core/react/package.json index ae954911fc..815f19d397 100644 --- a/@navikt/core/react/package.json +++ b/@navikt/core/react/package.json @@ -1,6 +1,6 @@ { "name": "@navikt/ds-react", - "version": "7.11.0", + "version": "7.12.0", "description": "React components from the Norwegian Labour and Welfare Administration.", "author": "Aksel, a team part of the Norwegian Labour and Welfare Administration.", "license": "MIT", @@ -625,8 +625,8 @@ "dependencies": { "@floating-ui/react": "0.25.4", "@floating-ui/react-dom": "^2.0.9", - "@navikt/aksel-icons": "^7.11.0", - "@navikt/ds-tokens": "^7.11.0", + "@navikt/aksel-icons": "^7.12.0", + "@navikt/ds-tokens": "^7.12.0", "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 3bb5a4b315..4f90597239 100644 --- a/@navikt/core/tailwind/CHANGELOG.md +++ b/@navikt/core/tailwind/CHANGELOG.md @@ -1,5 +1,7 @@ # @navikt/ds-tailwind +## 7.12.0 + ## 7.11.0 ## 7.10.0 diff --git a/@navikt/core/tailwind/package.json b/@navikt/core/tailwind/package.json index 091e37dd6c..be0828a32d 100644 --- a/@navikt/core/tailwind/package.json +++ b/@navikt/core/tailwind/package.json @@ -1,6 +1,6 @@ { "name": "@navikt/ds-tailwind", - "version": "7.11.0", + "version": "7.12.0", "description": "Tailwind config based on @navikt/ds-tokens", "author": "Aksel | Nav designsystem team", "keywords": [ @@ -24,7 +24,7 @@ "directory": "@navikt/core/tailwind" }, "devDependencies": { - "@navikt/ds-tokens": "^7.11.0", + "@navikt/ds-tokens": "^7.12.0", "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 780f8880ac..153a182f69 100644 --- a/@navikt/core/tokens/CHANGELOG.md +++ b/@navikt/core/tokens/CHANGELOG.md @@ -1,5 +1,7 @@ # @navikt/ds-tokens +## 7.12.0 + ## 7.11.0 ## 7.10.0 diff --git a/@navikt/core/tokens/package.json b/@navikt/core/tokens/package.json index bc98fbafdf..e4e86d7e65 100644 --- a/@navikt/core/tokens/package.json +++ b/@navikt/core/tokens/package.json @@ -1,6 +1,6 @@ { "name": "@navikt/ds-tokens", - "version": "7.11.0", + "version": "7.12.0", "description": "Design-tokens for Nav designsystem", "author": "Aksel | Nav designsystem team", "keywords": [ diff --git a/CHANGELOG.md b/CHANGELOG.md index c4e8ec0393..5430ed5f39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 7.12 + +### @navikt/ds-react + +- List: Marked `title`, `headingTag` and `description` properties as deprecated. These will not be supported in future versions and should be migrated from when possible. ([#3537](https://github.com/navikt/aksel/pull/3537)) + +* Table: Updated sorting icons for ascending and descending. ([#3536](https://github.com/navikt/aksel/pull/3536)) + ## 7.11 ### @navikt/aksel-icons diff --git a/aksel.nav.no/package.json b/aksel.nav.no/package.json index df744b36f0..7577902149 100644 --- a/aksel.nav.no/package.json +++ b/aksel.nav.no/package.json @@ -15,10 +15,10 @@ "playroom" ], "dependencies": { - "@navikt/aksel-icons": "^7.11.0", - "@navikt/ds-css": "^7.11.0", - "@navikt/ds-react": "^7.11.0", - "@navikt/ds-tailwind": "^7.11.0", - "@navikt/ds-tokens": "^7.11.0" + "@navikt/aksel-icons": "^7.12.0", + "@navikt/ds-css": "^7.12.0", + "@navikt/ds-react": "^7.12.0", + "@navikt/ds-tailwind": "^7.12.0", + "@navikt/ds-tokens": "^7.12.0" } } diff --git a/yarn.lock b/yarn.lock index 5e51f6e649..b877c41323 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3668,7 +3668,7 @@ __metadata: languageName: node linkType: hard -"@navikt/aksel-icons@npm:^7.11.0, @navikt/aksel-icons@workspace:@navikt/aksel-icons": +"@navikt/aksel-icons@npm:^7.12.0, @navikt/aksel-icons@workspace:@navikt/aksel-icons": version: 0.0.0-use.local resolution: "@navikt/aksel-icons@workspace:@navikt/aksel-icons" dependencies: @@ -3699,8 +3699,8 @@ __metadata: version: 0.0.0-use.local resolution: "@navikt/aksel-stylelint@workspace:@navikt/aksel-stylelint" dependencies: - "@navikt/ds-css": "npm:^7.11.0" - "@navikt/ds-tokens": "npm:^7.11.0" + "@navikt/ds-css": "npm:^7.12.0" + "@navikt/ds-tokens": "npm:^7.12.0" concurrently: "npm:9.0.1" postcss-selector-parser: "npm:^6.0.13" postcss-value-parser: "npm:^4.2.0" @@ -3715,7 +3715,7 @@ __metadata: version: 0.0.0-use.local resolution: "@navikt/aksel@workspace:@navikt/aksel" dependencies: - "@navikt/ds-css": "npm:^7.11.0" + "@navikt/ds-css": "npm:^7.12.0" axios: "npm:1.7.4" chalk: "npm:4.1.0" clipboardy: "npm:^2.3.0" @@ -3736,11 +3736,11 @@ __metadata: languageName: unknown linkType: soft -"@navikt/ds-css@npm:*, @navikt/ds-css@npm:^7.11.0, @navikt/ds-css@workspace:@navikt/core/css": +"@navikt/ds-css@npm:*, @navikt/ds-css@npm:^7.12.0, @navikt/ds-css@workspace:@navikt/core/css": version: 0.0.0-use.local resolution: "@navikt/ds-css@workspace:@navikt/core/css" dependencies: - "@navikt/ds-tokens": "npm:^7.11.0" + "@navikt/ds-tokens": "npm:^7.12.0" "@types/clean-css": "npm:4.2.11" autoprefixer: "npm:^10.4.20" browserslist: "npm:^4.24.2" @@ -3760,14 +3760,14 @@ __metadata: languageName: unknown linkType: soft -"@navikt/ds-react@npm:*, @navikt/ds-react@npm:^7.11.0, @navikt/ds-react@workspace:@navikt/core/react": +"@navikt/ds-react@npm:*, @navikt/ds-react@npm:^7.12.0, @navikt/ds-react@workspace:@navikt/core/react": version: 0.0.0-use.local resolution: "@navikt/ds-react@workspace:@navikt/core/react" dependencies: "@floating-ui/react": "npm:0.25.4" "@floating-ui/react-dom": "npm:^2.0.9" - "@navikt/aksel-icons": "npm:^7.11.0" - "@navikt/ds-tokens": "npm:^7.11.0" + "@navikt/aksel-icons": "npm:^7.12.0" + "@navikt/ds-tokens": "npm:^7.12.0" "@testing-library/dom": "npm:10.4.0" "@testing-library/jest-dom": "npm:^6.6.3" "@testing-library/react": "npm:^16.1.0" @@ -3798,11 +3798,11 @@ __metadata: languageName: unknown linkType: soft -"@navikt/ds-tailwind@npm:^7.11.0, @navikt/ds-tailwind@workspace:@navikt/core/tailwind": +"@navikt/ds-tailwind@npm:^7.12.0, @navikt/ds-tailwind@workspace:@navikt/core/tailwind": version: 0.0.0-use.local resolution: "@navikt/ds-tailwind@workspace:@navikt/core/tailwind" dependencies: - "@navikt/ds-tokens": "npm:^7.11.0" + "@navikt/ds-tokens": "npm:^7.12.0" color: "npm:4.2.3" lodash: "npm:^4.17.21" tailwindcss: "npm:^3.3.3" @@ -3812,7 +3812,7 @@ __metadata: languageName: unknown linkType: soft -"@navikt/ds-tokens@npm:^7.11.0, @navikt/ds-tokens@workspace:@navikt/core/tokens": +"@navikt/ds-tokens@npm:^7.12.0, @navikt/ds-tokens@workspace:@navikt/core/tokens": version: 0.0.0-use.local resolution: "@navikt/ds-tokens@workspace:@navikt/core/tokens" dependencies: @@ -7614,11 +7614,11 @@ __metadata: version: 0.0.0-use.local resolution: "aksel.nav.no@workspace:aksel.nav.no" dependencies: - "@navikt/aksel-icons": "npm:^7.11.0" - "@navikt/ds-css": "npm:^7.11.0" - "@navikt/ds-react": "npm:^7.11.0" - "@navikt/ds-tailwind": "npm:^7.11.0" - "@navikt/ds-tokens": "npm:^7.11.0" + "@navikt/aksel-icons": "npm:^7.12.0" + "@navikt/ds-css": "npm:^7.12.0" + "@navikt/ds-react": "npm:^7.12.0" + "@navikt/ds-tailwind": "npm:^7.12.0" + "@navikt/ds-tokens": "npm:^7.12.0" languageName: unknown linkType: soft