From f3929075e3f936f2a0dd6369f197af21814c3400 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 22 Sep 2022 12:30:20 +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 | 9 +++++++-- 9 files changed, 20 insertions(+), 15 deletions(-) diff --git a/@navikt/codemod/package.json b/@navikt/codemod/package.json index bc27fe1970..2964d77d21 100644 --- a/@navikt/codemod/package.json +++ b/@navikt/codemod/package.json @@ -1,6 +1,6 @@ { "name": "@navikt/ds-codemod", - "version": "1.3.3", + "version": "1.3.4", "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 40016a31a5..78cac9c7e2 100644 --- a/@navikt/core/css/package.json +++ b/@navikt/core/css/package.json @@ -1,6 +1,6 @@ { "name": "@navikt/ds-css", - "version": "1.3.3", + "version": "1.3.4", "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.3", + "@navikt/ds-tokens": "^1.3.4", "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 deac313ffd..89cf6370d2 100644 --- a/@navikt/core/icons/package.json +++ b/@navikt/core/icons/package.json @@ -1,6 +1,6 @@ { "name": "@navikt/ds-icons", - "version": "1.3.3", + "version": "1.3.4", "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 d05415774d..cfdf5b6339 100644 --- a/@navikt/core/react/package.json +++ b/@navikt/core/react/package.json @@ -1,6 +1,6 @@ { "name": "@navikt/ds-react", - "version": "1.3.3", + "version": "1.3.4", "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.3", + "@navikt/ds-icons": "^1.3.4", "@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 72f819ad09..fe686a90d3 100644 --- a/@navikt/core/tailwind/package.json +++ b/@navikt/core/tailwind/package.json @@ -1,6 +1,6 @@ { "name": "@navikt/ds-tailwind", - "version": "1.3.3", + "version": "1.3.4", "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.3", + "@navikt/ds-tokens": "^1.3.4", "@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 731b646480..d3508bd183 100644 --- a/@navikt/core/tokens/package.json +++ b/@navikt/core/tokens/package.json @@ -1,6 +1,6 @@ { "name": "@navikt/ds-tokens", - "version": "1.3.3", + "version": "1.3.4", "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 961a395fd6..46f6184dc4 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.3", + "version": "1.3.4", "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 edb04f2d43..cfec05dcbb 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.3", + "version": "1.3.4", "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.3", - "@navikt/ds-react": "^1.3.3", + "@navikt/ds-icons": "^1.3.4", + "@navikt/ds-react": "^1.3.4", "clsx": "^1.1.1", "copy-to-clipboard": "^3.3.1" }, diff --git a/lerna.json b/lerna.json index 35558ee811..a2b14f3a5b 100644 --- a/lerna.json +++ b/lerna.json @@ -1,11 +1,16 @@ { "npmClient": "yarn", - "version": "1.3.3", + "version": "1.3.4", "command": { "publish": { "registry": "https://registry.npmjs.org/", "npmClient": "npm", - "ignoreChanges": ["*.md", "*.mdx", "*.story.tsx", "*.stories.tsx"], + "ignoreChanges": [ + "*.md", + "*.mdx", + "*.story.tsx", + "*.stories.tsx" + ], "message": "Lerna versionbump [ci skip]" }, "bootstrap": {