From 5b8290e77e8436488cef33770ae256337d1956b9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 23 Aug 2022 15:43:48 +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 5497a18f94..bc4baa51fb 100644 --- a/@navikt/codemod/package.json +++ b/@navikt/codemod/package.json @@ -1,6 +1,6 @@ { "name": "@navikt/ds-codemod", - "version": "1.1.0", + "version": "1.2.0", "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 bfa4391663..2515b10c1b 100644 --- a/@navikt/core/css/package.json +++ b/@navikt/core/css/package.json @@ -1,6 +1,6 @@ { "name": "@navikt/ds-css", - "version": "1.1.0", + "version": "1.2.0", "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.0.2", + "@navikt/ds-tokens": "^1.2.0", "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 ef49625daf..4a37ec5ed9 100644 --- a/@navikt/core/icons/package.json +++ b/@navikt/core/icons/package.json @@ -1,6 +1,6 @@ { "name": "@navikt/ds-icons", - "version": "1.1.0", + "version": "1.2.0", "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 9bf87536e0..1c74148669 100644 --- a/@navikt/core/react/package.json +++ b/@navikt/core/react/package.json @@ -1,6 +1,6 @@ { "name": "@navikt/ds-react", - "version": "1.1.0", + "version": "1.2.0", "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.0.2", + "@navikt/ds-icons": "^1.2.0", "@radix-ui/react-tabs": "1.0.0", "@radix-ui/react-toggle-group": "1.0.0", "clsx": "^1.1.1", diff --git a/@navikt/core/tailwind/package.json b/@navikt/core/tailwind/package.json index 17d269d14b..00f02b867c 100644 --- a/@navikt/core/tailwind/package.json +++ b/@navikt/core/tailwind/package.json @@ -1,6 +1,6 @@ { "name": "@navikt/ds-tailwind", - "version": "1.1.0", + "version": "1.2.0", "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.0.2", + "@navikt/ds-tokens": "^1.2.0", "@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 9ee3223651..73179ba72b 100644 --- a/@navikt/core/tokens/package.json +++ b/@navikt/core/tokens/package.json @@ -1,6 +1,6 @@ { "name": "@navikt/ds-tokens", - "version": "1.1.0", + "version": "1.2.0", "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 9d5ffc8d35..9d49381707 100644 --- a/@navikt/internal/css/package.json +++ b/@navikt/internal/css/package.json @@ -1,6 +1,6 @@ { "name": "@navikt/ds-css-internal", - "version": "1.1.0", + "version": "1.2.0", "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 28bfe4e645..4da9d95702 100644 --- a/@navikt/internal/react/package.json +++ b/@navikt/internal/react/package.json @@ -1,6 +1,6 @@ { "name": "@navikt/ds-react-internal", - "version": "1.1.0", + "version": "1.2.0", "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.0.2", - "@navikt/ds-react": "^1.0.2", + "@navikt/ds-icons": "^1.2.0", + "@navikt/ds-react": "^1.2.0", "clsx": "^1.1.1", "copy-to-clipboard": "^3.3.1" }, diff --git a/lerna.json b/lerna.json index 6dde674e96..efa9221056 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "npmClient": "yarn", - "version": "1.1.0", + "version": "1.2.0", "command": { "publish": { "registry": "https://registry.npmjs.org/",