From ef79af2b4ab77c9df71a5bdad6954082bdab0d5a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 11 Oct 2022 12:38:04 +0000 Subject: [PATCH] Lerna versionbump [ci skip] --- @navikt/codemod/package.json | 2 +- @navikt/core/css/package.json | 4 ++-- @navikt/core/icons/package.json | 2 +- @navikt/core/react/package.json | 4 ++-- @navikt/core/tailwind/package.json | 4 ++-- @navikt/core/tokens/package.json | 2 +- @navikt/internal/css/package.json | 2 +- @navikt/internal/react/package.json | 6 +++--- lerna.json | 2 +- 9 files changed, 14 insertions(+), 14 deletions(-) diff --git a/@navikt/codemod/package.json b/@navikt/codemod/package.json index c95c47d7dd..31ef61a64c 100644 --- a/@navikt/codemod/package.json +++ b/@navikt/codemod/package.json @@ -1,6 +1,6 @@ { "name": "@navikt/ds-codemod", - "version": "1.3.12", + "version": "1.3.13", "description": "NAV designsystem codemods", "author": "NAV Designsystem team", "license": "MIT", diff --git a/@navikt/core/css/package.json b/@navikt/core/css/package.json index f2c2b4f414..d9eb55de56 100644 --- a/@navikt/core/css/package.json +++ b/@navikt/core/css/package.json @@ -1,6 +1,6 @@ { "name": "@navikt/ds-css", - "version": "1.3.12", + "version": "1.3.13", "description": "Css for NAV Designsystem components", "author": "NAV Designsystem team", "keywords": [ @@ -20,7 +20,7 @@ "watch": "postcss --watch --use postcss-import -o dist/index.css index.css" }, "devDependencies": { - "@navikt/ds-tokens": "^1.3.12", + "@navikt/ds-tokens": "^1.3.13", "normalize.css": "^8.0.1", "postcss": "^8.3.6", "postcss-cli": "^8.3.1", diff --git a/@navikt/core/icons/package.json b/@navikt/core/icons/package.json index 8e3a922427..89293e621a 100644 --- a/@navikt/core/icons/package.json +++ b/@navikt/core/icons/package.json @@ -1,6 +1,6 @@ { "name": "@navikt/ds-icons", - "version": "1.3.12", + "version": "1.3.13", "description": "NAVs egne ikoner i SVG og React format", "repository": { "type": "git", diff --git a/@navikt/core/react/package.json b/@navikt/core/react/package.json index 71e0171b73..d89ca53321 100644 --- a/@navikt/core/react/package.json +++ b/@navikt/core/react/package.json @@ -1,6 +1,6 @@ { "name": "@navikt/ds-react", - "version": "1.3.12", + "version": "1.3.13", "description": "NAV designsystem react components", "author": "NAV Designsystem team", "license": "MIT", @@ -36,7 +36,7 @@ }, "dependencies": { "@floating-ui/react-dom-interactions": "0.9.2", - "@navikt/ds-icons": "^1.3.12", + "@navikt/ds-icons": "^1.3.13", "@radix-ui/react-tabs": "1.0.0", "@radix-ui/react-toggle-group": "1.0.0", "clsx": "^1.2.1", diff --git a/@navikt/core/tailwind/package.json b/@navikt/core/tailwind/package.json index 8d9fc062e2..fc1a8bb371 100644 --- a/@navikt/core/tailwind/package.json +++ b/@navikt/core/tailwind/package.json @@ -1,6 +1,6 @@ { "name": "@navikt/ds-tailwind", - "version": "1.3.12", + "version": "1.3.13", "description": "Auto-generated tailwind config based on @navikt/ds-tokens", "author": "NAV Designsystem team", "keywords": [ @@ -22,7 +22,7 @@ "directory": "@navikt/core/tailwind" }, "devDependencies": { - "@navikt/ds-tokens": "^1.3.12", + "@navikt/ds-tokens": "^1.3.13", "@types/jest": "^27.0.1", "@types/node": "^17.0.35", "jest": "^27.2.0", diff --git a/@navikt/core/tokens/package.json b/@navikt/core/tokens/package.json index 826c6d7960..d4996157d9 100644 --- a/@navikt/core/tokens/package.json +++ b/@navikt/core/tokens/package.json @@ -1,6 +1,6 @@ { "name": "@navikt/ds-tokens", - "version": "1.3.12", + "version": "1.3.13", "description": "Auto-generated design-tokens for NAV design-systems framework", "author": "NAV Designsystem team", "keywords": [ diff --git a/@navikt/internal/css/package.json b/@navikt/internal/css/package.json index a512588beb..79ee1b34f0 100644 --- a/@navikt/internal/css/package.json +++ b/@navikt/internal/css/package.json @@ -1,6 +1,6 @@ { "name": "@navikt/ds-css-internal", - "version": "1.3.12", + "version": "1.3.13", "description": "Css for NAV internal Designsystem components", "author": "NAV Designsystem team", "keywords": [ diff --git a/@navikt/internal/react/package.json b/@navikt/internal/react/package.json index 608f033079..d5c8673775 100644 --- a/@navikt/internal/react/package.json +++ b/@navikt/internal/react/package.json @@ -1,6 +1,6 @@ { "name": "@navikt/ds-react-internal", - "version": "1.3.12", + "version": "1.3.13", "description": "NAV internal designsystem react components", "author": "NAV Designsystem team", "license": "MIT", @@ -34,8 +34,8 @@ "watch": "tsc --watch -p tsconfig.esm.json" }, "dependencies": { - "@navikt/ds-icons": "^1.3.12", - "@navikt/ds-react": "^1.3.12", + "@navikt/ds-icons": "^1.3.13", + "@navikt/ds-react": "^1.3.13", "clsx": "^1.1.1", "copy-to-clipboard": "^3.3.1" }, diff --git a/lerna.json b/lerna.json index 8bd7858cd8..9ba236edc8 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "npmClient": "yarn", - "version": "1.3.12", + "version": "1.3.13", "command": { "publish": { "registry": "https://registry.npmjs.org/",