Skip to content

Commit

Permalink
Lerna versionbump [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 11, 2022
1 parent fae5163 commit ef79af2
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion @navikt/codemod/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions @navikt/core/css/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion @navikt/core/icons/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions @navikt/core/react/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions @navikt/core/tailwind/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion @navikt/core/tokens/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion @navikt/internal/css/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
6 changes: 3 additions & 3 deletions @navikt/internal/react/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
},
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"npmClient": "yarn",
"version": "1.3.12",
"version": "1.3.13",
"command": {
"publish": {
"registry": "https://registry.npmjs.org/",
Expand Down

0 comments on commit ef79af2

Please sign in to comment.